Wing Yew Poon created OOZIE-1386:
------------------------------------
Summary: NPE in XOozieClient if fs.default.name is not defined but
fs.defaultFS is
Key: OOZIE-1386
URL: https://issues.apache.org/jira/browse/OOZIE-1386
Project: Oozie
Issue Type: Bug
Components: client
Affects Versions: 3.3.2
Reporter: Wing Yew Poon
Assignee: Wing Yew Poon
Fix For: trunk
I submit a mapreduce job using Oozie:
{noformat}
$ oozie mapreduce -config job.properties
java.lang.NullPointerException
at
org.apache.oozie.client.XOozieClient.validateHttpSubmitConf(XOozieClient.java:136)
at
org.apache.oozie.client.XOozieClient.submitMapReduce(XOozieClient.java:236)
at org.apache.oozie.cli.OozieCLI.mrCommand(OozieCLI.java:1649)
at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:537)
at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:483)
at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:180)
{noformat}
In job.properties, I have fs.defaultFS defined instead of fs.default.name.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira