I have a very simple program that runs fine on my Linux server that runs
Spark master and worker in standalone mode.
public class SimpleSpark {
public int sum () {
SparkConf conf = new SparkConf()
.setAppName("Magellan")
.setMaster("spark://
ec2-nnn-nnn-
TaskSet_0,
runningTasks: 0
On Mon, Jan 11, 2016 at 4:12 PM, Ted Yu wrote:
> Which release of Spark are you using ?
>
> Can you pastebin stack trace of executor(s) so that we can have some more
> clue ?
>
> Thanks
>
> On Mon, Jan 11, 2016 at 1:10 PM, Andrew Wooster <
&