Re: Calculating Min and Max Values using Spark Transformations?

2015-08-30 Thread Ashen Weerathunga
? Yong -- Subject: Re: Calculating Min and Max Values using Spark Transformations? To: as...@wso2.com CC: user@spark.apache.org From: jfc...@us.ibm.com Date: Fri, 28 Aug 2015 09:28:43 -0700 If you already loaded csv data into a dataframe, why not register

Re: Calculating Min and Max Values using Spark Transformations?

2015-08-28 Thread Asher Krim
in this JavaRDDdouble[] ? Or Is there any way to access the array if I store max and min values to a array inside the spark transformation class? Thanks. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Calculating-Min-and-Max-Values-using-Spark-Transformations

Calculating Min and Max Values using Spark Transformations?

2015-08-28 Thread ashensw
: http://apache-spark-user-list.1001560.n3.nabble.com/Calculating-Min-and-Max-Values-using-Spark-Transformations-tp24491.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Re: Calculating Min and Max Values using Spark Transformations?

2015-08-28 Thread Burak Yavuz
-- Subject: Re: Calculating Min and Max Values using Spark Transformations? To: as...@wso2.com CC: user@spark.apache.org From: jfc...@us.ibm.com Date: Fri, 28 Aug 2015 09:28:43 -0700 If you already loaded csv data into a dataframe, why not register it as a table, and use

Re: Calculating Min and Max Values using Spark Transformations?

2015-08-28 Thread Jesse F Chen
From: ashensw as...@wso2.com To: user@spark.apache.org Date: 08/28/2015 05:40 AM Subject:Calculating Min and Max Values using Spark Transformations? Hi

RE: Calculating Min and Max Values using Spark Transformations?

2015-08-28 Thread java8964
Or RDD.max() and RDD.min() won't work for you? Yong Subject: Re: Calculating Min and Max Values using Spark Transformations? To: as...@wso2.com CC: user@spark.apache.org From: jfc...@us.ibm.com Date: Fri, 28 Aug 2015 09:28:43 -0700 If you already loaded csv data into a dataframe, why

Re: Calculating Min and Max Values using Spark Transformations?

2015-08-28 Thread Alexey Grishchenko
-null and non-NA elements as well. Burak On Fri, Aug 28, 2015 at 10:09 AM, java8964 java8...@hotmail.com wrote: Or RDD.max() and RDD.min() won't work for you? Yong -- Subject: Re: Calculating Min and Max Values using Spark Transformations? To: as...@wso2.com CC