Adding CFM parcel in Cloudera Manager

You need to add the CFM parcel after you deploy Cloudera Manager. To add the CFM parcel, you need to download the CSD files for the CFM parcel and add an additional parcel URL for CFM in Cloudera Manager.

  1. On the machine where Cloudera Manager is installed, execute the following script to download the CSD files for the CFM parcel:
    cd /opt/cloudera/csd
    wget https://<username>:<password>@archive.cloudera.com/p/cfm2/<version>/redhat7/yum/tars/parcel/NIFI-<version>-<build>.jar
    wget https://<username>:<password>@archive.cloudera.com/p/cfm2/<version>/redhat7/yum/tars/parcel/NIFIREGISTRY-<version>-<build>.jar
    chown cloudera-scm:cloudera-scm ./*
    chmod 644 ./*
    systemctl restart cloudera-scm-server
  2. Go to the Cloudera Manager UI and click Parcels in the left navigation pane.
  3. Click Parcel Repositories and Network Settings.
  4. Extend the Remote Parcel Repository URLs part, with the following additional parcel URL:
    https://archive.cloudera.com/p/cfm2/<version>/redhat7/yum/tars/parcel/
  5. Click Save and Verify Configuration.

    The parcel URL depends on the operating system. To choose the appropriate URL, see Download from the CFM Repository.