Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
851 views
in Technique[技术] by (71.8m points)

hive - oozie workflow triggering a spark action failing for local scratch dir not found error

I am trying to execute a spark action from an oozie workflow. The spark action reads a Hive table data and loads to a HDFS path. But when running the oozie workflow, I am stuck with the below error:

Launcher exception: java.lang.RuntimeException: java.io.FileNotFoundException: File : /homes/bau-vzw_dev_rld/hivelogs/localscratchdir does not exist; org.apache.spark.sql.AnalysisException: java.lang.RuntimeException: java.io.FileNotFoundException: File : /homes/bau-vzw_dev_rld/hivelogs/localscratchdir does not exist;

The above error comes despite the above path ("/homes/bau-vzw_dev_rld/hivelogs/localscratchdir") exists in local FS.

Please help on this.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.7k users

...