Hello,
I have been working on standing up a livy server on our DSE cluster. Everything is working correctly. As a background Livy works in conjunction with DSE Spark. We are using livy because we want to leverage scala code in order to get at spark to gather information from different tables.
As of right now i have to manually start the livy server before we can use it and its a little bit of a nuisance.
I wanted to set up livy as a service kind of like dse is to automatically startup when the node starts. Is there any steps of any suggestions that could help me accomplish this?
Thank you in advance.
PS this is not exclusive to livy, i would like to understand for future reference how to really setup anything as a service to startup on node startup.
-Simon