Member since
08-01-2013
17
Posts
3
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6203 | 10-18-2013 07:52 AM | |
3717 | 09-29-2013 09:24 PM | |
2556 | 09-27-2013 01:44 PM |
09-17-2019
01:49 PM
In the docs: https://impala.apache.org/docs/build/html/topics/impala_comment.html Set it to NULL.
... View more
04-28-2018
04:10 PM
1 Kudo
SocketTimeout sets a socket timeout in the network layer. For any API call which is made the network waits for a response from the server and if the response is not received in the specified limit, socket times out. It is also applicable during connection. As of now, there is nothing in the driver which can close the connection if it is idle for a certain amount of time. I'd also mention there are much newer versions of the driver than v2.5.5. Latest is v.2.5.43. https://www.cloudera.com/downloads/connectors/impala/jdbc.html
... View more
10-18-2013
07:52 AM
1 Kudo
Sounds like something that could be done, so I've added a JIRA to track it. https://issues.cloudera.org/browse/IMPALA-633
... View more
09-29-2013
09:24 PM
1 Kudo
Why? Because COUNT(*) is an aggregate and to filter on a aggregate you would use a HAVING clause, or use an in-line view as you have done.
... View more
09-27-2013
01:44 PM
Sounds like this issue: https://issues.cloudera.org/browse/IMPALA-574
... View more
08-08-2013
11:05 AM
Any chance you could include the DDL and some sample data to allow us to reproduce it? What versions of Impala & Hive are you running?
... View more