Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
5.0.0b1
-
None
-
None
-
Oozie running on a developer box using a pseudo-distributed Hadoop 2.6.5 running on the very same machine
Description
Steps to reproduce:
- Build Oozie 5.0.0-beta1 and install w/ Hadoop 2.6.5 in a pseudo-distributed way
- Install examples to HDFS
- Run bundle example like this:
oozie job -oozie http://localhost:11000/oozie -config /path/to/examples/apps/bundle/job.properties -run -DnameNode=hdfs://localhost:9000 -DjobTracker=loclahost:8032
Expected result: Oozie bundle job is run till some terminal state like SUCCEEDED, KILLED, or FAILED.
Actual result: Oozie bundle job is stucked at SUSPENDED state, along with coordinator and workflow jobs belonging to that one.
Note that this doesn't happen on a real Oozie cluster, using real Hadoop installation - in that case, bundle / coordinator / workflow jobs go to SUCCEEDED.