You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Arunkumar Pillai <ar...@gmail.com> on 2016/02/23 11:08:01 UTC

Percentile calculation in spark 1.6

How to calculate percentile in spark 1.6 ?


-- 
Thanks and Regards
        Arun

Re: Percentile calculation in spark 1.6

Posted by Ted Yu <yu...@gmail.com>.
Please take a look at the following if you can utilize Hive hdf:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveUdfSuite.scala

On Tue, Feb 23, 2016 at 6:28 AM, Chandeep Singh <cs...@chandeep.com> wrote:

> This should help -
> http://stackoverflow.com/questions/28805602/how-to-compute-percentiles-in-apache-spark
>
> On Feb 23, 2016, at 10:08 AM, Arunkumar Pillai <ar...@gmail.com>
> wrote:
>
> How to calculate percentile in spark 1.6 ?
>
>
> --
> Thanks and Regards
>         Arun
>
>
>

Re: Percentile calculation in spark 1.6

Posted by Chandeep Singh <cs...@chandeep.com>.
This should help - http://stackoverflow.com/questions/28805602/how-to-compute-percentiles-in-apache-spark <http://stackoverflow.com/questions/28805602/how-to-compute-percentiles-in-apache-spark>
> On Feb 23, 2016, at 10:08 AM, Arunkumar Pillai <ar...@gmail.com> wrote:
> 
> How to calculate percentile in spark 1.6 ?
> 
> 
> -- 
> Thanks and Regards
>         Arun