Re: spark no output

2015-08-02 Thread Connor Zanin
I agree with Ted. Could you please post the log file? On Aug 2, 2015 10:13 AM, "Ted Yu" wrote: > Can you provide some more detai: > > release of Spark you're using > were you running in standalone or YARN cluster mode > have you checked driver log ? > > Cheers > > On Sun, Aug 2, 2015 at 7:04 AM,

Re: spark no output

2015-08-02 Thread Ted Yu
Can you provide some more detai: release of Spark you're using were you running in standalone or YARN cluster mode have you checked driver log ? Cheers On Sun, Aug 2, 2015 at 7:04 AM, Pa Rö wrote: > hi community, > > i have run my k-means spark application on 1million data points. the > progra

spark no output

2015-08-02 Thread Pa Rö
hi community, i have run my k-means spark application on 1million data points. the program works, but no output in the hdfs is generated. when it runs on 10.000 points, a output is written. maybe someone has an idea? best regards, paul