aboutsummaryrefslogtreecommitdiff
path: root/R/pkg
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6812] [SPARKR] filter() on DataFrame does not work as expected.Sun Rui2015-05-061-4/+6
* [SPARK-6799] [SPARKR] Remove SparkR RDD examples, add dataframe examplesShivaram Venkataraman2015-05-062-5/+1
* [SPARK-6841] [SPARKR] add support for mean, median, stdev etc.qhuang2015-05-054-0/+53
* [SPARK-7230] [SPARKR] Make RDD private in SparkR.Shivaram Venkataraman2015-05-056-103/+26
* [SPARK-7319][SQL] Improve the output from DataFrame.show()云峤2015-05-042-2/+2
* [SPARK-6991] [SPARKR] Adds support for zipPartitions.hlin092015-04-274-0/+85
* [SPARK-6856] [R] Make RDD information more useful in SparkRJeff Harrison2015-04-272-0/+10
* [SPARK-6852] [SPARKR] Accept numeric as numPartitions in SparkR.Sun Rui2015-04-243-19/+19
* [SPARK-7033] [SPARKR] Clean usage of split. Use partition instead where appli...Sun Rui2015-04-245-39/+39
* [SPARK-6818] [SPARKR] Support column deletion in SparkR DataFrame API.Sun Rui2015-04-232-1/+12
* [SPARK-6807] [SparkR] Merge recent SparkR-pkg changescafreeman2015-04-1717-279/+866
* [SPARK-6855] [SPARKR] Set R includes to get the right collate order.Shivaram Venkataraman2015-04-166-5/+13
* [Minor][SparkR] Minor refactor and removes redundancy related to cleanClosure.hlin092015-04-132-16/+4
* [SPARK-6881][SparkR] Changes the checkpoint directory name.hlin092015-04-133-4/+5
* [SPARK-6850] [SparkR] use one partition when we need to compare the whole resultDavies Liu2015-04-102-4/+4
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-0840-0/+9683