I have setup a hive environment with Kerberos security enabled on a Linux server (Red Hat). And I need to connect from a remote windows machine to hive using JDBC.
S
String url = "jdbc:hive2://:10000/default;principal=hive/_HOST@"
You should replace with your real REALM.