unsubscribe

2023-09-19 Thread Ghousia
unsubscribe

Re: unsubscribe

2022-03-02 Thread Ghousia
unsubscribe On Thu, Mar 3, 2022 at 5:44 AM Basavaraj wrote: > unsubscribe

Re: OutOfMemory Error

2014-08-19 Thread Ghousia
. Appreciate any suggestions in this regard. Many Thanks, Ghousia. On Mon, Aug 18, 2014 at 4:05 PM, Ghousia ghousia.ath...@gmail.com wrote: But this would be applicable only to operations that have a shuffle phase. This might not be applicable to a simple Map operation where a record is mapped

Re: OutOfMemory Error

2014-08-18 Thread Ghousia
, 2014 at 12:02 PM, Akhil Das ak...@sigmoidanalytics.com wrote: Hi Ghousia, You can try the following: 1. Increase the heap size https://spark.apache.org/docs/0.9.0/configuration.html 2. Increase the number of partitions http://stackoverflow.com/questions/21698443/spark-best-practice

OutOfMemory Error

2014-08-17 Thread Ghousia Taj
, Ghousia. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/OutOfMemory-Error-tp12275.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Query on Merge Message (Graph: pregel operator)

2014-06-19 Thread Ghousia Taj
, Ghousia. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Query-on-Merge-Message-Graph-pregel-operator-tp7909.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

BSP realization on Spark

2014-06-18 Thread Ghousia
provides a way to define a vertex program, but nothing is mentioned about the barrier synchronization. Any help in this regard is truly appreciated. Many Thanks, Ghousia.

Fwd: BSP realization on Spark

2014-06-18 Thread Ghousia
-- Forwarded message -- From: Ghousia ghousia.ath...@gmail.com Date: Wed, Jun 18, 2014 at 5:41 PM Subject: BSP realization on Spark To: user@spark.apache.org Hi, We are trying to implement a BSP model in Spark with the help of GraphX. One thing I encountered is a Pregel operator