Created 06-13-2016 10:07 AM
how to get the jobTracker port no ?
Please help me
Created 06-13-2016 10:13 AM
If you are using HDP hadoop with yarn then default port is 8088 which is same as resource manager port.
Created 06-13-2016 11:04 AM
when i am running the oozie with port 8088, i got the following error, please try to solve this one
JA009: Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Protocol message end-group tag did not match expected tag.; Host Details : local host is: "sandbox.hortonworks.com/1x.x.1.x"; destination host is: "sandbox.hortonworks.com":8088;
Created 06-13-2016 07:06 PM
Can you check your Namenode port. This generally occur when you are using wrong NN port number.
Please share your oozie job properties file.
Created 06-13-2016 10:15 AM
Are you looking for jobtracker or Resource manager port?
Created 06-13-2016 10:59 AM
job tracker
Created 06-16-2016 07:45 PM
For oozie the job tracker URI should be pointing to the RM manager port.
Try this.
jobTracker=http://192.168.1.189:8032
Also please share the output of below command from RM node.
lsof -i:8050
lsof -i:8032
Created 06-14-2016 06:21 AM
my job.properties as like
nameNode=hdfs://192.168.1.189:8020
jobTracker=http://192.168.1.189:8088
queueName=default
exampleRoot=example
oozie.use.system.libpath=true
oozie.libpath=/user/oozie/share/lib
oozie.wf.application.path=${nameNode}/tmp/hive-oozie
inputPath=${nameNode}/tmp/saleema
Created 06-14-2016 08:47 AM
Can you check yarn.resourcemanager.address in your yarn-site.xml?
What is the value set there?
Created 06-15-2016 03:28 AM
i have check that, the port number is 8050. when i use this port the job is killed once i start.