[ 
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)

Reply via email to