You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Building the Parcel and the Service

Download the Aspire projects from https://stgit.searchtechnologies.com/aspire/cloudera-parcels/tree/3.2

Step 1. Compile the service

  1. Compile the project using the command:

    cloudera-parcels>mvn clean install
  2. Put the jar of the aspire-csd project on the directory /opt/cloudera/csd on the machine where the Cloudera server was installed.

Step 2. Create the parcel

  1. On the project aspire-parcel execute the command

    tar zcvf ASPIRE-3.2-el7.parcel ASPIRE-3.2 --owner=root --group=root

    Check this page to ascertain which parcel suffix to use.

  2. Put the parcel on the parcel repository that you are going to use, and update/create the manifest file, this can be done using this python file make_manifest.py with the following command:

     python ./make_manifest.py /path/of/parcels/repository

Creating and temporal parcel repository

If a parcel repository is require, a temporal one can be created following the steps inside this link

  • No labels