我在Hortonwork沙盒3.0.1.0上使用cdh6.3.1 rpm安装了Impala 3.2.0,但出现以下错误。是否有人成功在HDP沙箱上成功安装了Impala服务器,请分享您的想法。
[root@sandbox-hdp jvm]# for i in server state-store catalog ; do service "impala-$i" status ; done
Impala Server is dead and pid file exists [FAILED]
Impala State Store Server is running [ OK ]
Impala Catalog Server is dead and pid file exists [FAILED]
错误代码
Log file created at: 2019/10/15 02:16:04
Running on machine: sandbox-hdp.hortonworks.com
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
E1015 02:16:04.451097 1540 logging.cc:147] stderr will be logged to this file.
Wrote minidump to /var/log/impala/minidumps/impalad/64e8661b-9661-44c2-113061a3-6116f4a7.dmp
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)
期望
Impala installation on HDP server.