Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Steps to write python UDF for Impala?

avatar
Explorer

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!

 

1 ACCEPTED SOLUTION

avatar

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

View solution in original post

1 REPLY 1

avatar

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