I have just began with Spark Streaming and I am trying to build a sample application that counts words from a Kafka stream. Although it compiles with sbt package
sbt package
use --packages argument on spark-submit, it takes mvn package in the format group:artifact:version,...
--packages
spark-submit
group:artifact:version,...