Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you tail oozie job logs?

Tags:

hadoop

oozie

I typically check logs with this command:

 $ oozie job -oozie http://localhost:8080/oozie -log 14-20090525161321-oozie-joe

This will print everything. However I want to only see the last few lines.

How can i tail oozie job logs?

Thanks

like image 684
readdit Avatar asked Sep 02 '25 06:09

readdit


1 Answers

As Chris suggested above use this to print last 10 lines

$ oozie job -oozie oozie_URL -log job_ID | tail -n 10
like image 149
Oleksii Avatar answered Sep 05 '25 01:09

Oleksii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!