Is there some way to access my hadoop cluster with kerberos access?

Solved!
Paul_Masurel
Level 2
Is there some way to access my hadoop cluster with kerberos access?
I usually fetch an authorization token from kerberos (that has some validity period), after which everything is seemless.

Somehow, Dataiku cannot use this token. Is there a way to access a hadoop via kerberos auth?
Alternatively, is it possible to get Dataiku to use my local hadoop conf/libs.
0 Kudos
1 Solution
Paul_Masurel
Level 2
Author

Solved my problem. Dataiku was hitting on the wrong version of hadoop.



Editing the env-hadoop.sh file did the job for me :




export DKU_HADOOP_CP=`hadoop classpath`


 

View solution in original post

2 Replies
Paul_Masurel
Level 2
Author

Solved my problem. Dataiku was hitting on the wrong version of hadoop.



Editing the env-hadoop.sh file did the job for me :




export DKU_HADOOP_CP=`hadoop classpath`


 

Clรฉment_Stenac
Just to be sure, what happens if you re-run ./bin/post-install ? It should properly update env-hadoop.sh to set DKU_HADOOP_CP=the_hadoop_classpath (but it caches it)
0 Kudos

Labels

?
Labels (1)
A banner prompting to get Dataiku