Unsubscribe

2023-07-30 Thread Parag Chaudhari
Unsubscribe *Thanks,Parag Chaudhari*

How to make sure that function is executed on each active executor?

2019-06-26 Thread Parag Chaudhari
elp and time. *Thanks,Parag Chaudhari*

Re: Why spark history server does not show RDD even if it is persisted?

2017-03-01 Thread Parag Chaudhari
Thanks! *Thanks,Parag Chaudhari,**USC Alumnus (Fight On!)* *Mobile : (213)-572-7858* *Profile: http://www.linkedin.com/pub/parag-chaudhari/28/a55/254 <http://www.linkedin.com/pub/parag-chaudhari/28/a55/254>* On Tue, Feb 28, 2017 at 12:53 PM, Shixiong(Ryan) Zhu < shixi...@databricks.c

Re: Is there any limit on number of tasks per stage attempt?

2017-02-28 Thread Parag Chaudhari
Thanks Jacek! *Thanks,Parag* On Fri, Feb 24, 2017 at 10:45 AM, Jacek Laskowski <ja...@japila.pl> wrote: > Hi, > > Think it's the size of the type to count the partitions which I think is > Int. I don't think there's another reason. > > Jacek > > On 23 Feb 20

Re: Why spark history server does not show RDD even if it is persisted?

2017-02-28 Thread Parag Chaudhari
ping... *Thanks,Parag Chaudhari,**USC Alumnus (Fight On!)* *Mobile : (213)-572-7858* *Profile: http://www.linkedin.com/pub/parag-chaudhari/28/a55/254 <http://www.linkedin.com/pub/parag-chaudhari/28/a55/254>* On Wed, Feb 22, 2017 at 7:54 PM, Parag Chaudhari <paragp...@gmail.c

Is there any limit on number of tasks per stage attempt?

2017-02-22 Thread Parag Chaudhari
Hi, Is there any limit on number of tasks per stage attempt? *Thanks,* *​Parag​*

Re: Why spark history server does not show RDD even if it is persisted?

2017-02-22 Thread Parag Chaudhari
ils for the storage status of a given RDD. *Thanks,Parag Chaudhari,**USC Alumnus (Fight On!)* *Mobile : (213)-572-7858* *Profile: http://www.linkedin.com/pub/parag-chaudhari/28/a55/254 <http://www.linkedin.com/pub/parag-chaudhari/28/a55/254>* On Wed, Feb 22, 2017 at 7:44 PM, Saisai Shao &

Re: Why spark history server does not show RDD even if it is persisted?

2017-02-22 Thread Parag Chaudhari
t be written into event-log, I think that's why you cannot get such info > in history server. > > On Thu, Feb 23, 2017 at 9:51 AM, Parag Chaudhari <paragp...@gmail.com> > wrote: > >> Hi, >> >> I am running spark shell in spark version 2.0.2. Here is my program,

Why spark history server does not show RDD even if it is persisted?

2017-02-22 Thread Parag Chaudhari
Hi, I am running spark shell in spark version 2.0.2. Here is my program, var myrdd = sc.parallelize(Array.range(1, 10)) myrdd.setName("test") myrdd.cache myrdd.collect But I am not able to see any RDD info in "storage" tab in spark history server. I looked at this