Re: Does using Custom Partitioner before calling reduceByKey improve performance?

2015-10-27 Thread Tathagata Das
to improve data skews, etc. >>>> which ultimately improves performance. >>>> >>>> On Tue, Oct 27, 2015 at 1:20 PM, swetha >>>> wrote: >>>> >>>>> Hi, >>

Re: Does using Custom Partitioner before calling reduceByKey improve performance?

2015-10-27 Thread swetha kasireddy
reduceByKey to reduce by a particular metric name in >>>> our >>>> Streaming/Batch job. It seems to be doing a lot of shuffles and it has >>>> impact on performance. Does using a custompartitioner before calling >>>> reduceByKey improve performanc

Re: Does using Custom Partitioner before calling reduceByKey improve performance?

2015-10-27 Thread Tathagata Das
ame in our >>> Streaming/Batch job. It seems to be doing a lot of shuffles and it has >>> impact on performance. Does using a custompartitioner before calling >>> reduceByKey improve performance? >>> >>> >>> Thanks, >>> Swetha >>> >

Re: Does using Custom Partitioner before calling reduceByKey improve performance?

2015-10-27 Thread swetha kasireddy
>> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/Does-using-Custom-Partitioner-before-calling-reduceByKey-improve-performance-tp25214.html >> Sent from the Apache Spark User List mailing list archive at Nabble.com. >&g

Re: Does using Custom Partitioner before calling reduceByKey improve performance?

2015-10-27 Thread Tathagata Das
stompartitioner before calling > reduceByKey improve performance? > > > Thanks, > Swetha > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Does-using-Custom-Partitioner-before-calling-reduceByKey-improve-performance-tp2

Does using Custom Partitioner before calling reduceByKey improve performance?

2015-10-27 Thread swetha
context: http://apache-spark-user-list.1001560.n3.nabble.com/Does-using-Custom-Partitioner-before-calling-reduceByKey-improve-performance-tp25214.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To