Andywli commented on issue #1499: URL: https://github.com/apache/incubator-linkis/issues/1499#issuecomment-1042774451
This is because of Spark jars' json4s and lib/linkis-engineplugins/spark/dist/version/lib The version of json4s in the package is inconsistent. When the official release is released, the supported version of Spark will be indicated later. If it is inconsistent, there will be this problem. The solution is to replace the json4s package in Spark jars with lib/linkis-engineplugins/spark/dist/version/lib The json4s version in the package. In addition, the netty package may also conflict, which can be handled according to the method of Json4s. Then restart the ecp service: sh sbin/linkis-damon.sh restart cg-engineplugin -- 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]
