Created on 11-06-2014 02:09 PM - edited 09-16-2022 02:12 AM
Hi
Is it possible write a buffer into HDFS from UDF Impala (C++ or Java)? So I'd like simulate UDTF in Impala. First call to UDF to write output in HDFS. Later, another query reads these data from HDFS.
If it is possible, it will be with libhdfs. How can I install libhdfs-dev in debian wheezy?
Thanks!!!
Regards.
Created 11-07-2014 01:06 AM
Hi.
I answer myself. With libhdfs is possible write to HDFS from UDF. I've tested it and it works fine!!!
Created 11-07-2014 01:06 AM
Hi.
I answer myself. With libhdfs is possible write to HDFS from UDF. I've tested it and it works fine!!!
Created 01-02-2019 05:22 AM
I have a similar scenario. Could you please let me know what kind of permissions are needed for Impala UDF to be able to write into HDFS and to which user (is it the user who is executing the UDF or technical user "impala"?)
Created 01-02-2019 10:57 AM