Member since
10-16-2013
307
Posts
77
Kudos Received
59
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11246 | 04-17-2018 04:59 PM | |
6191 | 04-11-2018 10:07 PM | |
3559 | 03-02-2018 09:13 AM | |
22284 | 03-01-2018 09:22 AM | |
2653 | 02-27-2018 08:06 AM |
11-20-2016
10:46 PM
https://github.com/Parquet/parquet-format/blob/f7ab552f569df63bdb59f751d0dd36e826682739/src/thrift/parquet.thrift#L338 Index pages are declared in Parquet format, but not actually implemented. See code above.
... View more
11-02-2016
05:41 PM
1 Kudo
Hi Maurin, both tables have to be scanned to observe SQL semantics. Otherwise, we would be changing the number of results coming out of your view. If you want the drop the second union operand, you could add a "WHERE a IS NOT NULL", and then the seocnd table will not be scanned. Alex
... View more
10-07-2016
06:12 PM
I agree completely. The workaround is not great. Dealing with Avro schemas in a more sensible fashion is definitely on our radar, but I cannot promise an ETA yet.
... View more
09-20-2016
08:03 AM
1 Kudo
Thanks for reporting this issue! Sorry for the trouble. I was able to reproduce the issue and can confirm this is a regression from previous Impala versions. I filed https://issues.cloudera.org/browse/IMPALA-4170 to track progress on the issue.
... View more
08-26-2016
07:06 AM
If you want to delete a whole database you can: drop database <dbname> cascade; That will drop the database and all its tables.
... View more
07-29-2016
12:09 PM
1 Kudo
Filed the JIRA: https://issues.cloudera.org/browse/IMPALA-3938 Thanks a lot for your detailed report and easy reproduction!
... View more
07-15-2016
09:29 PM
Please take a look at this thread for a response: http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Comma-delimited-string-to-individual-rows/m-p/41402#M1781
... View more
07-15-2016
09:12 AM
2 Kudos
Hi! Good question. Today, Impala is not aware of the heterogeneity and will split the work evenly among all available nodes - regardless of how much cpu/memory those nodes have.
... View more
05-27-2016
12:32 AM
It is not possible to do that today, because Impala UDFs can only produce scalar values (and can only take scalar arguments). We do intend to extend the UDF support to allow complex argument and return types, but there is no concrete timeline yet.
... View more
05-26-2016
12:10 AM
You're welcome. Sorry for the inconvenience.
... View more