split function does not work in Cloudera Impala

2013-05-16T07:48:59

I keep getting an AnalysisException that says "split unknown" when I try to use the split function in Cloudera Impala. It seems to be a valid function listed on the built-in functions page. For reference, I'm using Hue to interact with Impala. Does anyone know the cause to this issue?

Copyright License:
Author:「Emre Colak」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/16576828/split-function-does-not-work-in-cloudera-impala

About “split function does not work in Cloudera Impala” questions

I keep getting an AnalysisException that says "split unknown" when I try to use the split function in Cloudera Impala. It seems to be a valid function listed on the built-in functions page. For ref...
I try to execute a performance test on a cloudera hadoop cluster. However, as far as Impala uses cache to store previous queries, how can I empty cache ? Does Impala use caching? Impala does not
Now I have setup my Hadoop cluster, HBase and Hive. Next step I want to setup Cloudera Impala to query data from either HBase or HDFS. I search from the Internet but cannot find a clear, understand...
We have files with Group Separator (29) as the delimiter. I am trying to create a table (using the create table from file option) in the Cloudera metastore to be used by Impala but it does not seem...
I have tried to very carefully follow the installation guide for setting up Impala Cloudera ODBC drivers for R on a mac, but keep getting the following error message: In odbcDriverConnect("DSN=Im...
Impala not working in cloudera-quickstart-vm-5.10 as Impala Daemon is not starting. Following is the status of the three required roles for Impala: Impala Daemon is down Impala Catalog Server ha...
I'm using pure Apache Hadoop with Hive. I need to install Apache Impala, for integrate with Hive and Kudu. I'm trying to install with source from this link and with this build instructions. In this...
I tried to run the SQL like the following: select count(*) from test_table where columna='a' and columnb in ('test1', test2') For Impala in Cloudera, it takes around 2 mins, but for Hive, it takes
This short 2:37 minutes video shows it can be done. https://www.youtube.com/watch?v=BRHTgHfqzJg How? I have no idea. Searched extensively online including Cloudera Documentation. In fact, in the
Kindly provide the link for installing the imapala in ubuntu without cloudera manager. Couldn't able to install with official link. Unable to locate package impala using these queries : sudo apt...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.