Member since
12-07-2015
83
Posts
23
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2915 | 07-11-2018 02:42 PM | |
7859 | 12-10-2017 08:26 PM | |
2200 | 11-14-2017 12:17 PM | |
16153 | 03-29-2017 06:42 AM | |
2141 | 02-22-2017 01:43 PM |
02-21-2017
10:33 AM
Hi Fawze, what version of the Impala JDBC driver are you using? What did you already try? The documentation of the latest version of the JDBC driver does not mention a "SID" parameter, but your connection string does. However, the documentation describes a "UID" parameter. Can you try using that one instead? Cheers, Lars
... View more
02-02-2017
10:26 AM
1 Kudo
Sure thing, I'm glad you found the culprit. 🙂
... View more
02-02-2017
06:08 AM
1 Kudo
Quoting my reply in this thread: I don't know for sure, but I don't think metadata is flushed periodically. There also don't seem to be any configuration options of catalogd around metadata caching. Instead, the catalog should flush metadata when requested by "invalidate metadata" or by "refresh" or when a DDL statement makes changes to a table's metadata. Such changes should show up in the logfiles however.
... View more
02-02-2017
06:02 AM
1 Kudo
@thewayofthinkin - I don't know for sure, but I don't think metadata is flushed periodically. There also don't seem to be any configuration options of catalogd around metadata caching. Instead, the catalog should flush metadata when requested by "invalidate metadata" or by "refresh" or when a DDL statement makes changes to a table's metadata. Such changes should show up in the logfiles however.
... View more
02-02-2017
06:00 AM
1 Kudo
@gaurang - I suspect you may be hitting IMPALA-4242. Can you reduce the number of columns you're querying?
... View more
02-02-2017
05:35 AM
1 Kudo
@thewayofthinkin This page has information on various timeout settings for Impala: http://www.cloudera.com/documentation/enterprise/latest/topics/impala_timeouts.html If you're using CM, then all queries should be logged and you can search for long running queries in CM. Without CM I don't know of any convenient helper, so you may have to search/filter the logfiles yourself.
... View more
02-01-2017
08:03 AM
That version should have been downloaded from Cloudera and as such the downloaded file comes with its own version number. The current version is 2.5.36 and can be found here: http://www.cloudera.com/downloads/connectors/impala/jdbc/2-5-36.html Please have a look at the documentation contained in that download ("Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf"), especially at the section "Using User Name" and the "UID" parameter. Cheers, Lars
... View more
02-01-2017
07:46 AM
Hi dsss, Can you tell us which application issues the Cancel command (JDBC, ODBC)? Can you also check the log files to see what's going on? Usually grepping the logs for the query id may lead to stuck fragments or similar. Cheers, Lars
... View more
01-31-2017
05:40 PM
Hi guarang, Can you post the version of CDH and Impala you're using? Thanks, Lars
... View more
01-31-2017
04:37 PM
Hi Fawze, which JDBC driver are you using? And which version of it? Cheers, Lars
... View more