MrFengqin commented on issue #2594: URL: https://github.com/apache/incubator-linkis/issues/2594#issuecomment-1206212079
1. 打包hive引擎时的版本号需要跟环境上的hive版本一致; 2. 启动失败,出现上述问题使用yarn logs -applicationId application_1659518236192_0031查看yarnlog日志; 3. 出现[ERROR] [main] |app.DAGAppMaster|: Error started DAGAppMaster java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V at org .apache.hadoop.conf.Configuration.set(Configuration.java:1358) 在 org.apache.hadoop.conf.Configuration.set(Configuration.java:1339) 在 org.apache.tez.common.TezUtilsInternal.addUserSpecifiedTezConfiguration(TezUtilsInternal .java:94) at org.apache.tez.dag.app.DAGAppMaster.main(DAGAppMaster.java:2432) 错误 检查guava版本,guava版本没有问题检查hive-exec.jar包,这是hive引擎包里的hive-exec.jar版本与环境上hive-exec.jar版本不一致出现的问题,可以将环境上hive/lib下相对应的jar包copy到hive引擎中解决这个问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
