Get the CFM Custom Service Descriptor Files

A Custom Service Descriptor (CSD) file contains configuration information needed to describe and manage a new service. Download the CSDs for each CFM Service, specify ownership and permissions, and then restart the Cloudera Manager Server. You may find the CSD location in the CFM Release Notes.

  1. Download the CSDs for NiFi, NiFi Registry, and the NiFi Toolkit.
    wget https://archive.cloudera.com/CFM/csd/1.0.1.0/NIFI-1.9.0.1.0.1.0-12.jar
    wget https://archive.cloudera.com/CFM/csd/1.0.1.0/NIFICA-1.9.0.1.0.1.0-12.jar
    wget https://archive.cloudera.com/CFM/csd/1.0.1.0/NIFIREGISTRY-0.3.0.1.0.1.0-12.jar
  2. Change the CSD owner. In opt/cloudera/csd, enter:
    chown cloudera-scm:cloudera-scm ./*
    chmod 644 ./*
  3. Restart the Cloudera Manager Server.
    sudo service cloudera-scm-server restart
  4. Restart the Cloudera Management Service. From the Cloudera Manager Status tab, click the Restart Icon or select Restart from the Cloudera Management Service drop-down.