This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 4d86b93 [hotfix] add hadoop dependencies to spark dependency jar 4d86b93 is described below commit 4d86b93d7880ea3bb455c20292a46b3def9e87d1 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Tue Jul 21 21:45:53 2020 +0800 [hotfix] add hadoop dependencies to spark dependency jar --- spark/spark-dependencies/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spark/spark-dependencies/pom.xml b/spark/spark-dependencies/pom.xml index 1904e64..03d1cfa 100644 --- a/spark/spark-dependencies/pom.xml +++ b/spark/spark-dependencies/pom.xml @@ -133,6 +133,7 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>${hadoop.version}</version> + <scope>compile</scope> </dependency> <dependency> @@ -145,6 +146,7 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-yarn-api</artifactId> <version>${yarn.version}</version> + <scope>compile</scope> </dependency> </dependencies>