hi everyone
I encount a oozie issue:
we have a shell,in this shell it will execute a hive command.
after sudo be a user(hduser001)
we submit this shell to oozie,the shell will be executed successfully.
but when do the child job(hive command) it will be fail.
we lookup the log in hadoop,it show that the splitfile of job will be created 
in /tmp/hadoop-yarn/staging/hadoop/.staging/<jobid>/job.splitmetainfo
so the hduser001 will not find the file in 
/tmp/hadoop-yarn/staging/hduser001/.staging/<jobid>/job.splitmetainfo


oozie version:
CDH5.4.0


my question:
why the splifile can not create in 
/tmp/hadoop-yarn/staging/<user>/.staging/<jobid> floder


any one can help me,thanks.

Reply via email to