Re: RDD blocks on Spark Driver

2017-02-28 Thread Prithish
. >> >> liangyihuai >> >> ---Original--- >> *From:* "Jacek Laskowski " >> *Date:* 2017/2/25 02:45:20 >> *To:* "prithish"; >> *Cc:* "user"; >> *Subject:* Re: RDD blocks on Spark Driver >> >> Hi, >> &g

Re: RDD blocks on Spark Driver

2017-02-28 Thread Jonathan Kelly
quot; is relative to spark. > > liangyihuai > > ---Original--- > *From:* "Jacek Laskowski " > *Date:* 2017/2/25 02:45:20 > *To:* "prithish"; > *Cc:* "user"; > *Subject:* Re: RDD blocks on Spark Driver > > Hi, > > Guess you're use loca

Re: RDD blocks on Spark Driver

2017-02-26 Thread Prithish
which are local, standalone, yarn > and Mesos. Also, "blocks" is relative to hdfs, "partitions" > is relative to spark. > > liangyihuai > > ---Original--- > *From:* "Jacek Laskowski " > *Date:* 2017/2/25 02:45:20 > *To:* "prithish"; > *

Re: RDD blocks on Spark Driver

2017-02-25 Thread liangyhg...@gmail.com
Hi, I think you are using the local model of Spark. There are mainly four models, which are local, standalone,  yarn and Mesos. Also, "blocks" is relative to hdfs, "partitions" is relative to spark.liangyihuai---Original---From: "Jacek Laskowski "Date: 2017/2/25 02:45:20To: "prithish";Cc: "user";Su

Re: RDD blocks on Spark Driver

2017-02-24 Thread Jacek Laskowski
Hi, Guess you're use local mode which has only one executor called driver. Is my guessing correct? Jacek On 23 Feb 2017 2:03 a.m., wrote: > Hello, > > Had a question. When I look at the executors tab in Spark UI, I notice > that some RDD blocks are assigned to the driver as well. Can someone p

RDD blocks on Spark Driver

2017-02-22 Thread prithish
Hello, Had a question. When I look at the executors tab in Spark UI, I notice that some RDD blocks are assigned to the driver as well. Can someone please tell me why? Thanks for the help.