I compiled the Impala with the command( ./buildall.sh -notests -so -release). And then move the directory to the same directory to start on another host.But get the errors: $ cat logs/cluster/catalogd.ERROR Log file created at: ****** Running on machine: ******* Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg E0103 ****** 8216 logging.cc:126] stderr will be logged to this file. /impala/be/build/latest/catalog/catalogd: symbol lookup error: /impala/be/build/release/util/libUtil.so: undefined symbol: getJNIEnv
I used Centos 6.5. In addition to recompiling without -so , are there any other ways ?
