Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 2: Modify your hosts file located in C:\Windows\System32\drivers\etc to establish hostname/ip reference.

 host-file-example.pngImage Modified

Step 3: Create krb5.ini file. This file should be located in the same folder specified in the -Djava.security.krb5.conf property.

inifile.pngImage Modified
Step 4: Request your kerberos ticket. It is a good idea to use the run as an administrator command window.
 
kinit-hdp-admin.pngImage Modified
 

Step 5: Create jaas.conf file. This file should be located in the same directory that is specified for the java property -Djava.security.auth.login.config 
JaasFile.pngImage Modified
 
Step 6: Replace jre security files with jce unlimited inside Aqua Data Studio bundled java located in C:\..\datastudio\jre\lib\security.
 
JCEFileCopy.pngImage Modified
 

Step 7: Ensure you have the correct Apache Hive JDBC Drivers for your distribution located in C:\..\datastudio\lib\drivers.

HivedriverCopy.pngImage Modified

Step 8: Add java parameters to datastudio-bundled.bat file located in C:\..\datastudio\ (These parameters must all be on one line) or add the parameters to the datastudio.ini file also located in C:\..\datastudio\ if you are going to start Aqua Data Studio using datastudio.exe.

datastudio-bundled.bat

BatFile.pngImage Modified

datastudio.ini

iniparms.pngImage Modified

Step 9: Run datastudio from a command window. It is a good idea to use the run as an administrator command window.

startadsbat.pngImage Modified

Step 10: Create a connection and test it

Serverproperties.pngImage Modified

Step 11: Kerberos information displayed in the command window as a result of the connection.

kerberosinformation.pngImage Modified

Integrated Windows Authentication for Kerberos

...