From a3fc4f44d03c289cd8ef1b9562c98289e8b17410 Mon Sep 17 00:00:00 2001 From: Alex Bush Date: Thu, 7 Dec 2017 14:28:37 +0000 Subject: [PATCH] Added build details --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43f75af..63b8e55 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,19 @@ This will work in a secure (Kerberos-enabled) environment. This has been tested on CDH 5.12.1. -## Installation +## Build and Installation -Information about installed custom services can be found at [https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_addon_services.html](https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_addon_services.html). +To build the CSDs and Parcels, 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](https://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_addon_services.html). ## Configuration