On Fri, Apr 22, 2016 at 10:38 AM, Mich Talebzadeh
<mich.talebza...@gmail.com> wrote:
> I am trying to test Spark with CEP and I have been shown a sample here
> https://github.com/agsachin/spark/blob/CEP/external/kafka/src/test/scala/org/apache/spark/streaming/kafka/DirectKafkaStreamSuite.scala#L532

I'm not familiar with CEP, but that's a Spark unit test, so if you're
trying to run it outside of the context of Spark unit tests (as it
seems you're trying to do), you're going to run into a world of
trouble. I'd suggest a different approach where whatever you're trying
to do is done through the Spark build, not outside of it.

-- 
Marcelo

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to