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.

Impala c++ udf - does building and deploying require restart?

avatar
Reader

Hi,

I compiled the udf-sample.cc and created shared lib file libudfsample.so using g++ since cmake is not installed in our dev env (g++ -Wall -shared -fPIC -std=c++0x -o libudfsample.so udf-sample.cc). I also did a "hdfs put" of the lib file. We're on CDH 5.3.3 and use Sentry for auths.

 

My question is - does HiveServer2 has any bearing on this? Will it require a restart for the sample c++ UDF functions to be available for use within Impala? 

 

Thanks for your help.

Vish

 

 

1 ACCEPTED SOLUTION

avatar
Rising Star
http://www.cloudera.com/documentation/enterprise/latest/topics/impala_udf.html#udf_tutorial_unique_1

describes the mechanism for using UDFs with Impala. It does not describe an Impala restart.

View solution in original post

1 REPLY 1

avatar
Rising Star
http://www.cloudera.com/documentation/enterprise/latest/topics/impala_udf.html#udf_tutorial_unique_1

describes the mechanism for using UDFs with Impala. It does not describe an Impala restart.