nerdammer / spark-hbase-connector

Connect Spark to HBase for reading and writing data with ease
Apache License 2.0
297 stars 107 forks source link

Whether to support kerberos authentication access? #67

Closed highfei2011 closed 6 years ago

highfei2011 commented 6 years ago

Whether to support kerberos authentication access? Thank you.

nicolaferraro commented 6 years ago

Hi @highfei2011. Kerberos authentication should be already supported, since the whole hbase configuration can be specified in the hbase-site.xml file. See this section of the doc for more info.

Does it work for you?

highfei2011 commented 6 years ago

Thanks,It works fine, but does it seem like it can not support spark2.2.0?