Member since
08-01-2013
17
Posts
3
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6312 | 10-18-2013 07:52 AM | |
3831 | 09-29-2013 09:24 PM | |
2673 | 09-27-2013 01:44 PM |
05-19-2022
10:35 PM
I have no idea about your actual code. If you are using a Jdbc connector, it is better to use the 'Hikari Datasource'. ref) https://devrish.wordpress.com/2019/11/24/impala-database-connection-using-hikari-pool-in-springboot/ And you can use 'close()' method on code that is methods of a Hikari datasource object. It shutdown all of network connection between your server and impala daemon.
... View more
09-18-2019
12:01 AM
You can do alter like I mentioned before: ALTER TABLE test CHANGE col1 col1 int COMMENT 'test comment'; But I do not think you can remove it, but rather to just empty it. Cheers Eric
... View more
01-07-2015
01:12 AM
More interestingly this differencce dissappeared after upgrading to CDH 5.3.1. T.
... 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
10:04 PM
Thank you!
... View more
09-27-2013
01:44 PM
Sounds like this issue: https://issues.cloudera.org/browse/IMPALA-574
... View more