Member since
10-21-2016
7
Posts
0
Kudos Received
0
Solutions
05-30-2017
09:48 AM
How different is it from oozie job -rerun <coord_Job_id> -action <aciton_id> [-nocleanup] [-refresh] -failed
Where cood_Job_id and aciton_id is for the workflow which has failed. This works as charm for me.
... View more
04-27-2017
06:10 AM
I had similar problem, and fix, remember this is hack PATH=/opt/usr/bin:/opt/usr/sbin:$PATH
ln -sf /bin /opt/bin
ln -sf /lib /opt/lib
ln -sf /lib64 /opt/lib64
cp -ar /usr /opt
mv /usr /opt/tmp ## This is the risk
ln -sf /opt/usr /usr its safer to symlinke /usr/hdp to /opt/hdp, but we had other issues so moved entire /usr Remember, /usr -- contains also sudo, ln, and other system libraries and commands, Its better if you do it before installing hdp. Hope Hortonworks, provides option to change the /usr/hdp path.
... View more
02-13-2017
07:36 AM
Is this bug resolved:BUG-65968, what the current status?
... View more