1. Download the installation file:
A. CSD file: Kudu-0.6.0.jar
B. Kudu Parcel:kudu-0.6.0-1.kudu0.6.0.p0.334-el6.parcel and Manifest.json files
C. impala-kudu:impala_kudu-2.3.0-1.cdh5.5.0.p0.15-el6.parcel + Manifest.json File
2. Move the CSD file Kudu-0.6.0.jar to/OPT/CLOUDERA/CSD and restart the server
3. Copy the Kudu-0.6.0-1.kudu0.6.0.p0.334-el6.parcel and Manifest.json to the/var/www/html/kudu0.6/kudu directory on the private HTTP server
4. Enter CM edit parcels address, add Kudu's parcels address, and click Check New parcels to see the Kudu installation package, click Download and activate
5. Add Kudu Service
6. Copy the Impala_kudu-2.3.0-1.cdh5.5.0.p0.15-el6.parcel to the/opt/cloudera/parcel-repo/
7. Generate the. sha file:
Sha1sum Impala_kudu-2.3.0-1.cdh5.5.0.p0.15-el6.parcel | awk {' Print $ '} > Impala_kudu-2.3.0-1.cdh5.5.0.p0.15-el6.parcel.sha
8. Enter the CM edit parcels address and click Check New parcels to see the installation package for the Impala-kudu just now. Click Download and activate. Note that because the Impala-kudu installation file is placed directly in the CM directory, there is no need for CSD files and no need to edit the parcels URL address.
9. Add Impala Service
10. Configure Impala to use Impala-kudu, go to confiugration for Impala Service Environment Advanced Configuration Snippet (Safety Valve), Set Impala_kudu=1
11. Confirm in Impala-shell:
Select if (version () Like '%kudu% ', "all set to Go!", "Check your Configs") as S;
If you see the following output, it indicates success:
All set to Go!
Installing the Kudu6.0 on the CDH5.5.0