datadudes / salesforce2hadoop

Import Salesforce data into Hadoop HDFS in Avro format
23 stars 13 forks source link

Issue to connect to Kerberized cluster #16

Open ronniedengCA opened 7 years ago

ronniedengCA commented 7 years ago

Hello there, I am trying to connect to kerberized cluster using this api, but got error which caused by Caused by: org.apache.hadoop.security.AccessControlException: SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]

what is the parameter to pass KERBEROS as value?

Appreciated if anybody can provide answer

Also is this API supporting HA namenode, that is NameService:

SagarMorakhiaKpi commented 7 years ago

Hi @DandyDev @mkrcah ,

First of all, Congratulations and Thank you for creating such a brilliant tool. It's really helpful.

Even I am facing the same issue. Need to connect to my kerberized cluster.

Could you please see if you can make some small changes in your code and help us with the issue. I know its more than a year since your last commit, but it would be really great if you could help us out here.

Thanks & Regards, Sagar Morakhia

mkrcah commented 7 years ago

Hey @SagarMorakhiaKpi, I'm really happy you liked the lib :)

I currently don't have time to fix this issue and don't have access to SF env anymore. I'm afraid, @DandyDev is in the same situation.

But if you feel like contributing, we will gladly review your pull-request.

DonDebonair commented 7 years ago

I'm with @mkrcah here. I will soon have access to a Kerberized cluster, but no access to Salesforce :( PRs are more than welcome!

SagarMorakhiaKpi commented 7 years ago

Ohh!! Thats bad.. Unfortunately I am not much into Java/Scala development. :(

@DandyDev , Just 1 request, Once you get access to kerberized Cluster, could you just check how to connect to it via a 3rd party tool. So that we can get some idea out of it. We can try to apply the same in this tool.

SagarMorakhiaKpi commented 7 years ago

And Thanks @mkrcah @DandyDev for replying back. Really appreciate it. :)