zjffdu commented on a change in pull request #3308: [ZEPPELIN-3986]. Cannot
access any JAR in yarn cluster mode
URL: https://github.com/apache/zeppelin/pull/3308#discussion_r261828124
##########
File path:
zeppelin-interpreter-integration/src/test/java/org/apache/zeppelin/integration/SparkIntegrationTest.java
##########
@@ -80,7 +85,14 @@ public static void tearDown() throws IOException {
}
}
- private void testInterpreterBasics() throws IOException,
InterpreterException {
+ private void testInterpreterBasics() throws IOException,
InterpreterException, XmlPullParserException {
+ // add jars & packages for testing
+ InterpreterSetting sparkInterpreterSetting =
interpreterSettingManager.getInterpreterSettingByName("spark");
+ sparkInterpreterSetting.setProperty("spark.jars.packages",
"com.maxmind.geoip2:geoip2:2.5.0");
Review comment:
It may already shipped to spark driver and put under classpath. So it is
better to use some other libraries.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services