Member since
02-09-2017
8
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2530 | 05-24-2017 10:59 AM | |
3548 | 04-13-2017 06:36 AM |
10-01-2019
03:36 PM
I have a groovy script working fine with driver : 'com.cloudera.impala.jdbc.DataSource', but I was getting the same ClassCastException when running the same code within a Spring Boot application. By changing the driver there to driver : 'com.cloudera.impala.jdbc.Driver', instead of DataSource, I started getting successful connections and query results.
... View more
05-24-2017
10:59 AM
I see my mistake. The statement is supposed to say DROP RANGE PARTITION...
... View more
04-13-2017
06:36 AM
Hi Matt, It seems we are going down this path for now. It is close enough to what we have in Vertica, which does grow new partitions automatically though. Thanks, Brian
... View more
03-17-2017
08:53 AM
1 Kudo
This is a bug in the impala-udf-dev package versions 5.9.x to 5.10.x. I was alway intended to be compilable with older versions of gcc. It will be fixed in 5.11+ once that is released. If you downgrade the package to a version 5.8.x or earlier it should also work.
... View more