Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to impala_udf FunctionContext GetConstantArg #8

Open
joostshao opened this issue Dec 31, 2014 · 3 comments
Open

Comments

@joostshao
Copy link

build/libudfsample.so:对‘impala_udf::FunctionContext::GetConstantArg(int) const’未定义的引用

Ubuntu 14.04
CDH5

@joostshao
Copy link
Author

it is OK now.
OS: centos 6.2 with Virtualbox CDH4.

@MikhailGolubtsov
Copy link

Certainly, there is an issue.
I downloaded Cloudera Quickstart VM for 5.3.0 (Centos), there is impala-udf-devel package installed. I only installed cmake and got the same problem:

Linking CXX executable build/udf-sample-test
build/libudfsample.so: undefined reference to `impala_udf::FunctionContext::GetConstantArg(int) const'
collect2: ld returned 1 exit status
make[2]: *** [build/udf-sample-test] Error 1
make[1]: *** [CMakeFiles/udf-sample-test.dir/all] Error 2
make: *** [all] Error 2

@javadba
Copy link

javadba commented Jan 29, 2015

I am seeing this as well on the latest CDH 5.3 VM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants