Installation & UpgradePDF version

Installing CSD and Parcel

For installing Cloudera Streaming Analytics, you need to upload the downloaded Flink and Cloudera SQL Stream Builder Custom Service Descriptor (CSD) files to the default CSD directory, and add the Cloudera Streaming Analytics parcel to your cluster using Cloudera Manager.

  • Download the Flink and Cloudera SQL Stream Builder CSD and parcel files.

    For more information about download Flink and Cloudera SQL Stream Builder artifacts, see the Download location section.

  • Install Cloudera Private Cloud Base.

    For more information about installing Cloudera Private Cloud Base and Cloudera Manager, see the Cloudera Private Cloud Base documentation.

  1. Place the CSD files in the /opt/cloudera/csd/ folder (default CSD directory).
    wget -P /opt/cloudera/csd/ https://user:password@archive.cloudera.com/p/csa/1.13.3.0/csd/FLINK-1.19.2-csa1.13.3.0-62870002.jar
    
    wget -P /opt/cloudera/csd/ https://user:password@archive.cloudera.com/p/csa/1.13.3.0/csd/SQL_STREAM_BUILDER-1.19.2-csa1.13.3.0-62870002.jar
    
    Cloudera Manager automatically detects the CSD files.
  2. Change the ownership of the CSD files.
    chown cloudera-scm:cloudera-scm /opt/cloudera/csd/FLINK-1.19.2-csa1.13.3.0-62870002.jar
    
    chown cloudera-scm:cloudera-scm /opt/cloudera/csd/SQL_STREAM_BUILDER-1.19.2-csa1.13.3.0-62870002.jar
    
  3. Restart Cloudera Manager and CMS services for the changes to take effect.
    systemctl restart cloudera-scm-server
    
  4. Log into Cloudera Manager.
  5. Select Parcels on the Home > Hosts tab in the main navigation bar.
  6. Click on Parcel Repositories & Network Settings tab.
  7. Add the new Remote Parcel Repository URL for CSA.
    https://user:password@archive.cloudera.com/p/csa/1.13.3.0/parcels/
    
  8. Enter your download credentials to HTTP authentication username override for Cloudera Repositories and HTTP authentication password override for Cloudera Repositories.
  9. Click Save & Verify Configuration to commit the change.
  10. Click Close.
    You are redirected to the Parcels page.
  11. Search for Flink, and click Download to download the parcel to the local repository.
  12. After the download is completed, click Distribute to distribute the parcel to all clusters.
  13. After the parcel is distributed, click Activate to activate the parcel.
  14. Click OK when confirmation is required.

    For more details, follow the standard procedure from the GUI or the API.

You have added the Flink and Cloudera SQL Stream Builder CSD files, and the parcel to your cluster.
Add Flink as a service in Cloudera Manager. After adding Flink as a service, you are able to add Cloudera SQL Stream Builder service to your cluster.