aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16401][SQL] Data Source API: Enable Extending RelationProvider and Cre...gatorsmile2016-07-092-3/+34
* [SPARK-11857][MESOS] Deprecate fine grainedMichael Gummelt2016-07-081-2/+7
* [SPARK-16432] Empty blocks fail to serialize due to assert in ChunkedByteBufferEric Liang2016-07-082-13/+8
* [SPARK-16376][WEBUI][SPARK WEB UI][APP-ID] HTTP ERROR 500 when using rest api...Sean Owen2016-07-081-1/+6
* [SPARK-13569][STREAMING][KAFKA] pattern based topic subscriptioncody koeninger2016-07-083-9/+258
* [SPARK-16387][SQL] JDBC Writer should use dialect to quote field names.Dongjoon Hyun2016-07-082-4/+11
* [SPARK-16453][BUILD] release-build.sh is missing hive-thriftserver for scala ...Yin Huai2016-07-081-5/+3
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-085-1/+218
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-085-29/+39
* [SPARK-16420] Ensure compression streams are closed.Ryan Blue2016-07-084-11/+57
* [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriterJurriaan Pruis2016-07-085-3/+36
* [SPARK-16369][MLLIB] tallSkinnyQR of RowMatrix should aware of empty partitionXusen Yin2016-07-082-2/+20
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-085-3/+111
* [SPARK-16436][SQL] checkEvaluation should support NaNpetermaxlee2016-07-081-0/+4
* [SPARK-16052][SQL] Improve `CollapseRepartition` optimizer for Repartition/Re...Dongjoon Hyun2016-07-085-8/+104
* [SPARK-16430][SQL][STREAMING] Add option maxFilesPerTriggerTathagata Das2016-07-073-14/+112
* [SPARK-16425][R] `describe()` should not fail with non-numeric columnsDongjoon Hyun2016-07-072-4/+7
* [SPARK-16310][SPARKR] R na.string-like default for csv sourceFelix Cheung2016-07-072-8/+34
* [SPARK-16415][SQL] fix catalog string errorDaoyuan Wang2016-07-072-3/+17
* [SPARK-16350][SQL] Fix support for incremental planning in wirteStream.foreach()Liwei Lin2016-07-073-13/+117
* [SPARK-16174][SQL] Improve `OptimizeIn` optimizer to remove literal repetitionsDongjoon Hyun2016-07-073-6/+39
* [SPARK-16399][PYSPARK] Force PYSPARK_PYTHON to pythonMechCoder2016-07-071-11/+3
* [SPARK-16372][MLLIB] Retag RDD to tallSkinnyQR of RowMatrixXusen Yin2016-07-073-2/+46
* [SPARK-16400][SQL] Remove InSet filter pushdown from ParquetReynold Xin2016-07-073-76/+18
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-073-1/+51
* [SPARK-15885][WEB UI] Provide links to executor logs from stage details page ...Tom Magrino2016-07-074-8/+42
* [SPARK-16021][TEST-MAVEN] Fix the maven buildShixiong Zhu2016-07-061-0/+1
* [SPARK-16398][CORE] Make cancelJob and cancelStage APIs publicMasterDDT2016-07-061-4/+14
* [SPARK-16374][SQL] Remove Alias from MetastoreRelation and SimpleCatalogRelationgatorsmile2016-07-075-15/+14
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-063-5/+87
* [SPARK-16021] Fill freed memory in test to help catch correctness bugsEric Liang2016-07-067-3/+57
* [SPARK-16212][STREAMING][KAFKA] apply test tweaks from 0-10 to 0-8 as wellcody koeninger2016-07-062-25/+24
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-062-3/+3
* [MESOS] expand coarse-grained mode docsMichael Gummelt2016-07-061-26/+51
* [SPARK-16379][CORE][MESOS] Spark on mesos is broken due to race condition in ...Sean Owen2016-07-062-5/+10
* [SPARK-15740][MLLIB] Word2VecSuite "big model load / save" caused OOM in mave...tmnd19912016-07-062-10/+31
* [SPARK-16371][SQL] Do not push down filters incorrectly when inner name and o...hyukjinkwon2016-07-063-2/+19
* [SPARK-16304] LinkageError should not crash Spark executorpetermaxlee2016-07-062-1/+14
* [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentationhyukjinkwon2016-07-066-23/+26
* [DOC][SQL] update out-of-date code snippets using SQLContext in all documents.WeichenXu2016-07-062-20/+23
* [SPARK-15979][SQL] Renames CatalystWriteSupport to ParquetWriteSupportCheng Lian2016-07-062-10/+10
* [SPARK-15591][WEBUI] Paginate Stage Table in Stages tabTao Lin2016-07-065-141/+441
* [SPARK-16229][SQL] Drop Empty Table After CREATE TABLE AS SELECT failsgatorsmile2016-07-062-2/+26
* [SPARK-16307][ML] Add test to verify the predicted variances of a DT on toy dataMechCoder2016-07-062-0/+32
* [SPARK-16388][SQL] Remove spark.sql.nativeView and spark.sql.nativeView.canon...Reynold Xin2016-07-064-178/+106
* [SPARK-16249][ML] Change visibility of Object ml.clustering.LDA to public for...Yuhao Yang2016-07-061-4/+6
* [SPARK-16339][CORE] ScriptTransform does not print stderr when outstream is lostTejas Patil2016-07-061-4/+4
* [SPARK-16340][SQL] Support column arguments for `regexp_replace` Dataset oper...Dongjoon Hyun2016-07-052-1/+13
* [SPARK-16389][SQL] Remove MetastoreRelation from SparkHiveWriterContainer and...gatorsmile2016-07-062-15/+9
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-065-1/+126