Member since
03-23-2015
1288
Posts
114
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3295 | 06-11-2020 02:45 PM | |
5014 | 05-01-2020 12:23 AM | |
2815 | 04-21-2020 03:38 PM | |
2619 | 04-14-2020 12:26 AM | |
2316 | 02-27-2020 05:51 PM |
03-06-2017
02:25 AM
If the PROFILES showed the same performance, then you can turn on the debug logs for JDBC to see which part it was slow, add the following to the JDBC connection string: ;LogLevel=6;LogPath=/path/to/directory Then examine the debug log create under the directory after you run the query.
... View more
01-01-2017
06:30 PM
Hi, I see that you are using IP address 192.168.53.121 for the impala daemon host, can you pleaes use the FQDN for the impala host? The one that matches host defined with the kerberos principal, like impala/<full-domain>@REALM. Hope that can help. I have tested and it works by using the domain, but IP address will fail.
... View more
01-01-2017
04:42 PM
Hi, I believe that those errors were from client output, can you also paste the error from the Oozie server log? Do you have Kerberos enabled? Did you mean that all Oozie commands fail with the same error?
... View more
12-14-2016
03:44 PM
Looks like this thread is old, but I would like to add that this was a HiveMetaStore issue, so it should be going into HiveMetaStore safety valve. Cheers
... View more
12-14-2016
02:13 PM
Hi, Impala JDBC driver is not Open Source, as it contains proprietary code that makes it more performant and featureful, as a result, no public maven respository available for it. We do publish the Apache version of JDBC driver however, though they are not the same and contain different features. Hope that answers your question.
... View more
12-13-2016
09:11 PM
Hi, The JSON class in json-serde-1.3.7-jar-with-dependencies.jar is org.openx.data.jsonserde.JsonSerDe, not com.cloudera.hive.SERDE.JSONSerDe. So did you mean to use com.cloudera.hive.SERDE.JSONSerDe or org.openx.data.jsonserde.JsonSerDe? Can you give me the output of : jar tf /usr/lib/hive/lib/hive-serdes-1.0-SNAPSHOT.jar so that I can confirm the classes in this jar? Thanks
... View more
12-13-2016
08:52 PM
1 Kudo
Hi, I can see the images now, but not sure why they did not show up before. I can see that you are trying to run a query that contains: (rel.i_prtitn,rel.i_mod_yr) in (select * from my_prtitn) I would like you know that this is currently not supported, please refer to Hive's Apache documentation below: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+SubQueries It mentions the following: IN/NOT IN subqueries may only select a single column If you want to acheive the same goal, you will need to use JOIN with subQuery on those two columns. Hope this helps. Regards Eric
... View more
12-13-2016
08:22 PM
Hi, Based on the error from NM log, I can see the following Dec 13, 3:43:51.255 PM ERROR org.apache.hadoop.yarn.server.nodemanager.NodeManager
RECEIVED SIGNAL 15: SIGTERM This looks like that it is killed by some other process, but not sure what. Do you use Cloudera Manager? If yes, can you check the logs under /var/log/cloudera-scm-agent and see if you can find any clues? You can also check under /var/run/cloudera-scm-agent/process/*NODEMANAGER*, find one that was the most recent one and check for "logs" directory for logs. Regards
... View more
12-08-2016
02:45 AM
Do I miss anything? I don't see what are in the two pictures..
... View more
11-18-2016
11:31 PM
Hi, Can you please give a bit more information regarding what sanity check you want to perform? For what compoenent? (MR, YARN, Oozie?) Thanks
... View more