aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11551][DOC] Replace example code in ml-features.md using include_exampleXusen Yin2015-12-0952-1061/+2820
* [SPARK-11824][WEBUI] WebUI does not render descriptions with 'bad' HTML, thro...Sean Owen2015-12-091-1/+0
* [SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by executionJosh Rosen2015-12-098-204/+230
* [SPARK-12241][YARN] Improve failure reporting in Yarn client obtainTokenForHB...Steve Loughran2015-12-093-31/+64
* [SPARK-10582][YARN][CORE] Fix AM failure situation for dynamic allocationjerryshao2015-12-094-2/+142
* [SPARK-10299][ML] word2vec should allow users to specify the window sizeHolden Karau2015-12-093-4/+65
* [SPARK-12012][SQL] Show more comprehensive PhysicalRDD metadata when visualiz...Cheng Lian2015-12-0911-32/+87
* [SPARK-12031][CORE][BUG] Integer overflow when do samplinguncleGen2015-12-092-7/+8
* [SPARK-11676][SQL] Parquet filter tests all pass if filters are not really pu...hyukjinkwon2015-12-091-28/+41
* [SPARK-12222] [CORE] Deserialize RoaringBitmap using Kryo serializer throw Bu...Fei Wang2015-12-082-2/+36
* [SPARK-11343][ML] Documentation of float and double prediction/label columns ...Dominik Dahlem2015-12-081-2/+7
* [SPARK-8517][ML][DOC] Reorganizes the spark.ml user guideTimothy Hunter2015-12-088-81/+1752
* [SPARK-12069][SQL] Update documentation with DatasetsMichael Armbrust2015-12-085-104/+237
* [SPARK-12187] *MemoryPool classes should not be fully publicAndrew Or2015-12-084-4/+4
* [SPARK-3873][BUILD] Add style checker to enforce import ordering.Marcelo Vanzin2015-12-081-1/+13
* [SPARK-12159][ML] Add user guide section for IndexToString transformerBenFradet2015-12-084-16/+268
* [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docsYuhao Yang2015-12-085-27/+96
* [SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedFunctionAndrew Ray2015-12-082-1/+9
* [SPARK-10393] use ML pipeline in LDA exampleYuhao Yang2015-12-081-113/+40
* [SPARK-12188][SQL] Code refactoring and comment correction in Dataset APIsgatorsmile2015-12-081-40/+40
* [SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encodergatorsmile2015-12-082-0/+35
* [SPARK-12201][SQL] add type coercion rule for greatest/leastWenchen Fan2015-12-083-0/+47
* [SPARK-12074] Avoid memory copy involving ByteBuffer.wrap(ByteArrayOutputStre...tedyu2015-12-083-7/+8
* [SPARK-11155][WEB UI] Stage summary json should include stage durationXin Ren2015-12-0811-9/+124
* [SPARK-11652][CORE] Remote code execution with InvokerTransformerSean Owen2015-12-081-1/+1
* [SPARK-11551][DOC][EXAMPLE] Revert PR #10002Cheng Lian2015-12-0852-2806/+1058
* [SPARK-11439][ML] Optimization of creating sparse feature without dense oneNakul Jindal2015-12-083-122/+142
* [SPARK-12166][TEST] Unset hadoop related environment in testingJeff Zhang2015-12-081-0/+6
* [SPARK-12103][STREAMING][KAFKA][DOC] document that K means Key and V …cody koeninger2015-12-081-0/+61
* [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example codeYanbo Liang2015-12-075-2/+212
* [SPARK-10259][ML] Add @since annotation to ml.classificationTakahashi Hiroshi2015-12-077-44/+185
* Closes #10098Xiangrui Meng2015-12-070-0/+0
* [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using incl...somideshmukh2015-12-0752-1058/+2806
* [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlibJoseph K. Bradley2015-12-0713-29/+29
* [SPARK-12184][PYTHON] Make python api doc for pivot consistant with scala docAndrew Ray2015-12-071-5/+9
* [SPARK-11884] Drop multiple columns in the DataFrame APItedyu2015-12-072-8/+23
* [SPARK-11963][DOC] Add docs for QuantileDiscretizerXusen Yin2015-12-073-0/+185
* [SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serializeShixiong Zhu2015-12-072-4/+34
* [SPARK-11932][STREAMING] Partition previous TrackStateRDD if partitioner not ...Tathagata Das2015-12-076-84/+258
* [SPARK-12132] [PYSPARK] raise KeyboardInterrupt inside SIGINT handlerDavies Liu2015-12-071-0/+1
* [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases.Sun Rui2015-12-0720-39/+50
* [SPARK-12032] [SQL] Re-order inner joins to do join with conditions firstDavies Liu2015-12-073-6/+185
* [SPARK-12106][STREAMING][FLAKY-TEST] BatchedWAL test transiently flaky when J...Burak Yavuz2015-12-072-6/+14
* [SPARK-12152][PROJECT-INFRA] Speed up Scalastyle checks by only invoking SBT ...Josh Rosen2015-12-061-8/+11
* [SPARK-12138][SQL] Escape \u in the generated comments of codegengatorsmile2015-12-062-1/+12
* [SPARK-12048][SQL] Prevent to close JDBC resources twicegcc2015-12-061-0/+1
* [SPARK-12044][SPARKR] Fix usage of isnan, isNaNYanbo Liang2015-12-054-11/+31
* [SPARK-12115][SPARKR] Change numPartitions() to getNumPartitions() to be cons...Yanbo Liang2015-12-054-30/+45
* [SPARK-11715][SPARKR] Add R support corr for Column Aggregrationfelixcheung2015-12-054-6/+22
* [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in Spa...Sun Rui2015-12-054-6/+105