You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Ryota Egashira (JIRA)" <ji...@apache.org> on 2013/12/03 00:58:36 UTC

[jira] [Updated] (OOZIE-1630) operations fail when path doesn't have scheme

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

Ryota Egashira updated OOZIE-1630:
----------------------------------

    Description: 
hitting exception "Scheme not present in uri /user/aaaa/test_hbase_workflow/output" when doing something like <mkdir path ="/user/aaaa/test_hbase_workflow/output"/>.  it should default to hdfs when no scheme specified considering typical use case, also use default namenode if not specified. 


  was:
hitting exception "Scheme not present in uri /user/aaaa/test_hbase_workflow/output"
it should be able to get scheme from conf as HadoopAccessorService is currently doing. 


> <prepare> operations fail when path doesn't have scheme
> -------------------------------------------------------
>
>                 Key: OOZIE-1630
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1630
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>             Fix For: trunk
>
>
> hitting exception "Scheme not present in uri /user/aaaa/test_hbase_workflow/output" when doing something like <mkdir path ="/user/aaaa/test_hbase_workflow/output"/>.  it should default to hdfs when no scheme specified considering typical use case, also use default namenode if not specified. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)