Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. I developed a XML RPC server which will be triggered by a servlet code and it will in-turn run a spark-submit application. XML RPC will then wait for spark-submit to complete and send the result back to servlet.
  2.  
  3. My question is :-
  4. Can I write a XML RPC server inside my spark job, and serve all request directly from my servlet with using standalone XML RPC server ?
  5. What is the correct method to trigger Apache spark for each web service request ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement