streamSQL - is it available or is it in POC ?

2015-01-06 Thread tfrisk
Hi, Just wondering whether this is released yet and if so on which version of Spark ? Many Thanks, Thomas -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/streamSQL-is-it-available-or-is-it-in-POC-tp20993.html Sent from the Apache Spark User List

Publishing streaming results to web interface

2015-01-02 Thread tfrisk
Hi, New to spark so just feeling my way in using it on a standalone server under linux. I'm using scala to store running count totals of certain tokens in my streaming data and publishing a top 10 list. eg (TokenX,count) (TokenY,count) .. At the moment this is just being printed to std out

Problem with StreamingContext - getting SPARK-2243

2014-12-27 Thread tfrisk
Hi, Doing: val ssc = new StreamingContext(conf, Seconds(1)) and getting: Only one SparkContext may be running in this JVM (see SPARK-2243). To ignore this error, set spark.driver.allowMultipleContexts = true. But I dont think that I have another SparkContext running. Is there any way I