aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-1932-32/+0
* [MINOR][BUILD] Fix Java Linter `LineLength` errorsDongjoon Hyun2016-07-193-4/+7
* [DOC] improve python doc for rdd.histogram and dataframe.joinMortada Mehyar2016-07-182-14/+14
* [SPARK-16303][DOCS][EXAMPLES] Minor Scala/Java example updateCheng Lian2016-07-185-36/+35
* [MINOR] Remove unused arg in als.pyZheng RuiFeng2016-07-181-3/+3
* [SPARK-16615][SQL] Expose sqlContext in SparkSessionReynold Xin2016-07-181-1/+3
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-07-181-2/+2
* [SPARK-16590][SQL] Improve LogicalPlanToSQLSuite to check generated SQL directlyDongjoon Hyun2016-07-18103-153/+820
* [SPARKR][DOCS] minor code sample update in R programming guideFelix Cheung2016-07-182-3/+3
* [SPARK-16515][SQL] set default record reader and writer for script transforma...Daoyuan Wang2016-07-183-5/+45
* [SPARK-16351][SQL] Avoid per-record type dispatch in JSON when writinghyukjinkwon2016-07-184-67/+163
* [SPARK-16055][SPARKR] warning added while using sparkPackages with spark-submitkrishnakalyan32016-07-181-0/+4
* [MINOR][TYPO] fix fininsh typoWeichenXu2016-07-184-4/+4
* [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/JavaReynold Xin2016-07-173-9/+9
* [SPARK-16027][SPARKR] Fix R tests SparkSession init/stopFelix Cheung2016-07-1714-25/+48
* [SPARK-16584][SQL] Move regexp unit tests to RegexpExpressionsSuiteReynold Xin2016-07-162-164/+194
* [SPARK-16507][SPARKR] Add a CRAN checker, fix Rd aliasesShivaram Venkataraman2016-07-1617-43/+676
* [SPARK-16112][SPARKR] Programming guide for gapply/gapplyCollectNarine Kokhlikyan2016-07-161-4/+134
* [SPARK-3359][DOCS] More changes to resolve javadoc 8 errors that will help un...Sean Owen2016-07-1621-59/+57
* [SPARK-16582][SQL] Explicitly define isNull = false for non-nullable expressionsSameer Agarwal2016-07-161-0/+3
* [SPARK-16230][CORE] CoarseGrainedExecutorBackend to self kill if there is an ...Tejas Patil2016-07-151-12/+20
* [SPARK-16538][SPARKR] Add more tests for namespace call to SparkSession funct...Felix Cheung2016-07-151-0/+7
* [SPARK-14817][ML][MLLIB][DOC] Made DataFrame-based API primary in MLlib guideJoseph K. Bradley2016-07-1541-746/+814
* [SPARK-16426][MLLIB] Fix bug that caused NaNs in IsotonicRegressionz001qdp2016-07-152-3/+17
* [SPARK-16546][SQL][PYSPARK] update python dataframe.dropWeichenXu2016-07-141-8/+19
* [SPARK-16557][SQL] Remove stale doc in sql/README.mdReynold Xin2016-07-141-74/+1
* [SPARK-16555] Work around Jekyll error-handling bug which led to silent failuresJosh Rosen2016-07-141-1/+9
* [SPARK-16553][DOCS] Fix SQL example file name in docsShivaram Venkataraman2016-07-141-1/+1
* [SPARK-16540][YARN][CORE] Avoid adding jars twice for Spark running on yarnjerryshao2016-07-143-4/+4
* [SPARK-16528][SQL] Fix NPE problem in HiveClientImplJacek Lewandowski2016-07-141-6/+8
* [SPARK-16529][SQL][TEST] `withTempDatabase` should set `default` database bef...Dongjoon Hyun2016-07-151-1/+7
* [SPARK-16538][SPARKR] fix R call with namespace operator on SparkSession func...Felix Cheung2016-07-142-2/+5
* [SPARK-16509][SPARKR] Rename window.partitionBy and window.orderBy to windowP...Sun Rui2016-07-145-34/+44
* [SPARK-16543][SQL] Rename the columns of `SHOW PARTITION/COLUMNS` commandsDongjoon Hyun2016-07-141-4/+2
* [SPARK-16530][SQL][TRIVIAL] Wrong Parser Keyword in ALTER TABLE CHANGE COLUMNgatorsmile2016-07-141-1/+1
* [SPARK-16505][YARN] Optionally propagate error during shuffle service startup.Marcelo Vanzin2016-07-144-47/+106
* [SPARK-14963][MINOR][YARN] Fix typo in YarnShuffleService recovery file namejerryshao2016-07-141-1/+1
* [SPARK-16403][EXAMPLES] Cleanup to remove unused imports, consistent style, m...Bryan Cutler2016-07-1456-646/+142
* [SPARK-16500][ML][MLLIB][OPTIMIZER] add LBFGS convergence warning for all use...WeichenXu2016-07-143-0/+16
* [SPARK-16448] RemoveAliasOnlyProject should not remove alias with metadataWenchen Fan2016-07-142-18/+108
* [SPARK-16503] SparkSession should provide Spark versionLiwei Lin2016-07-132-1/+14
* [SPARK-16536][SQL][PYSPARK][MINOR] Expose `sql` in PySpark ShellDongjoon Hyun2016-07-131-0/+1
* [SPARK-16485][ML][DOC] Fix privacy of GLM members, rename sqlDataTypes for ML...Joseph K. Bradley2016-07-136-14/+18
* [SPARK-16482][SQL] Describe Table Command for Tables Requiring Runtime Inferr...gatorsmile2016-07-132-22/+22
* [SPARKR][DOCS][MINOR] R programming guide to include csv data source exampleFelix Cheung2016-07-132-10/+19
* [SPARKR][MINOR] R examples and test updatesFelix Cheung2016-07-134-3/+6
* [SPARK-16114][SQL] updated structured streaming guideJames Thomas2016-07-131-26/+23
* [SPARK-16531][SQL][TEST] Remove timezone setting from DataFrameTimeWindowingS...Burak Yavuz2016-07-131-10/+0
* [SPARK-14812][ML][MLLIB][PYTHON] Experimental, DeveloperApi annotation audit ...Joseph K. Bradley2016-07-1373-468/+74
* [SPARK-16435][YARN][MINOR] Add warning log if initialExecutors is less than m...jerryshao2016-07-132-1/+21