THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
- For a remote server, the URL format is
jdbc:hive2://<host>:<port>/<db>
(default port for HiveServer2 is 10000). - NOTE: If you'd like to connect via NOSASL mode, you must specify authentication mode explicitly: jdbc:hive2://<host>:<port>/<db>;auth=noSasl
- For an embedded server, the URL format is
jdbc:hive2://
(no host or port).
...