- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
jobtracker port
Created ‎06-13-2016 10:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to get the jobTracker port no ?
Please help me
Created ‎06-13-2016 10:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you looking for jobtracker or Resource manager port?
Created ‎06-13-2016 10:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
job tracker
Created ‎06-16-2016 07:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you check yarn.resourcemanager.address in your yarn-site.xml?
What is the value set there?
Created ‎06-15-2016 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have check that, the port number is 8050. when i use this port the job is killed once i start.
