Alejandro Abdelnur created OOZIE-823:
----------------------------------------

             Summary: datelist-java-main example has namenode harcoded in app 
path the job.properties
                 Key: OOZIE-823
                 URL: https://issues.apache.org/jira/browse/OOZIE-823
             Project: Oozie
          Issue Type: Bug
          Components: examples
    Affects Versions: trunk
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur
             Fix For: trunk


It has:

oozie.wf.application.path=hdfs://localhost:9000/user/${user.name}/examples/apps/java-main

It should have:

oozie.wf.application.path=hdfs://${namenode}/user/${user.name}/examples/apps/java-main



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to