spark-instrumented-optimizer/R/pkg
Shivaram Venkataraman 5f227fdbfe [SPARK-7512] [SPARKR] Fix RDD's show method to use getJRDD
Since the RDD object might be a Pipelined RDD we should use `getJRDD` to get the right handle to the Java object.

Fixes the bug reported at
http://stackoverflow.com/questions/30057702/sparkr-filterrdd-and-flatmap-not-working

cc concretevitamin

Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>

Closes #6035 from shivaram/sparkr-show-bug and squashes the following commits:

d70145c [Shivaram Venkataraman] Fix RDD's show method to use getJRDD Fixes the bug reported at http://stackoverflow.com/questions/30057702/sparkr-filterrdd-and-flatmap-not-working

(cherry picked from commit 0835f1edd4)
Signed-off-by: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
2015-05-10 19:49:51 -07:00
..
inst [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly. 2015-05-08 18:30:10 -07:00
R [SPARK-7512] [SPARKR] Fix RDD's show method to use getJRDD 2015-05-10 19:49:51 -07:00
src [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
tests [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
DESCRIPTION [SPARK-6824] Fill the docs for DataFrame API in SparkR 2015-05-08 11:25:20 -07:00
NAMESPACE [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly. 2015-05-08 18:30:10 -07:00