Return-Path: X-Original-To: apmail-mesos-user-archive@www.apache.org Delivered-To: apmail-mesos-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DA0E10163 for ; Wed, 26 Mar 2014 02:28:23 +0000 (UTC) Received: (qmail 93956 invoked by uid 500); 26 Mar 2014 02:28:22 -0000 Delivered-To: apmail-mesos-user-archive@mesos.apache.org Received: (qmail 93932 invoked by uid 500); 26 Mar 2014 02:28:22 -0000 Mailing-List: contact user-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mesos.apache.org Delivered-To: mailing list user@mesos.apache.org Received: (qmail 93924 invoked by uid 99); 26 Mar 2014 02:28:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 02:28:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ianferreira@hotmail.com designates 65.55.111.156 as permitted sender) Received: from [65.55.111.156] (HELO blu0-omc4-s17.blu0.hotmail.com) (65.55.111.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 02:28:15 +0000 Received: from BLU0-SMTP352 ([65.55.111.135]) by blu0-omc4-s17.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 25 Mar 2014 19:27:54 -0700 X-TMN: [3/bg99ZhOG+NH8eldd9B4uYvp8I1qJMb] X-Originating-Email: [ianferreira@hotmail.com] Message-ID: Received: from [192.168.0.177] ([216.9.29.209]) by BLU0-SMTP352.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 25 Mar 2014 19:27:53 -0700 Date: Tue, 25 Mar 2014 19:27:52 -0700 From: Ian Ferreira User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: user@mesos.apache.org Subject: Spark on mesos yield error. References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------000509000007070501070201" X-OriginalArrivalTime: 26 Mar 2014 02:27:53.0633 (UTC) FILETIME=[FDBEB110:01CF489A] X-Virus-Checked: Checked by ClamAV on apache.org --------------000509000007070501070201 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 14/03/25 19:22:52 INFO SparkEnv: Connecting to BlockManagerMaster: akka.tcp://spark@localhost:7077/user/BlockManagerMaster akka.actor.ActorNotFound: Actor not found for: ActorSelection[Actor[akka.tcp://spark@localhost:7077/]/user/BlockManagerMaster] at akka.actor.ActorSelection$$anonfun$resolveOne$1.apply(ActorSelection.scala:66) at akka.actor.ActorSelection$$anonfun$resolveOne$1.apply(ActorSelection.scala:64) This seems to be fixed based on some searches, but I keep getting this error consistently. Any help would be much appreciated. --------------000509000007070501070201 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit
14/03/25 19:22:52 INFO SparkEnv: Connecting to BlockManagerMaster: akka.tcp://spark@localhost:7077/user/BlockManagerMaster
akka.actor.ActorNotFound: Actor not found for: ActorSelection[Actor[akka.tcp://spark@localhost:7077/]/user/BlockManagerMaster]
	at akka.actor.ActorSelection$$anonfun$resolveOne$1.apply(ActorSelection.scala:66)
	at akka.actor.ActorSelection$$anonfun$resolveOne$1.apply(ActorSelection.scala:64)

This seems to be fixed based on some searches, but I keep getting this error consistently. Any help would be much appreciated.


--------------000509000007070501070201--