社区版建立hive外表无法查询

【StarRocks版本】1.18.2,在官网下下载的包,1 be 1 fe 测试

建立hive外表成功,select 查询的时候 be 会挂掉,查看be.out日志报错如下

start time: Wed Sep 29 10:13:57 CST 2021
could not find method getRootCauseMessage from class (null) with signature (Ljava/lang/Throwable;)Ljava/lang/String;
could not find method getStackTrace from class (null) with signature (Ljava/lang/Throwable;)Ljava/lang/String;
FileSystem: loadFileSystems failed error:
(unable to get root cause for java.lang.NoClassDefFoundError)
(unable to get stack trace for java.lang.NoClassDefFoundError)
getJNIEnv: getGlobalJNIEnv failed
*** Aborted at 1632882607 (unix time) try “date -d @1632882607” if you are using GNU date ***
PC: @ 0x7fc26d1afd1f __strlen_sse42
*** SIGSEGV (@0x0) received by PID 17892 (TID 0x7fc22256c700) from PID 0; stack trace: ***
@ 0x3093812 google::(anonymous namespace)::FailureSignalHandler()
@ 0x7fc26e66ee9b os::Linux::chained_handler()
@ 0x7fc26e67390c JVM_handle_linux_signal
@ 0x7fc26e666858 signalHandler()
@ 0x7fc26ed53630 (unknown)
@ 0x7fc26d1afd1f __strlen_sse42
@ 0x2b55ee4 _ZN5doris16get_hdfs_err_msgB5cxx11Ev
@ 0x2b422e2 doris::HdfsFsCache::get_connection()
@ 0x2644a2e doris::vectorized::HdfsScanNode::_find_and_insert_hdfs_file()
@ 0x264621d doris::vectorized::HdfsScanNode::open()
@ 0x1f3f0e8 doris::PlanFragmentExecutor::_open_internal_vectorized()
@ 0x1f40751 doris::PlanFragmentExecutor::open()
@ 0x1edb5af doris::FragmentExecState::execute()
@ 0x1edcba0 doris::FragmentMgr::exec_actual()
@ 0x1ee293b std::_Function_handler<>::_M_invoke()
@ 0x2026389 doris::ThreadPool::dispatch_thread()
@ 0x2034a05 doris::thread::supervise_thread()
@ 0x7fc26ed4bea5 start_thread
@ 0x7fc26d1678dd __clone

请问是否是hadoop版本问题?我目前环境是 cdh5.15.2的,hadoop2.6的,hive1.x的,是否需要去github下载源码然后重新编译?

parquet格式,snappy压缩

在be和fe的机器上set一下JAVA_HOME然后重试,如果hive外表数据有更新可以refresh对应表后再查询

您好,还是不行

could not find method getRootCauseMessage from class org/apache/commons/lang3/exception/ExceptionUtils with signature (Ljava/lang/Throwable;)Ljava/lang/String;

我尝试替换了 classpath 里面的 commons-lang3 确保有这个方法,但是select hive 外表数据还是会有这个报错