Is there some way to access my hadoop cluster with kerberos access?
Paul_Masurel
Registered Posts: 6 ✭✭✭✭✭
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.
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.
Tagged:
Best Answer
-
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`
Answers
-
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)