Replies: 1 comment
-
Are you a plugin for version 2.3.7 of the hive engine compiled by yourself? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
linkis 1.0.3版本,hive2.3.7 ,hadoop 2.8.5 ,腾讯云 emr,使用 cos 存储数据
2022-01-07 14:49:48.469 ERROR [main] org.apache.linkis.engineconn.launch.EngineConnServer$ 58 error - EngineConnServer Start Failed java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.cosnative.NativeCosFileSystem not found
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2369) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2793) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2810) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:100) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2849) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2831) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:389) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:356) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.hive.ql.session.SessionState.createRootHDFSDir(SessionState.java:707) ~[hive-exec-2.3.7.jar:2.3.7]
at org.apache.hadoop.hive.ql.session.SessionState.createSessionDirs(SessionState.java:654) ~[hive-exec-2.3.7.jar:2.3.7]
at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:586) ~[hive-exec-2.3.7.jar:2.3.7]
at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:548) ~[hive-exec-2.3.7.jar:2.3.7]
at org.apache.linkis.engineplugin.hive.creation.HiveEngineConnFactory.createEngineConnSession(HiveEngineConnFactory.scala:91) ~[linkis-engineplugin-hive-1.0.3.jar:1.0.3]
at org.apache.linkis.engineplugin.hive.creation.HiveEngineConnFactory.createEngineConnSession(HiveEngineConnFactory.scala:43) ~[linkis-engineplugin-hive-1.0.3.jar:1.0.3]
at org.apache.linkis.manager.engineplugin.common.creation.AbstractEngineConnFactory$class.createEngineConn(EngineConnFactory.scala:48) ~[linkis-engineconn-plugin-core-1.0.3.jar:1.0.3]
at org.apache.linkis.engineplugin.hive.creation.HiveEngineConnFactory.createEngineConn(HiveEngineConnFactory.scala:43) ~[linkis-engineplugin-hive-1.0.3.jar:1.0.3]
at org.apache.linkis.engineconn.core.engineconn.DefaultEngineConnManager.createEngineConn(EngineConnManager.scala:45) ~[linkis-engineconn-core-1.0.3.jar:1.0.3]
at org.apache.linkis.engineconn.launch.EngineConnServer$.main(EngineConnServer.scala:65) [linkis-engineconn-launch-1.0.3.jar:1.0.3]
at org.apache.linkis.engineconn.launch.EngineConnServer.main(EngineConnServer.scala) [linkis-engineconn-launch-1.0.3.jar:1.0.3]
Caused by: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.cosnative.NativeCosFileSystem not found
at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2273) ~[hadoop-common-2.8.5.jar:?]
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2367) ~[hadoop-common-2.8.5.jar:?]
... 18 more
Beta Was this translation helpful? Give feedback.
All reactions