Created on 10-28-2015 09:58 PM - edited 09-16-2022 02:46 AM
Looking for input from the field teams on sample code (preferably Java) for interacting with HDP components on kerberos enabled cluster
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
Created 11-17-2015 10:23 PM
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
Created 11-17-2015 10:23 PM
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
Created 11-18-2015 10:15 PM
thanks good collection.