Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

jobtracker port

avatar
Rising Star

how to get the jobTracker port no ?

Please help me

11 REPLIES 11

avatar
@Manikandan Durairaj

If you are using HDP hadoop with yarn then default port is 8088 which is same as resource manager port.

avatar
Rising Star

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;

avatar

@Manikandan Durairaj

Can you check your Namenode port. This generally occur when you are using wrong NN port number.

Please share your oozie job properties file.

avatar
Super Guru

avatar
Rising Star

job tracker

avatar
Super Guru

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

avatar
Rising Star

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

avatar

Can you check yarn.resourcemanager.address in your yarn-site.xml?

What is the value set there?

avatar
Rising Star

i have check that, the port number is 8050. when i use this port the job is killed once i start.