You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have executed the same procedure as given by you only difference is I am not using Cloudera Manager . I am using CDH4.7 . when I execute as : oozie job -oozie http://localhost:11000/oozie -config job.properties -run. I am getting the following error as given below.
Error: HTTP error code: 500 : Internal Server Error.
Please help me in crossing this hurdle
The text was updated successfully, but these errors were encountered:
HI Joey it is resolved there is an small flaw in your job.properties code
nameNode=hdfs://localhost:8020
jobTracker=localhost:8021
workflowRoot=${nameNode}/user/${user.name}/oozie-workflows
jobStart and jobEnd must be in UTC, because Oozie does not yet support
In your job.properties code there is
nameNode=hdfs://hadoop1:8020
jobTracker=hadoop1:8021
I got hadoop1 unknown host exception . After I changed it worked. the status is still runn Joey .
Thanks alot for the code.
I want to know more about this how are the tweets being retrieved ?
What tweets are loaded into hdfs ?.
It would be very very helpful f this information is known
Hi ,
I have executed the same procedure as given by you only difference is I am not using Cloudera Manager . I am using CDH4.7 . when I execute as : oozie job -oozie http://localhost:11000/oozie -config job.properties -run. I am getting the following error as given below.
Error: HTTP error code: 500 : Internal Server Error.
Please help me in crossing this hurdle
The text was updated successfully, but these errors were encountered: