aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3468] [WEBUI] Timeline-View featureKousuke Saruta2015-05-0115-32/+785
* [SPARK-6257] [PYSPARK] [MLLIB] MLlib API missing items in RecommendationMechCoder2015-04-302-1/+40
* [SPARK-7291] [CORE] Fix a flaky test in AkkaRpcEnvSuitezsxwing2015-04-301-1/+1
* [SPARK-7287] enabled fixed testBurak Yavuz2015-04-301-1/+1
* [SPARK-4550] In sort-based shuffle, store map outputs in serialized formSandy Ryza2015-04-3023-190/+1240
* HOTFIX: Disable buggy dependency checkerPatrick Wendell2015-04-301-1/+1
* [SPARK-6479] [BLOCK MANAGER] Create off-heap block storage APIZhan Zhang2015-04-3022-331/+536
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-3010-46/+149
* [SPARK-7282] [STREAMING] Fix the race conditions in StreamingListenerSuitezsxwing2015-04-301-7/+8
* Revert "[SPARK-5213] [SQL] Pluggable SQL Parser Support"Patrick Wendell2015-04-309-199/+42
* [SPARK-7123] [SQL] support table.star in sqlcontextscwf2015-04-302-0/+11
* [SPARK-5213] [SQL] Pluggable SQL Parser SupportCheng Hao2015-04-309-42/+199
* [SPARK-6913][SQL] Fixed "java.sql.SQLException: No suitable driver found"Vyacheslav Baranov2015-04-303-4/+62
* [SPARK-7109] [SQL] Push down left side filter for left semi joinwangfei2015-04-302-5/+24
* [SPARK-7093] [SQL] Using newPredicate in NestedLoopJoin to enable code genera...scwf2015-04-302-8/+2
* [SPARK-7280][SQL] Add "drop" column/s on a data framerakeshchalasani2015-04-302-4/+45
* [SPARK-7242][SQL][MLLIB] Frequent items for DataFramesBurak Yavuz2015-04-305-5/+256
* [SPARK-7279] Removed diffSum which is theoretical zero in LinearRegression an...DB Tsai2015-04-301-12/+6
* [Build] Enable MiMa checks for SQLJosh Rosen2015-04-305-7/+23
* [SPARK-7267][SQL]Push down Project when it's child is LimitZhongshuai Pei2015-04-302-0/+19
* [SPARK-7288] Suppress compiler warnings due to use of sun.misc.Unsafe; add fa...Josh Rosen2015-04-307-24/+125
* [SPARK-7196][SQL] Support precision and scale of decimal type for JDBCLiang-Chi Hsieh2015-04-302-2/+10
* 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