Member since
02-15-2016
113
Posts
7
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8937 | 07-11-2017 08:10 AM | |
4061 | 03-07-2016 03:03 PM |
05-25-2017
09:24 PM
i connect from beeline and sometime from Tableau/Talend client . SSL is not enabled
... View more
05-18-2017
10:38 AM
Hi , i am seeing this error in hiveserver2 log . hiveserver is configured for LDAP . i am also able to connect but this error is continous . ERROR org.apache.thrift.server.TThreadPoolServer: [HiveServer2-Handler-Pool: Thread-89]: Error occurred during processing of message. java.lang.RuntimeException: org.apache.thrift.transport.TTransportException: Invalid status 71 at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:219) at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge.java:793) at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory$1.run(HadoopThriftAuthBridge.java:790) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:360) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1689) at org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge$Server$TUGIAssumingTransportFactory.getTransport(HadoopThriftAuthBridge.java:790) at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:268) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.thrift.transport.TTransportException: Invalid status 71 at org.apache.thrift.transport.TSaslTransport.sendAndThrowMessage(TSaslTransport.java:232) at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:184) at org.apache.thrift.transport.TSaslServerTransport.handleSaslStartMessage(TSaslServerTransport.java:125) at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271) at org.apache.thrift.transport.TSaslServerTransport.open(TSaslServerTransport.java:41) at org.apache.thrift.transport.TSaslServerTransport$Factory.getTransport(TSaslServerTransport.java:216) ... 10 more
... View more
Labels:
- Labels:
-
Apache Hive
05-09-2017
09:11 AM
Hi , I have a situation . is it ok if i update beeswax_savedquery table in hue database. a user now have a new id ,so he wants all the saved queries in old id to moved to new id . can i follow this approach . CREATE TEMPORARY TABLE tmptable SELECT * FROM table WHERE primarykey = 1;
UPDATE tmptable SET primarykey = 2 WHERE primarykey = 1;
INSERT INTO table SELECT * FROM tmptable WHERE primarykey = 2;
... View more
Labels:
- Labels:
-
Cloudera Hue
05-02-2017
10:46 AM
Hi Friends , I am not able to see database in impala in hue . what could be the reason ?
... View more
Labels:
- Labels:
-
Apache Impala
-
Cloudera Hue
04-10-2017
01:34 PM
Hi saranvisa , this is working fine if i run this query in impala-shell ,but not working if use beeline for impala. [neocc9hddn20.prod.com:21000] > select mtcn_nr,attemptid from compliance.core_Rtra_attempts where year=2017 and month=2 limit 5; Query: select mtcn_nr,attemptid from compliance.core_Rtra_attempts where year=2017 and month=2 limit 5 +------------+---------------------+ | mtcn_nr | attemptid | +------------+---------------------+ | 6406187702 | 3000000000435887933 | | 2503805652 | 3000000000435888578 | | 8154005138 | 3000000000435891262 | | 1984616774 | 3000000000435893168 | | 1953542532 | 3000000000435894625 | +------------+---------------------+
... View more
04-10-2017
11:17 AM
HI , Query result format is not correct ,also one column data is not populating in Impala . 0: jdbc:hive2://neocc9hddn20.prod.com:2> select mtcn_nr,attemptid from compliance.core_Rtra_attempts where year=2017 and month=2 limit 5; 0289234372 0724186390 9440690205 3311840200 1729311363 +----------+------------+--+ | mtcn_nr | attemptid | +----------+------------+--+ +----------+------------+--+ No rows selected (1.156 seconds) while same is workijng fine in hive 0: jdbc:hive2://neocc9hdmn01.prod.com:1> select mtcn_nr,attemptid from compliance.core_Rtra_attempts where year=2017 and month=2 limit 5; +-------------+----------------------+--+ | mtcn_nr | attemptid | +-------------+----------------------+--+ | 8169184643 | 3000000000435887282 | | 7747378580 | 3000000000435891774 | | 3628896948 | 3000000000435891859 | | 7025164684 | 3000000000435892109 | | 5086328484 | 3000000000435893173 | +-------------+----------------------+--+ 5 rows selected (3.048 seconds) what could be the reason ?
... View more
Labels:
- Labels:
-
Apache Impala
04-05-2017
03:38 PM
Same issue, do we have any such thing for version older than 5.8 . disk balancer
... View more
03-29-2017
12:54 PM
I am not able to see kafka-consumer-groups in KAFKA_HOME/bin location .
... View more
Labels:
- Labels:
-
Apache Kafka
02-17-2017
08:21 AM
1 Kudo
<name>hadoop.security.auth_to_local</name> <value>RULE:[1:$1@$0](.*@\QCDH.PROD.GLOBAL.COM\E$)s/@\QCDH.PROD.GLOBAL.COM\E$// RULE:[2:$1@$0](.*@\QCDH.PROD.GLOBAL.COM\E$)s/@\QCDH.PROD.GLOBAL.COM\E$// RULE:[1:$1@$0](.*@\QPROD.GLOBAL.COM\E$)s/@\QPROD.GLOBAL.COM\E$// RULE:[2:$1@$0](.*@\QPROD.GLOBAL.COM\E$)s/@\QPROD.GLOBAL.COM\E$// DEFAULT</value> trusted realms CDH.PROD.GLOBAL.COM PROD.GLOBAL.COM Also cluster is in PROD.GLOBAL.COM domain while ETL clint is in EXAMPLE.COM domain.
... View more