128
Posts
15
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2627 | 01-13-2015 09:09 AM | |
4867 | 05-28-2014 09:28 AM | |
1970 | 04-22-2014 01:24 PM | |
1929 | 03-31-2014 09:07 AM | |
62806 | 02-07-2014 08:40 AM |
02-06-2014
02:43 PM
All I see is the above log repeating again and again....I don't see any other error log...
... View more
02-06-2014
02:23 PM
I see belo error in logs Error occurred during processing of message. java.lang.RuntimeException: org.apache.thrift.transport.TTransportException at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219) at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge20S.java:648) at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge20S.java:646) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:356) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1388) at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S$Server$TUGIAssumingTransportFactory.getTransport(HadoopThriftAuthBridge20S.java:646) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:227) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724) Caused by: org.apache.thrift.transport.TTransportException at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) at org.apache.thrift.transport.TTransport.readAll(TTransport.java:84) at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:178) at org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125) at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:253) at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:1) at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216) ... 10 more
... View more
02-06-2014
02:04 PM
I don't see the below properties in my hive-site.xml <property> <name>hive.server2.authentication</name> <value>KERBEROS</value> </property> <property> <name>hive.server2.authentication.kerberos.keytab</name><value>/etc/hive/conf/hive.keytab</value> </property> You want me to try adding these properties to the conf....will it help ?
... View more
02-06-2014
01:36 PM
No luck... $ beeline -u jdbc:hive2://hostname:10000;principal=PRINCIPAL.COMPANY.COM scan complete in 10ms Connecting to jdbc:hive2://hostname:10000 Error: Invalid URL: jdbc:hive2://hostname:10000 (state=08S01,code=0) Beeline version 0.10.0-cdh4.5.0 by Apache Hive
... View more
02-06-2014
01:08 PM
Command returned nothing... I don't have anything in env that match pattern "HIVE"
... View more
02-06-2014
12:49 PM
I see a different message now... beeline -u jdbc:hive2:// scan complete in 10ms Connecting to jdbc:hive2:// 14/02/06 15:48:18 WARN conf.HiveConf: DEPRECATED: Configuration property hive.metastore.local no longer has any effect. Make sure to provide a valid value for hive.metastore.uris if you are connecting to a remote metastore. Unable to login to kerberos with given principal/keytab Beeline version 0.10.0-cdh4.5.0 by Apache Hive 0: jdbc:hive2://>
... View more
02-06-2014
12:43 PM
Still the same... $ beeline -u jdbc:hive2://hostname:10000 scan complete in 10ms Connecting to jdbc:hive2://hostname:10000 Error: Invalid URL: jdbc:hive2://hostname:10000 (state=08S01,code=0) Beeline version 0.10.0-cdh4.5.0 by Apache Hive 0: jdbc:hive2://hostname.c>
... View more
02-06-2014
12:31 PM
Still same error... Connecting to jdbc:hive2://hostname:10000 Enter username for jdbc:hive2://hostname:10000: Enter password for jdbc:hive2://hostname:10000: Error: Invalid URL: jdbc:hive2://hostname:10000 (state=08S01,code=0)
... View more
02-06-2014
12:27 PM
no luck same error... !connect jdbc:hive2://hostname:10000 org.apache.hive.jdbc.HiveDriver Connecting to jdbc:hive2://hostname:10000 Enter password for jdbc:hive2://hostname:10000: Error: Invalid URL: jdbc:hive2://hostname:10000 (state=08S01,code=0)
... View more
02-06-2014
12:22 PM
I tried with all the hiveserver2 running hosts...still the same problem. when I do !list i see below output scan complete in 1211ms 9 driver classes found Compliant Version Driver Class yes 1.0 org.apache.commons.dbcp.PoolingDriver yes 10.4 org.apache.derby.jdbc.AutoloadedDriver yes 10.4 org.apache.derby.jdbc.EmbeddedDriver no 0.10 org.apache.hadoop.hive.jdbc.HiveDriver no 0.10 org.apache.hive.jdbc.HiveDriver yes 1.0 org.datanucleus.store.rdbms.datasource.dbcp.PoolingDriver no 1.8 org.hsqldb.jdbcDriver no 9.0 org.postgresql.Driver yes 2.1 sun.jdbc.odbc.JdbcOdbcDriver For the driver you recommended me to use says Compliant "no". Do I need to worry about this ?
... View more