Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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

avatar
 
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

thank for your information @Felix Albani @vvajjala