i want to check logs for my oozie application , I know there is way to check the logs from oozie ui clicking on application id and then logs but I want to gett all info using command from command line. I am using below command to access the same :
oozie job -oozie http://<host>11000/oozie/ -info applicationid
but this does not fetch the complete logs what I can see from oozie web ui , how can i check the complete logs from the command line utility ?
my second question :
When I use command line utility I get some of information on logs for the oozie job , does this information also persist completely in /var/log/oozie or there could be more info present under /var/log/oozie for the ozoie job.