Hi guys, I would like to update spark version to avoid class hell.
Because you are using shade plugin - so in the classpath, I have two versions Spark class, and got an error:
Exception in thread "main" java.lang.NoSuchMethodError: spark.Spark.internalServerError(Lspark/Route;)V
Hi guys, I would like to update spark version to avoid class hell. Because you are using shade plugin - so in the classpath, I have two versions Spark class, and got an error: