Reamer commented on a change in pull request #3847: URL: https://github.com/apache/zeppelin/pull/3847#discussion_r453169590
########## File path: rlang/pom.xml ########## @@ -109,6 +109,13 @@ <version>${spark.version}</version> </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-client</artifactId> + <version>2.7.7</version> Review comment: @zjffdu Why you are using a hard coded version? Maybe it's better use `hadoop.version`? (https://github.com/apache/zeppelin/blob/master/pom.xml#L146) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org