Re: 回复:Spark-submit Problems

2016-10-16 Thread Sean Owen
Is it just a typo in the email or are you missing a space after your --master argument? The logs here actually don't say much but "something went wrong". It seems fairly low-level, like the gateway process failed or didn't start, rather than a problem with the program. It's hard to say more

Re: 回复:Spark-submit Problems

2016-10-15 Thread Tobi Bosede
exception message? > > > -- 原始邮件 -- > *发件人:* "Tobi Bosede";<ani.to...@gmail.com>; > *发送时间:* 2016年10月16日(星期天) 上午8:04 > *收件人:* "user"<user@spark.apache.org>; > *主题:* Spark-submit Problems > > Hi everyone, &g

Re: 回复:Spark-submit Problems

2016-10-15 Thread Mekal Zheng
; 收件人: "user"<user@spark.apache.org>; > > 主题: Spark-submit Problems > > > Hi everyone, > > I am having problems submitting an app through spark-submit when the master > is not "local". However the pi.py example which comes with Spark works with

??????Spark-submit Problems

2016-10-15 Thread hxfeng
show you pi.py code and what is the exception message? -- -- ??: "Tobi Bosede";<ani.to...@gmail.com>; : 2016??10??16??(??) 8:04 ??: "user"<user@spark.apache.org>; : Spark-submit Probl

Spark-submit Problems

2016-10-15 Thread Tobi Bosede
Hi everyone, I am having problems submitting an app through spark-submit when the master is not "local". However the pi.py example which comes with Spark works with any master. I believe my script has the same structure as pi.py, but for some reason my script is not as flexible. Specifically, the

spark-submit problems with --packages and --deploy-mode cluster

2015-12-11 Thread Greg Hill
I'm using Spark 1.5.0 with the standalone scheduler, and for the life of me I can't figure out why this isn't working. I have an application that works fine with --deploy-mode client that I'm trying to get to run in cluster mode so I can use --supervise. I ran into a few issues with my