You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2016/09/19 19:19:20 UTC

[jira] [Updated] (OOZIE-2573) dataset url which contains spaces can not be handled rightly

     [ https://issues.apache.org/jira/browse/OOZIE-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rohini Palaniswamy updated OOZIE-2573:
--------------------------------------
    Assignee: WangMeng

[~sjtufighter],
  It is kind of hacky to just encode space. Need to encode the uri path for all special characters. You can use something like URLEncoder, but before that you need to just parse path out to avoid encoding the whole url. A simpler solution would be to use the Path class in hadoop which already does that. Can you do new Path(uri).toUri(); instead?



> dataset url  which contains spaces can not be handled rightly
> -------------------------------------------------------------
>
>                 Key: OOZIE-2573
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2573
>             Project: Oozie
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 4.2.0
>            Reporter: WangMeng
>            Assignee: WangMeng
>             Fix For: 4.3.0
>
>         Attachments: OOZIE-2573.01.patch
>
>
> Currently , Oozie does not escape special character-spaces , this will lead to dataset url  which contains spaces can not be handled rightly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)