Apache Kyuubi 1.3.0 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n hive/localhost@mydomain.com as ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/ ˓→localhost@mydomain.com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 129 页 | 6.15 MB | 1 年前3
Apache Kyuubi 1.3.1 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n hive/localhost@mydomain.com as ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/ ˓→localhost@mydomain.com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 129 页 | 6.16 MB | 1 年前3
Apache Kyuubi 1.4.1 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n hive/localhost@mydomain.com as ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/ ˓→localhost@mydomain.com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 148 页 | 6.26 MB | 1 年前3
Apache Kyuubi 1.4.0 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n hive/localhost@mydomain.com as ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/ ˓→localhost@mydomain.com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 148 页 | 6.26 MB | 1 年前3
Apache Kyuubi 1.5.0 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n for␣ hive/localhost@mydomain.com as␣ ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/localhost@mydomain. ˓→com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 172 页 | 6.94 MB | 1 年前3
Apache Kyuubi 1.5.1 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n for␣ hive/localhost@mydomain.com as␣ ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/localhost@mydomain. ˓→com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 172 页 | 6.94 MB | 1 年前3
Apache Kyuubi 1.5.2 Documentationusing simple authentication to HiveServer2 on localhost:10000 $ beeline -u jdbc:hive2://localhost:10000 username password 2. Connect using simple authentication to HiveServer2 on hs.local:10000 using -n for␣ hive/localhost@mydomain.com as␣ ˓→HiveServer2 principal $ beeline -u "jdbc:hive2://hs2.local:10013/default;principal=hive/localhost@mydomain. ˓→com" 4. Connect using SSL connection to HiveServer2 on localhost at 10000 test auth_username=chengpan [notebook] [[interpreters]] [[[sql]]] name=SparkSQL interface=hiveserver2 [spark] # Host of the Spark Thrift Server # For macOS users, use docker.for.mac.host.internal0 码力 | 172 页 | 6.94 MB | 1 年前3
Apache Kyuubi 1.9.0-SNAPSHOT Documentationwith Hive JDBC How to get the Kyuubi JDBC driver Kyuubi Thrift API is fully compatible with HiveServer2, so technically, it allows to use any Hive JDBC driver to connect Kyuubi Server. But it’s recommended HDFS cluster correctly, you should be able to run the Hive SQL example on YARN. $ $HIVE_HOME/bin/hiveserver2 # In another terminal $ $HIVE_HOME/bin/beeline -u 'jdbc:hive2://localhost:10000/default' 0: jd is to replace HiveServer2/Hive QL with Kyuubi/Spark SQL. If an existing HiveServer2 environment is already there, copying the environment and reusing the keytab and principal of HiveServer2 is a convenient0 码力 | 220 页 | 3.93 MB | 1 年前3
Apache Kyuubi 1.8.0-rc1 Documentationwith Hive JDBC How to get the Kyuubi JDBC driver Kyuubi Thrift API is fully compatible with HiveServer2, so technically, it allows to use any Hive JDBC driver to connect Kyuubi Server. But it’s recommended HDFS cluster correctly, you should be able to run the Hive SQL example on YARN. $ $HIVE_HOME/bin/hiveserver2 # In another terminal $ $HIVE_HOME/bin/beeline -u 'jdbc:hive2://localhost:10000/default' 0: jd is to replace HiveServer2/Hive QL with Kyuubi/Spark SQL. If an existing HiveServer2 environment is already there, copying the environment and reusing the keytab and principal of HiveServer2 is a convenient0 码力 | 220 页 | 3.82 MB | 1 年前3
Apache Kyuubi 1.8.0 Documentationwith Hive JDBC How to get the Kyuubi JDBC driver Kyuubi Thrift API is fully compatible with HiveServer2, so technically, it allows to use any Hive JDBC driver to connect Kyuubi Server. But it’s recommended HDFS cluster correctly, you should be able to run the Hive SQL example on YARN. $ $HIVE_HOME/bin/hiveserver2 # In another terminal $ $HIVE_HOME/bin/beeline -u 'jdbc:hive2://localhost:10000/default' 0: jd is to replace HiveServer2/Hive QL with Kyuubi/Spark SQL. If an existing HiveServer2 environment is already there, copying the environment and reusing the keytab and principal of HiveServer2 is a convenient0 码力 | 220 页 | 3.82 MB | 1 年前3
共 24 条
- 1
- 2
- 3













