Upgrading CSA artifacts and services

You need to upgrade the Cloudera Streaming Analytics (CSA) artifacts to the newer version by manually deleting the old CSD file from the repository, and adding the latest CSD file to the same location.

  1. Ensure that the Flink and SQL Stream Builder services are stopped on your cluster.
    1. Go to your cluster in Cloudera Manager.
    2. Select SQL Stream Builder from the list of services.
    3. Click Action > Stop.
    4. Go back to the homepage of Cloudera Manager.
    5. Select Flink from the list of services.
    6. Click Action > Stop.
  2. Download the new CSD files from the Download location.
    In case you are upgrading to the latest CSA version that includes SQL Stream Builder (SSB), you also must download the SSB CSD, and add it to the /opt/cloudera/csd folder with the new Flink CSD. For more information, see the Installing parcel and CSD documentation.
  3. Delete the old CSD version from /opt/cloudera/csd.
    1. Access the host where the CSD is stored.
      ssh root@[***HOSTNAME***]
      cd /opt/cloudera/csd
      rm FLINK-1.16.2-csa1.11.0.1-cdh7.1.9.0-387-45580652.jar
      rm SQL_STREAM_BUILDER-1.16.2-csa1.11.0.1-cdh7.1.9.0-387-45580652.jar
  4. Copy the new artifacts to the /opt/cloudera/csd folder.
    scp [***DOWNLOAD LOCATION***]/FLINK-1.18.0-csa1.12.0.0-cdh7.1.9.1-158-50079952.jar root@[***HOSTNAME***]/opt/cloudera/csd:
    scp [***DOWNLOAD LOCATION***]/SQL_STREAM_BUILDER-1.18.0-csa1.12.0.0-cdh7.1.9.1-158-50079952.jar root@[***HOSTNAME***]/opt/cloudera/csd:
  5. Ensure that you maintain the appropriate file ownership and access the attributes if needed.
    chown cloudera-scm:cloudera-scm /opt/cloudera/csd/FLINK-1.18.0-csa1.12.0.0-cdh7.1.9.1-158-50079952.jar
    chown cloudera-scm:cloudera-scm /opt/cloudera/csd/SQL_STREAM_BUILDER-1.18.0-csa1.12.0.0-cdh7.1.9.1-158-50079952.jar
  6. Restart the Cloudera Manager Server with the following command:
    • RHEL 7 Compatible, SLES 12, Ubuntu:
      systemctl restart cloudera-scm-server
    • RHEL 6 Compatible:
      service cloudera-scm-server restart
  7. Restart the Cloudera Management Services.
    When upgrading from versions lower than CSA 1.7.0:
    Due to the backend changes of SSB, after adding the new CSD, the SSB service will not work which is indicated in the list of services in the following way:
    The following error message is displayed when reviewing the configuration issue:
    This means that you need to manually remove the Streaming SQL Console role, and restart the Streaming SQL Engine role after activating the new parcel.
  8. Select Parcels on the Home > Hosts tab in the Cloudera Manager main navigation bar.
  9. Click on Parcel Repositories & Network Settings tab.
  10. Add the new Remote Parcel Repository URL for CSA.
    https://[***USER:PASSWORD***]@archive.cloudera.com/p/csa/1.12.0.0/parcels/
  11. Click Save & Verify Configuration to commit the change.
  12. Click Close.
    You are redirected to the Parcels page.
  13. Deactivate the old version of the parcel on the Parcels page.
  14. Download, distribute, and activate the new version of the parcel.
  15. Select the Activate Only option when prompted in the wizard.
    For more information about the general process of Service Management, see the Cloudera Manager documentation.
  16. Navigate back to Clusters.
  17. Select Actions > Deploy Client Config.
    Deploying client configuration is needed as the Flink service becomes stale after activation.
  18. When upgrading from versions lower than CSA 1.7.0:
    Delete the Streaming SQL Console role from your cluster.
    1. Stop the SQL Stream Builder service using Actions > Stop next to the SQL Stream Builder service name.
    2. Select the SQL Stream Builder service.
    3. Select the Streaming SQL Console role.
    4. Click Actions for Selected > Delete.
  19. Update the Admin Database for the SSB service.
    1. Click Actions > Update Admin Database next to the SQL Stream Builder service name.
  20. Start the Flink service.
    1. Click Actions > Start next to the Flink service name.
  21. Start the SQL Stream Builder service.
    1. Click Actions > Start next to the SQL Stream Builder service name.
  22. Refresh your keytab in Streaming SQL Console.
    1. Select SQL Stream Builder from the list of services.
    2. Click SQLStreamBuilder Console.
      The Streaming SQL Console opens in a new window.
    3. Select your username on the left main menu of Streaming SQL Console.
    4. Click Manage keytab.
    5. Provide your password again.
    6. Click Refresh Keytab.