问题
I am using
spark-submit --class main.Main --master local[2] /user/sampledata/parser-0.0.1-SNAPSHOT.jar
to run a java-spark code,
is it possible to run this code using war file instead of jar,since i am looking to deploy it on tomcat
i tried by war file but it gives class not found exception
来源:https://stackoverflow.com/questions/40734240/how-to-deploy-war-file-in-spark-submit-command-spark