spark-beeline连接hvie

来源:互联网 发布:页游广告知乎 编辑:程序博客网 时间:2024/06/08 07:43
[hadoop@bis-hadoop-datanode-s-01 ~]$ sh spark-1.6.1-bin-2.2.0/bin/beeline
Beeline version 1.6.1 by Apache Hive
beeline> !connect jdbc:hive2://ip:port/default
Connecting to jdbc:hive2://ip:port/default
Enter username for jdbc:hive2://ip:port/default: username
Enter password for jdbc:hive2://ip:port/default: username
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/hadoop/spark-1.6.1-bin-2.2.0/lib/spark-assembly-1.6.1-hadoop2.2.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/hadoop/spark-1.6.1-bin-2.2.0/lib/spark-examples-1.6.1-hadoop2.2.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
17/07/31 17:39:36 INFO jdbc.Utils: Supplied authorities: ip:port
17/07/31 17:39:36 INFO jdbc.Utils: Resolved authority: ip:port
17/07/31 17:39:36 INFO jdbc.HiveConnection: Will try to open client transport with JDBC Uri: jdbc:hive2://ip:port/default
Connected to: Spark SQL (version 1.6.1)
Driver: Spark Project Core (version 1.6.1)
Transaction isolation: TRANSACTION_REPEATABLE_READ
0: jdbc:hive2://ip:port/default>