aboutsummaryrefslogtreecommitdiff
path: root/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8940] [SPARKR] Don't overwrite given schema in createDataFrameLiang-Chi Hsieh2015-07-091-1/+3
* Small update in the readme fileDirceu Semighini Filho2015-07-061-1/+1
* [SPARK-8549] [SPARKR] Fix the line length of SparkRYu ISHIKAWA2015-07-057-31/+51
* [SPARK-3071] Increase default driver memoryIlya Ganelin2015-07-011-1/+1
* [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than...Sun Rui2015-07-019-194/+194
* [SPARK-8434][SQL]Add a "pretty" parameter to the "show" method to display lon...zsxwing2015-06-291-2/+2
* [SPARK-8607] SparkR -- jars not being added to application classpath correctlycafreeman2015-06-263-0/+69
* [SPARK-8662] SparkR Update SparkSQL Testcafreeman2015-06-261-3/+12
* [SPARK-8637] [SPARKR] [HOTFIX] Fix packages argument, sparkSubmitBinNameShivaram Venkataraman2015-06-252-2/+2
* [SPARK-8506] Add pakages to R context created through init.Holden Karau2015-06-243-9/+56
* [SPARK-8111] [SPARKR] SparkR shell should display Spark logo and version bann...Alok Singh2015-06-231-1/+15
* [SPARK-8431] [SPARKR] Add in operator to DataFrame Column in SparkRYu ISHIKAWA2015-06-222-0/+26
* [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR filesYu ISHIKAWA2015-06-2222-188/+182
* [SPARK-8537] [SPARKR] Add a validation rule about the curly braces in SparkR ...Yu ISHIKAWA2015-06-221-1/+1
* [SPARK-8495] [SPARKR] Add a `.lintr` file to validate the SparkR files and th...Yu ISHIKAWA2015-06-201-0/+2
* [SPARK-8452] [SPARKR] expose jobGroup API in SparkRHossein2015-06-193-0/+56
* [SPARK-8350] [R] Log R unit test output to "unit-tests.log"andrewor142015-06-151-1/+1
* [SPARK-6820] [SPARKR] Convert NAs to null type in SparkR DataFrameshqzizania2015-06-082-0/+45
* [SPARK-8085] [SPARKR] Support user-specified schema in read.dfShivaram Venkataraman2015-06-052-4/+23
* [SPARK-8027] [SPARKR] Move man pages creation to install-dev.shShivaram Venkataraman2015-06-042-5/+9
* [SPARK-8084] [SPARKR] Make SparkR scripts fail on errorShivaram Venkataraman2015-06-032-0/+5
* [SPARK-8063] [SPARKR] Spark master URL conflict between MASTER env variable a...Sun Rui2015-06-031-1/+1
* [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame.Sun Rui2015-05-315-1/+263
* [SPARK-7954] [SPARKR] Create SparkContext in sparkRSQL initShivaram Venkataraman2015-05-291-5/+19
* [SPARK-6806] [SPARKR] [DOCS] Add a new SparkR programming guideShivaram Venkataraman2015-05-293-8/+11
* [SPARK-6811] Copy SparkR lib in make-distribution.shShivaram Venkataraman2015-05-235-2/+41
* [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guideDavies Liu2015-05-238-262/+261
* [SPARK-7687] [SQL] DataFrame.describe() should cast all aggregates to StringJosh Rosen2015-05-181-5/+5
* [SPARK-7226] [SPARKR] Support math functions in R DataFrameqhuang2015-05-154-3/+100
* [SPARK-7482] [SPARKR] Rename some DataFrame API methods in SparkR to match th...Sun Rui2015-05-126-49/+71
* [SPARK-7435] [SPARKR] Make DataFrame.show() consistent with that of Scala and...Joshi2015-05-112-4/+6
* [SPARK-7462] By default retain group by columns in aggregateReynold Xin2015-05-111-3/+1
* [SPARK-7512] [SPARKR] Fix RDD's show method to use getJRDDShivaram Venkataraman2015-05-101-2/+2
* [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly.Shivaram Venkataraman2015-05-086-29/+228
* [SPARK-6824] Fill the docs for DataFrame API in SparkRhqzizania2015-05-089-1609/+1610
* [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