Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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
Contributor

thanks good collection.