Accessing data using Apache Druid
Also available as:
PDF

Configure and deploy Apache Druid

Using Ambari, you configure Apache Druid (incubating) by setting parameters in a graphical user interface.

Ambari populates many configuration settings based on the your previously entered settings and your environment. You might want to manually tune the configuration parameter settings. After you configure basic settings, you can access other settings on the Advanced tab.

  1. In Customize Services, change the Druid Metadata storage database name to druid if necessary.
  2. Select a metadata storage type.
    • Choose a Druid Metadata storage type: MySQL or Postgres.
    • Accept the default Derby database if you have a single-node cluster or are working in a development environment.
  3. Accept the Metadata storage user name druid, and enter the password for Metadata storage.
  4. Configure a Metadata storage host name and storage port.
    • Enter the FQDN of the node that hosts the MySQL or Postgres database, and then enter a port number: 3306 for the MySql or 5432 for the Postgres port.
    • Accept the default configuration values if you use the default Derby database.
  5. Address any prompts for additional configuration, click Next, and then deploy Druid.
  6. Restart any components if prompted by Ambari.

    Success results unless you use an Ambari-installed MySQL database that uses a Latin character set. You must change the character set to UTF8: alter database druid character set utf8 collate utf8_general_ci;