Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installing the Parcel and the Service into a temporary parcel repository

Download the Aspire projects from from https://stgitrepository.searchtechnologies.com/artifactory/public/com/searchtechnologies/aspire/binaries/clouderacdh-parcels/tree/4.0

Step 1. Compile the service

parcel/

Note: You'll need to use your Aspire credentials to download the parcel binaries. For more details in the Aspire creation account process go to: How to Access Aspire

Step 1. Unzip Binaries File

  1. Unzip the the cdh-parcel zip file of the Aspire version you need.

Step 2. Install the parcel service

  1. Copy the file named ASPIRE-4.0.jar you have downloaded in

    Compile the project using the command:

    Code Block
    languagejava
    themeRDark
    cloudera-parcels>mvn clean install
    Put the jar of the aspire-csd project on the directory /opt/cloudera/csd on in the machine where the Cloudera server was is installed.

Step

...

3. Create

...

a temporary parcel

...

repository

  1. A temporary parcel repository should be created following the steps inside this link 

  2. On the project aspire-parcel execute the command

    Code Block
    languagejava
    themeRDark
    tar zcvf

    Copy the file named

    ASPIRE-4.0-el7.parcel

    ASPIRE-4.0 --owner=root --group=root

    Check this page to ascertain which parcel suffix to use.

    Put the parcel on the parcel repository that you are going to use.

  3. Update, and update/create the manifest file, this can be done using this python file script make_manifest.py with the following command:

    Code Block
    languagejava
    themeRDark
     python ./make_manifest.py /path/of/parcels/repository

    This script runs on the repository server.