- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Steps to write python UDF for Impala?
- Labels:
-
Apache Impala
-
Apache Kudu
Created on ‎06-03-2017 04:16 PM - edited ‎09-16-2022 04:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Created ‎06-06-2017 03:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Impala unfortunately doesn't support Python UDFs - we have C++ and Java UDF support only.
It looks like Impyla had a limited prototype at one point but as far as I know it wasn't ever supported.
- Tim
Created ‎06-06-2017 03:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Impala unfortunately doesn't support Python UDFs - we have C++ and Java UDF support only.
It looks like Impyla had a limited prototype at one point but as far as I know it wasn't ever supported.
- Tim
