Return-Path: X-Original-To: apmail-spark-user-archive@minotaur.apache.org Delivered-To: apmail-spark-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09B9710BB9 for ; Thu, 21 Nov 2013 13:49:15 +0000 (UTC) Received: (qmail 80837 invoked by uid 500); 21 Nov 2013 13:49:14 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 80646 invoked by uid 500); 21 Nov 2013 13:49:14 -0000 Mailing-List: contact user-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@spark.incubator.apache.org Delivered-To: mailing list user@spark.incubator.apache.org Received: (qmail 80628 invoked by uid 99); 21 Nov 2013 13:49:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 13:49:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of scrapcodes@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-we0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 13:49:00 +0000 Received: by mail-we0-f173.google.com with SMTP id t61so3971993wes.18 for ; Thu, 21 Nov 2013 05:48:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=7mBE+JiMQkXwLeWKSIy1nNleeyoEfsYbMwC/yJLCSfQ=; b=H2Z5L2Mp5HyrIydAxlGAI3FyMcrhhtYG/4yQUdKx5ULOG879e53NJpCELpNow+fL1x 7uvj/Gk9skM4dsHLvKrplw3DpX5Px1jJV9+P3RAh1PQ2iAX86CvCmeKyCAweRFO3FXqc uU/AEm4wvxZdppAVp3ECLRePfZnFOXUl3NBNIRHflCNiiUWaRP9j8QcMC7M3+ReKBFbY n766KcIqlPInuFoPmXvkgSvgvRBkh+0Sv1Xsvs7ShtLUbSwVhowoPXsT0vv0wMHiRmCG suG2uT7f9qmI7O5zC58DmEqhZDDXwmwZdrGf0u9pBk73fF96UeH2FJh/iwqaWwGU24VF FkVQ== X-Received: by 10.194.143.100 with SMTP id sd4mr431075wjb.69.1385041720461; Thu, 21 Nov 2013 05:48:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.64.132 with HTTP; Thu, 21 Nov 2013 05:48:20 -0800 (PST) In-Reply-To: References: From: Prashant Sharma Date: Thu, 21 Nov 2013 19:18:20 +0530 Message-ID: Subject: Re: problems with launching executor in standalone cluster To: user@spark.incubator.apache.org Content-Type: multipart/alternative; boundary=089e01161d3ebf504b04ebb02700 X-Virus-Checked: Checked by ClamAV on apache.org --089e01161d3ebf504b04ebb02700 Content-Type: text/plain; charset=ISO-8859-1 You might wanna check the stderr and stdout located in work(where standalone puts log of Executors ) directory. On Thu, Nov 21, 2013 at 7:07 PM, Umar Javed wrote: > I have a really simple standalone cluster with one worker located on the > same machine as the master. Both master and worker launch OK with the > scripts provided in /conf. However when I run the spark shell with the > command: MASTER=.... ./spark-shell, my worker fails to launch. Here's a > section of the log output: > > 13/11/21 06:32:34 INFO SparkDeploySchedulerBackend: Executor > app-20131121063231-0000/4 removed: Command exited with code 1 > 13/11/21 06:32:34 INFO Client$ClientActor: Executor added: > app-20131121063231-0000/5 on worker-20131121063035-node0-link0-52768 > (node0-link0:7077) with 2 cores > 13/11/21 06:32:34 INFO SparkDeploySchedulerBackend: Granted executor ID > app-20131121063231-0000/5 on hostPort node0-link0:7077 with 2 cores, 512.0 > MB RAM > 13/11/21 06:32:34 INFO Client$ClientActor: Executor updated: > app-20131121063231-0000/5 is now RUNNING > 13/11/21 06:32:34 INFO Client$ClientActor: Executor updated: > app-20131121063231-0000/5 is now FAILED (Command exited with code 1) > 13/11/21 06:32:34 INFO SparkDeploySchedulerBackend: Executor > app-20131121063231-0000/5 removed: Command exited with code 1 > > > Basically the executor on the worker keeps getting failed as soon as it is > launched. > Anybody have a solution? > > thanks! > Umar > -- s --089e01161d3ebf504b04ebb02700 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
You might wanna check the stderr and stdout located in wor= k(where standalone puts log of Executors ) directory.=A0


On Thu, Nov 21, 2013 at 7:= 07 PM, Umar Javed <umarj.javed@gmail.com> wrote:
I have a really simple stan= dalone cluster with one worker located on the same machine as the master. B= oth master and worker launch OK with the scripts provided in /conf. However= when I run the spark shell with the command: MASTER=3D.... ./spark-shell, = my worker fails to launch. Here's a section of the log output:

13/11/21 06:32:34 INFO SparkDeploySchedulerBackend: Exe= cutor app-20131121063231-0000/4 removed: Command exited with code 1
13/11/21 06:32:34 INFO Client$ClientActor: Executor added: app-201311210= 63231-0000/5 on worker-20131121063035-node0-link0-52768 (node0-link0:7077) = with 2 cores
13/11/21 06:32:34 INFO SparkDeploySchedulerBackend: Granted executor I= D app-20131121063231-0000/5 on hostPort node0-link0:7077 with 2 cores, 512.= 0 MB RAM
13/11/21 06:32:34 INFO Client$ClientActor: Executor upda= ted: app-20131121063231-0000/5 is now RUNNING
13/11/21 06:32:34 INFO Client$ClientActor: Executor updated: app-20131= 121063231-0000/5 is now FAILED (Command exited with code 1)
13/11= /21 06:32:34 INFO SparkDeploySchedulerBackend: Executor app-20131121063231-= 0000/5 removed: Command exited with code 1


Basically the executor on the work= er keeps getting failed as soon as it is launched.
Anybody have a= solution?

thanks!
Umar



--
s --089e01161d3ebf504b04ebb02700--