Hi,
I was wondering if there were any steps to write Python UDFs for Impala to query Kudu?
I know that the UDF feature was deprecated in Impyla; I tried to follow the tutorial for Ibis, but I'm seeing errors like these:
client = ibis.impala.connect(host='localhost', port=21000)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'connect'
Can someone tell me if python UDFs can still be developed for Impala and if so, can someone point me to the latest "getting started" steps?
Thanks in advance!