Re: Union in Spark context

2018-02-05 Thread Suchith J N
t; On Mon, Feb 5, 2018 at 8:04 AM, Suchith J N wrote: > >> Hi, >> >> Seems like simple clean up - Why do we have union() on RDDs in >> SparkContext? Shouldn't it reside in RDD? There is one in RDD, but it seems >> like a wrapper around this. >> >> Regards, >> Suchith >> > >

Union in Spark context

2018-02-05 Thread Suchith J N
Hi, Seems like simple clean up - Why do we have union() on RDDs in SparkContext? Shouldn't it reside in RDD? There is one in RDD, but it seems like a wrapper around this. Regards, Suchith

Please review the pull request #20177

2018-01-07 Thread Suchith J N
Hi, I'm new to Apache Spark and I'm interested in contributing. I worked on SPARK-22954 and I have submitted a pull request. Someone please review it - https://github.com/apache/spark/pull/20177 (I'm sorry if this is not the norm) Thanks, Suchith