Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

jobtracker port

avatar
Explorer

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
Explorer

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

avatar
Explorer

job tracker

avatar

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
Explorer

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
Explorer

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

avatar

What error you get?

avatar

@Manikandan Durairaj

If you have not enabled RM HA then 8050 is correct value.

Please share log of failed job when you use 8050 port.

Labels