Command to allows polling the Oozie server for an Oozie job

0 votes
Can anyone suggest what can be the command to allow polling the Oozie server for an Oozie job?
Jun 18, 2019 in Big Data Hadoop by Ranjan
879 views

1 answer to this question.

0 votes

Hey,

You can use this command to see polling the Oozie server for an Oozie job:

$ oozie job -poll <job_id> -interval 10 -timeout 60 -verbose

This command allows polling the Oozie server for an Oozie job until it reaches a completed status like (SUCCEEDED, KILLED).

The -poll argument takes a valid Workflow Job ID, Coordinator Job ID, Coordinator Action ID, or Bundle Job ID.

  • verbose will cause the job status to be printed at each poll; otherwise, there will be no output
  • interval allows specifying the polling interval in minutes (default is 5)
  • timeout allows specifying the timeout in minutes (default is 30 minutes); negative values indicate no timeout
answered Jun 18, 2019 by Gitika
• 65,910 points

Related Questions In Big Data Hadoop

0 votes
11 answers
0 votes
1 answer
0 votes
1 answer

Running into an issue while running the mapred job on the server

Try this command hadoop dfs -put /var/tmp/students.txt / hadoop ...READ MORE

answered Dec 20, 2018 in Big Data Hadoop by Omkar
• 69,210 points
356 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,617 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,215 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,929 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,293 views
0 votes
1 answer

Command to stop the zookeeper server?

Hey, After connecting the server and performing all ...READ MORE

answered May 28, 2019 in Big Data Hadoop by Gitika
• 65,910 points
3,483 views
0 votes
1 answer

How to configure the Hadoop cluster with proxyuser for the Oozie process?

Hey, The following two properties are required in ...READ MORE

answered Jun 10, 2019 in Big Data Hadoop by Gitika
• 65,910 points
715 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP