Skip to content

Commit

Permalink
[ZEPPELIN-5819] Update to newer geoip jar (#4464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer authored Sep 15, 2022
1 parent 9ecd250 commit 40f6f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private boolean isHadoopVersionMatch() {
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");
sparkInterpreterSetting.setProperty("spark.jars.packages", "com.maxmind.geoip2:geoip2:2.16.1");
sparkInterpreterSetting.setProperty("SPARK_PRINT_LAUNCH_COMMAND", "true");
sparkInterpreterSetting.setProperty("zeppelin.python.gatewayserver_address", "127.0.0.1");

Expand Down

0 comments on commit 40f6f01

Please sign in to comment.