Using No Authentication
You provide this information to the connector in the connection URL. For more information about the syntax of the connection URL,
To configure a connection without authentication:
- Set the
AuthMech
property to0
. - Set the
transportMode
property tobinary
.
For example:
jdbc:hive2://localhost:10000;AuthMech=0;transportMode=binary;