Hi Hrishikesh, Now we add Kafka unit test for python which relies on Kafka assembly jar, so you need to run `sbt assembly` or mvn `package` at first to get an assemble jar.
2015-04-22 1:15 GMT+08:00 Marcelo Vanzin <[email protected]>: > On Tue, Apr 21, 2015 at 1:30 AM, Hrishikesh Subramonian > <[email protected]> wrote: > > > Run streaming tests ... > > Failed to find Spark Streaming Kafka assembly jar in > > /home/xyz/spark/external/kafka-assembly > > You need to build Spark with 'build/sbt assembly/assembly > > streaming-kafka-assembly/assembly' or 'build/mvn package' before running > > this program > > > > > > Is anybody facing the same problem? > > Have you built the assemblies before running the tests? (mvn package > -DskipTests, or sbt assembly) > > > -- > Marcelo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
