Adding Kudu as Catalog

After installing Kudu as a service on your cluster, you can add it as a Catalog in SQL Stream Builder (SSB) to use it in Flink DDL.

  • Make sure that you have Kudu service on your cluster.
  1. Go to your cluster in Cloudera Manager.
  2. Click SQL Stream Builder from the list of services.
  3. Click SQLStreamBuilder Console.
    The Streaming SQL Console opens in a new window.
  4. Click Data Providers from the main menu.
  5. Click Register Catalog.
    The Add Catalog window appears.
  6. Add a Name to your catalog.
  7. Select Kudu from the Catalog Type drop-down.
  8. Add the Host URL of Kudu Masters.
    1. Go to your cluster in Cloudera Manager.
    2. Select Kudu from the list of services.
    3. Click on Instances.
    4. Copy the Hostname of the Master Default Group.
    5. Add the default port of Kudu after the hostname.
      Example:
      http://docs-test-1.vpc.cloudera.com:7051
  9. Click on Add Filter.
    1. Provide a Database and Table filter if you want to select specific tables to use from the catalog.
  10. Click on Validate.
  11. If the validation is successful, click Add Tables.
Kudu is added as a Catalog and ready to be used in Flink DDL. The already existing tables in Kudu are automatically imported to SSB.