Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Sample Java code for working with HDP components on secured cluster

avatar

Looking for input from the field teams on sample code (preferably Java) for interacting with HDP components on kerberos enabled cluster

  1. Kafka
  2. Storm
  3. HBase
  4. Solr
  5. Hive
  6. Knox
  7. YARN
  8. HDFS
  9. ...

Here are some of the code resources I have found so far:

Found other resources but they are around configuration of components on kerborized env:

If you have any useful resources, please post here so we can have a consolidated list

1 ACCEPTED SOLUTION

avatar

Here are some resources that I have found usefule when interacting with Kerberos-enebaled services from Storm:

Storm-HDFS with Kerberos: https://github.com/apache/storm/tree/master/external/storm-hdfs

Storm-HBase with Kerberos: https://github.com/apache/storm/tree/master/external/storm-hbase

Storm-Hive with Kerberos: https://github.com/apache/storm/tree/master/external/storm-hive

View solution in original post

2 REPLIES 2

avatar

Here are some resources that I have found usefule when interacting with Kerberos-enebaled services from Storm:

Storm-HDFS with Kerberos: https://github.com/apache/storm/tree/master/external/storm-hdfs

Storm-HBase with Kerberos: https://github.com/apache/storm/tree/master/external/storm-hbase

Storm-Hive with Kerberos: https://github.com/apache/storm/tree/master/external/storm-hive

avatar
New Member

thanks good collection.