aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SPARK-5342] [YARN] Allow long running Spark apps to run on secure YA...Patrick Wendell2015-04-3016-635/+111
* [SPARK-7207] [ML] [BUILD] Added ml.recommendation, ml.regression to SparkBuildJoseph K. Bradley2015-04-301-1/+1
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-04-3016-111/+635
* [SPARK-7224] added mock repository generator for --packages testsBurak Yavuz2015-04-305-97/+403
* [HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)Patrick Wendell2015-04-301-1/+1
* [SPARK-1406] Mllib pmml model exportVincenzo Selvaggio2015-04-2918-6/+774
* [SPARK-7225][SQL] CombineLimits optimizer does not workZhongshuai Pei2015-04-292-8/+26
* Some code clean up.DB Tsai2015-04-291-9/+8
* [SPARK-7156][SQL] Addressed follow up comments for randomSplitBurak Yavuz2015-04-292-2/+7
* [SPARK-7234][SQL] Fix DateType mismatch when codegen on.云峤2015-04-291-0/+1
* [SPARK-6862] [STREAMING] [WEBUI] Add BatchPage to display details of a batchzsxwing2015-04-2912-81/+710
* [SPARK-7176] [ML] Add validation functionality to ParamJoseph K. Bradley2015-04-2922-274/+593
* [SQL] [Minor] Print detail query execution info when spark answer is not rightwangfei2015-04-291-5/+1
* [SPARK-7259] [ML] VectorIndexer: do not copy non-ML metadata to output columnJoseph K. Bradley2015-04-293-99/+37
* [SPARK-7229] [SQL] SpecificMutableRow should take integer type as internal re...Cheng Hao2015-04-292-0/+10
* [SPARK-7155] [CORE] Allow newAPIHadoopFile to support comma-separated list of...yongtang2015-04-292-4/+71
* [SPARK-7181] [CORE] fix inifite loop in Externalsorter's mergeWithAggregationQiping Li2015-04-292-2/+6
* [SPARK-7156][SQL] support RandomSplit in DataFramesBurak Yavuz2015-04-2910-22/+130
* [SPARK-6529] [ML] Add Word2Vec transformerXusen Yin2015-04-294-1/+267
* [SPARK-7222] [ML] Added mathematical derivation in comment and compressed the...DB Tsai2015-04-293-37/+101
* [SPARK-6629] cancelJobGroup() may not work for jobs whose job groups are inhe...Josh Rosen2015-04-293-5/+91
* [SPARK-6752] [STREAMING] [REOPENED] Allow StreamingContext to be recreated fr...Tathagata Das2015-04-297-61/+503
* [SPARK-7056] [STREAMING] Make the Write Ahead Log pluggableTathagata Das2015-04-2922-207/+686
* Fix a typo of "threshold"Xusen Yin2015-04-291-2/+2
* [SQL][Minor] fix java doc for DataFrame.aggWenchen Fan2015-04-291-11/+6
* Better error message on access to non-existing attributeksonj2015-04-291-1/+2
* [SPARK-7223] Rename RPC askWithReply -> askWithReply, sendWithReply -> ask.Reynold Xin2015-04-2920-331/+394
* [SPARK-6918] [YARN] Secure HBase support.Dean Chen2015-04-291-1/+37
* [SPARK-7076][SPARK-7077][SPARK-7080][SQL] Use managed memory for aggregationsJosh Rosen2015-04-2947-18/+3675
* [SPARK-7204] [SQL] Fix callSite for Dataframe and SQL operationsPatrick Wendell2015-04-292-10/+21
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-298-423/+276
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-04-280-0/+0
* [SPARK-7205] Support `.ivy2/local` and `.m2/repositories/` in --packagesBurak Yavuz2015-04-282-21/+40
* [SPARK-7215] made coalesce and repartition a part of the query planBurak Yavuz2015-04-286-13/+40
* [SPARK-6756] [MLLIB] add toSparse, toDense, numActives, numNonzeros, and comp...Xiangrui Meng2015-04-283-0/+149
* [SPARK-7208] [ML] [PYTHON] Added Matrix, SparseMatrix to __all__ list in lina...Joseph K. Bradley2015-04-281-1/+2
* [SPARK-7138] [STREAMING] Add method to BlockGenerator to add multiple records...Tathagata Das2015-04-281-0/+14
* [SPARK-6965] [MLLIB] StringIndexer handles numeric input.Xiangrui Meng2015-04-282-5/+31
* Closes #4807Xiangrui Meng2015-04-280-0/+0
* [SPARK-7201] [MLLIB] move Identifiable to ml.utilXiangrui Meng2015-04-283-2/+3
* [MINOR] [CORE] Warn users who try to cache RDDs with dynamic allocation on.Marcelo Vanzin2015-04-281-0/+5
* [SPARK-5338] [MESOS] Add cluster mode support for MesosTimothy Chen2015-04-2830-493/+2147
* [SPARK-6314] [CORE] handle JsonParseException for history serverZhang, Liye2015-04-281-2/+3
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-2823-81/+488
* [SPARK-4286] Add an external shuffle service that can be run as a daemon.Iulian Dragos2015-04-287-15/+124
* [Core][test][minor] replace try finally block with tryWithSafeFinallyZhang, Liye2015-04-281-2/+2
* [SPARK-7140] [MLLIB] only scan the first 16 entries in Vector.hashCodeXiangrui Meng2015-04-281-21/+67
* [SPARK-5253] [ML] LinearRegression with L1/L2 (ElasticNet) using OWLQNDB Tsai2015-04-288-64/+508
* [SPARK-6435] spark-shell --jars option does not add all jars to classpathMasayoshi TSUZUKI2015-04-284-12/+13
* [SPARK-7100] [MLLIB] Fix persisted RDD leak in GradientBoostTreesJim Carroll2015-04-281-2/+6