Using Apache Storm to Move Data
Also available as:
PDF

Configuring Storm-Hive for a Secure Cluster

The Storm-Hive connector accepts configuration settings as part of the HiveOptions class. For more information about the HiveBolt and HiveOptions classes, see the Apache Storm HiveOptions and HiveBolt API documentation.

There are two required settings for accessing secure Hive:
  1. withKerberosPrincipal, the Kerberos principal for accessing Hive:
    public HiveOptions withKerberosPrincipal(String kerberosPrincipal)
  2. withKerberosKeytab, the Kerberos keytab for accessing Hive:
    public HiveOptions withKerberosKeytab(String kerberosKeytab)