pan3793 commented on code in PR #2579: URL: https://github.com/apache/incubator-kyuubi/pull/2579#discussion_r867331912
########## docs/deployment/engine_on_yarn.md: ########## @@ -175,6 +175,24 @@ If the `TopSpeedWindowing` passes, configure it in `$KYUUBI_HOME/conf/kyuubi-env $ echo "export HADOOP_CONF_DIR=/path/to/hadoop/conf" >> $KYUUBI_HOME/conf/kyuubi-env.sh ``` +#### Required Environment Variable + +The `FLINK_HADOOP_CLASSPATH` is required, too. It should contain `commons-collections-*.jar`, +`hadoop-client-runtime-*.jar`, `hadoop-client-api-*.jar` and `htrace-core4-*.jar`. +All four jars are in the `HADOOP_HOME`. Review Comment: And as a downstream project, Spark always use Hadoop shaded client since Spark 3.2.0. -- 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]
