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?
The following works in Impala:
split_part(string source, string delimiter, bigint n)
Documentation is here: https://www.cloudera.com/documentation/enterprise/5-9-x/topics/impala_string_functions.html
I asked the same question in the Google group and I was able to get an official reply. Basically, it's a misprint in the docs. split() is not supported because it would return an array and complex types are not yet supported by Impala.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With