Created on 09-18-2014 09:58 PM - edited 09-16-2022 02:07 AM
Hi,
I am working on creating new servive using CSD. I am able to create basic CSD by following the URL https://github.com/cloudera/cm_ext/wiki/CSD-Overview
For this service, we would like to create UI similar to Spark service Master Web UI which runs on 18080. How to create this UI ?
Is this UI code is part of Spark CSD ?
any help will be appreciated.
Thanks,
Ramana.
Created 09-19-2014 10:26 AM
Created 09-19-2014 08:42 AM
Created 09-19-2014 09:56 AM
Hi mgrover,
Thanks for the answer.
I thought of that. My question is if we are installing Spark using CSD, then Spark CSD jar contains the code for UI as well ? I don't any UI code in the Spark CSD implementaion provided here https://github.com/cloudera/cm_csds/tree/master/SPARK
So, When the spark is installed through CSD, How the UI code will be deployed ?
Thanks,
Ramana.
Created 09-19-2014 09:58 AM
Created 09-19-2014 10:04 AM
Yes. I am referring to Spark Master UI.
My requirement is to create test service using CSD and need to have something similar to Spark Master UI for this new service. In the new service UI, I need to display custom configurations related to the new service.
In this case, Is it possible to do this using CSD only ?
Or I need to have parcels for my new service. How is easy to create parcels for new service ?
Thanks,
Ramana.
Created 09-19-2014 10:26 AM
Created 09-20-2014 01:16 AM
Thank You mgrover for all the answers.