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

Paul_Masurel
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.
Tagged:

Best Answer

  • Paul_Masurel
    Paul_Masurel Registered Posts: 6 ✭✭✭✭✭
    edited July 17 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

  • Clément_Stenac
    Clément_Stenac Dataiker, Dataiku DSS Core Designer, Registered Posts: 753 Dataiker
    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)
Setup Info
    Tags
      Help me…