Created 01-24-2019 10:47 PM
I am trying to run an oozie job with shell action and it fails without showing any error.
I used the below to check the errors:
oozie job -oozie http://mxxxxx02.getyui.com:11000/oozie/ -log 0000007-1901221843322658-oozie-oozi-W
My Shell Script:
!/usr/bin/env bash hdfs dfs -rm -r /bda/drw/raw/AccountingUnit
In this regard I have following questions:
1) Where can I check the detailed logs
2) How do I make it run successfully