You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
####Build for spark
sbt assembly
####Run in local machine
./spark-submit --class "org.snakesinthebox.preprocessing.Main" --master local[4] <path to jar> --files <path to config>
About
Text classification system running on Apache Spark