aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6028][Core]A new RPC implemetation based on the network modulezsxwing2015-09-2331-68/+1708
* [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Pyth...Reynold Xin2015-09-234-12/+25
* [SPARK-10699] [ML] Support checkpointInterval can be disabledYanbo Liang2015-09-236-10/+9
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-232-34/+91
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-2325-50/+130
* [SPARK-10403] Allow UnsafeRowSerializer to work with tungsten-sort ShuffleMan...Josh Rosen2015-09-232-18/+27
* [SPARK-10721] Log warning when file deletion failstedyu2015-09-2315-27/+80
* [SPARK-10769] [STREAMING] [TESTS] Fix o.a.s.streaming.CheckpointSuite.maintai...zsxwing2015-09-231-1/+5
* [SPARK-10224] [STREAMING] Fix the issue that blockIntervalTimer won't call up...zsxwing2015-09-233-9/+100
* [SPARK-10652] [SPARK-10742] [STREAMING] Set meaningful job descriptions for a...Tathagata Das2015-09-229-29/+179
* [SPARK-10663] Removed unnecessary invocation of DataFrame.toDF method.Matt Hagen2015-09-221-1/+1
* [SPARK-10310] [SQL] Fixes script transformation field/line delimitersZhichao Li2015-09-225-22/+152
* [SPARK-10640] History server fails to parse TaskCommitDeniedAndrew Or2015-09-223-1/+35
* [SPARK-10714] [SPARK-8632] [SPARK-10685] [SQL] Refactor Python UDF handlingReynold Xin2015-09-222-45/+89
* [SPARK-10737] [SQL] When using UnsafeRows, SortMergeJoin may return wrong res...Yin Huai2015-09-224-5/+59
* [SPARK-10672] [SQL] Do not fail when we cannot save the metadata of a data so...Yin Huai2015-09-221-51/+50
* [SPARK-10740] [SQL] handle nondeterministic expressions correctly for set ope...Wenchen Fan2015-09-223-20/+93
* [SPARK-10704] Rename HashShuffleReader to BlockStoreShuffleReaderJosh Rosen2015-09-224-10/+7
* [SPARK-10593] [SQL] fix resolve output of GenerateDavies Liu2015-09-224-2/+31
* [SPARK-9585] Delete the input format caching because some input format are no...xutingjun2015-09-221-6/+0
* [SPARK-10750] [ML] ML Param validate should print better error informationYanbo Liang2015-09-221-1/+6
* [SPARK-9962] [ML] Decision Tree training: prevNodeIdsForInstances.unpersist()...Holden Karau2015-09-222-4/+8
* [SPARK-10706] [MLLIB] Add java wrapper for random vector rddMeihua Wu2015-09-222-0/+59
* [SPARK-10718] [BUILD] Update License on conf files and corresponding excludes...Rekha Joshi2015-09-2210-12/+154
* [SPARK-10695] [DOCUMENTATION] [MESOS] Fixing incorrect value informati…Akash Mishra2015-09-221-2/+2
* [SQL] [MINOR] map -> foreach.Reynold Xin2015-09-221-3/+2
* [SPARK-8567] [SQL] Increase the timeout of o.a.s.sql.hive.HiveSparkSubmitSuit...Yin Huai2015-09-221-1/+1
* [Minor] style fix for previous commit f24316eAndrew Or2015-09-221-0/+1
* [SPARK-10458] [SPARK CORE] Added isStopped() method in SparkContextMadhusudanan Kandasamy2015-09-221-0/+4
* [SPARK-10446][SQL] Support to specify join type when calling join with usingC...Liang-Chi Hsieh2015-09-213-2/+39
* [SPARK-10419] [SQL] Adding SQLServer support for datetimeoffset types to Jdbc...Ewan Leith2015-09-212-0/+19
* [SPARK-10577] [PYSPARK] DataFrame hint for broadcast joinJian Feng2015-09-212-0/+27
* [SPARK-10716] [BUILD] spark-1.5.0-bin-hadoop2.6.tgz file doesn't uncompress o...Sean Owen2015-09-211-0/+0
* [SPARK-9821] [PYSPARK] pyspark-reduceByKey-should-take-a-custom-partitionerHolden Karau2015-09-211-13/+16
* [SPARK-10711] [SPARKR] Do not assume spark.submit.deployMode is always setHossein2015-09-211-1/+1
* [SPARK-10495] [SQL] Read date values in JSON data stored by Spark 1.5.0.Yin Huai2015-09-213-2/+152
* [SPARK-10649] [STREAMING] Prevent inheriting job group and irrelevant job des...Tathagata Das2015-09-214-4/+126
* [DOC] [PYSPARK] [MLLIB] Added newlines to docstrings to fix parameter formattingnoelsmith2015-09-218-1/+14
* [SPARK-10630] [SQL] Add a createDataFrame API that takes in a java listHolden Karau2015-09-212-0/+24
* [SPARK-10676] [DOCS] Add documentation for SASL encryption options.Marcelo Vanzin2015-09-212-2/+36
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-215-0/+667
* [SPARK-9769] [ML] [PY] add python api for countvectorizermodelHolden Karau2015-09-211-6/+142
* [SPARK-5259] [CORE] don't submit stage until its dependencies map outputs are...hushan[胡珊]2015-09-214-24/+191
* [SPARK-9642] [ML] LinearRegression should supported weighted dataMeihua Wu2015-09-213-69/+191
* [SPARK-10662] [DOCS] Code snippets are not properly formatted in tablesJacek Laskowski2015-09-216-170/+171
* [SPARK-7989] [SPARK-10651] [CORE] [TESTS] Increase timeout to fix flaky testszsxwing2015-09-213-3/+3
* [SPARK-10626] [MLLIB] create java friendly method for random rddHolden Karau2015-09-212-1/+81
* [SPARK-10631] [DOCUMENTATION, MLLIB, PYSPARK] Added documentation for few APIsvinodkc2015-09-201-5/+17
* [SPARK-10715] [ML] Duplicate initialization flag in WeightedLeastSquarelewuathe2015-09-201-1/+0
* [SPARK-5905] [MLLIB] Note requirements for certain RowMatrix methods in docsSean Owen2015-09-201-3/+8