Tag Archives: bigdata

Build Cloudera parcels offline repo – without internet connection

We create directory where we want to save our parcels. # mdkir -p /share/cdh_repo # cd /share/cdh_repo (Note: This can be any directory) 1) Download CDH parcel to the repo directory: #pwd /share/cdh_repo #wget http://archive-primary.cloudera.com/cdh5/parcels/latest/CDH-5.1.0-1.cdh5.1.0.p0.53-el6.parcel 2) Download the manifest.json file from the URL: #pwd /share/cdh_repo #wget http://archive-primary.cloudera.com/cdh5/parcels/latest/manifest.json 3) Copy the hash code: #pwd /share/cdh_repo Open… Read More »