Advertisement
Guest User

Untitled

a guest
Nov 25th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. beeline> !connect jdbc:hive2://localhost:10000
  2. Connecting to jdbc:hive2://localhost:10000
  3. Enter username for jdbc:hive2://localhost:10000: Administrator
  4. Enter password for jdbc:hive2://localhost:10000:
  5. log4j:WARN No appenders could be found for logger (org.apache.hive.jdbc.Utils).
  6. log4j:WARN Please initialize the log4j system properly.
  7. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  8. Connected to: Spark SQL (version 2.0.1)
  9. Driver: Hive JDBC (version 1.2.1.spark2)
  10. Transaction isolation: TRANSACTION_REPEATABLE_READ
  11.  
  12. Error: org.apache.thrift.transport.TTransportException: java.net.SocketException: Software caused connection abort: socket write error (state=08S01,code=0)` and error(in thrift server cmd):`Exception in thread "HiveServer2-Handler-Pool: Thread-XXX"
  13. Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "HiveServer2-Handler-Pool: Thread-XXX"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement