pan3793 commented on code in PR #4691:
URL: https://github.com/apache/zeppelin/pull/4691#discussion_r1546164791


##########
rlang/pom.xml:
##########
@@ -38,7 +38,7 @@
 
         <spark.archive>spark-${spark.version}</spark.archive>
         <spark.bin.download.url>
-            
https://archive.apache.org/dist/spark/${spark.archive}/${spark.archive}-bin-without-hadoop.tgz
+            
https://archive.apache.org/dist/spark/${spark.archive}/${spark.archive}-bin-hadoop3.tgz

Review Comment:
   we have `SparkRBackend` and `RInterpreterTest#testSparkRInterpreter`.
   
   Spark core requires Hadoop client classes to run, previously, we forcibly 
shipped the Hadoop classes into the Rlang interpreter, IMO this is not the 
right approach, the Spark runtime should handle Hadoop classes.



-- 
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]

Reply via email to