Member since
12-19-2013
16
Posts
1
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3597 | 03-22-2017 11:11 AM | |
5080 | 06-30-2016 07:05 PM | |
2449 | 04-23-2015 07:37 PM |
05-04-2017
03:11 PM
Hi, Two questions: 1) What query are you trying to execute? 2) Can you try adding the "UseNativeQuery=1" option to the jdbc driver connection string? (see http://www.cloudera.com/documentation/other/connectors/impala-jdbc/latest/Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf for details) Thanks
... View more
03-22-2017
11:11 AM
Hi Brian, Unfortunately Kudu partitions must be pre-defined as you suspected, so the Oracle syntax you described won't work for Impala. However, you can add and drop range partitions even after the table is created, so you can manually add the next hour/day/week partition, and drop some historical partition. The syntax is described in the latest version of the CDH documentation: https://www.cloudera.com/documentation/enterprise/latest/topics/impala_kudu.html#kudu_range_partitioning Best, Matt
... View more
07-22-2016
03:13 PM
While Kudu is still in beta we have a sepecial version of Impala that we're calling 'Kudu_Impala'. If you're using the regular Impala 2.7 release you actually won't have the syntax for DISTRIBUTE BY. Can you try using the Impala version from these instructions: http://kudu.apache.org/docs/kudu_impala_integration.html Thanks
... View more
07-21-2016
03:02 PM
Hi, can you share the exact error you're receiving? I assume your kudu master address is not kudu-master.example.com, have you tried setting that to the location of your server? Thanks, Matt
... View more
06-30-2016
07:05 PM
1 Kudo
We're working on it and it should be in the next release, but unfortunately we're not aware of a good way to simulate the same results.
... View more
06-30-2015
05:08 PM
Hi, Can you try enabling kerberos logging (-krb5_debug_file=name) and sharing the output with us? Thanks
... View more
04-23-2015
07:37 PM
mapreduce.jobhistory.webapp.address in CM needs to be set to the port the service should listen on. If you'd like the port to be open on multiple interfaces, you can use the 'Bind JobHistory Server to Wildcard Address' setting.
... View more