Hi, I am very new to oozie. I downloaded the release and got oozie server up and running. Now I want to test if my setup is running fine. So I thought of running an example provided with the distribution. I tried to run an example mapreduce using following command,
oozie job -oozie http://localhost:11000/oozie -config /usr/lib/oozie/examples/src/main/apps/map-reduce/job.properties -run Error: HTTP error code: 500 : Internal Server Error On checking the oozie.log I see, 2015-02-26 16:57:18,128 ERROR V1JobsServlet:538 - SERVER[localhost] USER[cmx] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] URL[POST http://localhost:11000/oozie/v2/jobs?action=start] error, null java.lang.IllegalStateException at com.google.common.base.Preconditions.checkState(Preconditions.java:129) at org.apache.hadoop.ipc.Client.setCallIdAndRetryCount(Client.java:117) at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:99) at com.sun.proxy.$Proxy34.getFileInfo(Unknown Source) at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:699) at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1762) at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1124) at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1120) Any idea what part I am missing ? Thanks, Hitrix
