Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

how to submit a sample pyspark job using oozie(.xml files) actions via knox gateway?

avatar
Contributor
 
1 ACCEPTED SOLUTION

avatar

@harish you can use webhdfs to save necessary files to hdfs. Then use the oozie rest api over knox and run your oozie workflows:

https://oozie.apache.org/docs/4.0.1/WebServicesAPI.html

HTH

*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.

View solution in original post

4 REPLIES 4

avatar
Cloudera Employee

avatar

@harish you can use webhdfs to save necessary files to hdfs. Then use the oozie rest api over knox and run your oozie workflows:

https://oozie.apache.org/docs/4.0.1/WebServicesAPI.html

HTH

*** If you found this answer addressed your question, please take a moment to login and click the "accept" link on the answer.

avatar

@harish please keep me posted, did the above helped?

avatar
Contributor

thank for your information @Felix Albani @vvajjala