This git repository is used to build both CSDs and parcels for CDH.
Zeppelin will run as service in Cloudera Manager, and its configuration is maintained through the CM web UI. CSD has only python interpeter.
There are used Zeppelin 0.7.3.
This has been tested on CDH 5.12.0.
To build the CSDs and Parcels yourself, you can run the build script:
#Build the Parcel files, this make take some time
sh build.sh parcel
#Build the CSDs
sh build.sh csd
Information about installing custom services can be found at https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_addon_services.html.
TODO