ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

spark job server #115

Open R1983 opened 8 years ago

R1983 commented 8 years ago

Hi,

I am not able to start spark job sever. I am facing below error. Please let me know, how to resolve this issue.

I have configured one master and two workers in cluster mode.

./server_start.sh ./server_start.sh: line 52: kill: (19621) - No such process ./server_start.sh: line 78: /home/spark-1.5.2-bin-hadoop2.6/bin/compute-classpath.sh: No such file or directory

Regards, Rajesh

shandey commented 8 years ago

Are you missing a dot?

server_start.sh

On Sat, Jan 16, 2016 at 8:26 AM, R1983 notifications@github.com wrote:

Hi,

I am not able to start spark job sever I am facing below error Please let me know, how to resolve this issue

I have configured one master and two workers in cluster mode

/server_startsh /server_startsh: line 52: kill: (19621) - No such process /server_startsh: line 78: /home/spark-152-bin-hadoop26/bin/compute-classpathsh: No such file or directory

Regards, Rajesh

— Reply to this email directly or view it on GitHub https://github.com/ooyala/spark-jobserver/issues/115.

R1983 commented 8 years ago

Hi Shan,

Please find below exact output. I am using "ooyala" distribution

./server_start.sh ./server_start.sh: line 52: kill: (19621) - No such process ./server_start.sh: line 78: /home/spark-1.5.2-bin-hadoop2.6/bin/compute-classpath.sh: No such file or directory

Regards, Rajesh

On Sat, Jan 16, 2016 at 10:09 PM, Shan notifications@github.com wrote:

Are you missing a dot?

server_start.sh

On Sat, Jan 16, 2016 at 8:26 AM, R1983 notifications@github.com wrote:

Hi,

I am not able to start spark job sever I am facing below error Please let me know, how to resolve this issue

I have configured one master and two workers in cluster mode

/server_startsh /server_startsh: line 52: kill: (19621) - No such process /server_startsh: line 78: /home/spark-152-bin-hadoop26/bin/compute-classpathsh: No such file or directory

Regards, Rajesh

— Reply to this email directly or view it on GitHub https://github.com/ooyala/spark-jobserver/issues/115.

— Reply to this email directly or view it on GitHub https://github.com/ooyala/spark-jobserver/issues/115#issuecomment-172224285 .

franyfpk commented 8 years ago

Hi, I have the same issue while trying to start the job server. Im getting the below error, ./server_start.sh ./server_start.sh: line 41: kill: (113865) - No such process Please help me on this.

fanjin-z commented 7 years ago

Hi, I am also having the same problem and given this error below.

# ./server_start.sh
./server_start.sh: line 41: kill: (29031) - No such process

I searched and could not find any feasible solution. Could anyone help me on this?