Re: with SparkStreeaming spark-submit, don't see output after ssc.start()

2014-11-05 Thread spr
This problem turned out to be a cockpit error.  I had the same class name
defined in a couple different files, and didn't realize SBT was compiling
them all together, and then executing the wrong one.  Mea culpa.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/with-SparkStreeaming-spark-submit-don-t-see-output-after-ssc-start-tp17989p18224.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

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



Re: with SparkStreeaming spark-submit, don't see output after ssc.start()

2014-11-03 Thread Steve Reinhardt

From: Tobias Pfeiffer t...@preferred.jpmailto:t...@preferred.jp

Am I right that you are actually executing two different classes here?

Yes, I realized after I posted that I was calling 2 different classes, though 
they are in the same JAR.   I went back and tried it again with the same class 
in both cases, and it failed the same way.  I thought perhaps having 2 classes 
in a JAR was an issue, but commenting out one of the classes did not seem to 
make a difference.