aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-9898] [MLLIB] Prefix Span user guideFeynman Liang2015-08-172-0/+97
* SPARK-8916 [Documentation, MLlib] Add @since tags to mllib.regressionPrayag Chandran2015-08-179-12/+168
* [SPARK-9768] [PYSPARK] [ML] Add Python API and user guide for ml.feature.Elem...Yanbo Liang2015-08-172-9/+81
* [SPARK-9974] [BUILD] [SQL] Makes sure com.twitter:parquet-hadoop-bundle:1.6.0...Cheng Lian2015-08-171-1/+1
* [SPARK-8920] [MLLIB] Add @since tags to mllib.linalgSameer Abhyankar2015-08-178-17/+227
* [SPARK-10068] [MLLIB] Adds links to MLlib types, algos, utilities listingFeynman Liang2015-08-171-13/+13
* [SPARK-9592] [SQL] Fix Last function implemented based on AggregateExpression1.Yin Huai2015-08-172-2/+22
* [SPARK-9526] [SQL] Utilize randomized tests to reveal potential bugs in sql e...Yijie Shen2015-08-1710-6/+410
* [SPARK-10036] [SQL] Load JDBC driver in DataFrameReader.jdbc and DataFrameWri...zsxwing2015-08-174-7/+20
* [SPARK-9950] [SQL] Wrong Analysis Error for grouping/aggregating on struct fi...Wenchen Fan2015-08-171-0/+5
* [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.Marcelo Vanzin2015-08-174-8/+40
* [SPARK-9924] [WEB UI] Don't schedule checkForLogs while some of them are alre...Rohit Agarwal2015-08-171-7/+21
* [SPARK-7837] [SQL] Avoids double closing output writers when commitTask() failsCheng Lian2015-08-182-6/+61
* [SPARK-9959] [MLLIB] Association Rules Java CompatibilityFeynman Liang2015-08-171-2/+28
* [SPARK-9199] [CORE] Upgrade Tachyon version from 0.7.0 -> 0.7.1.Calvin Jia2015-08-172-2/+2
* [SPARK-9871] [SPARKR] Add expression functions into SparkR which have a varia...Yu ISHIKAWA2015-08-164-0/+75
* [SPARK-10005] [SQL] Fixes schema merging for nested structsCheng Lian2015-08-164-22/+112
* [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow depsMatei Zaharia2015-08-162-19/+44
* [SPARK-8844] [SPARKR] head/collect is broken in SparkR.Sun Rui2015-08-162-6/+30
* [SPARK-9973] [SQL] Correct in-memory columnar buffer sizeKun Xu2015-08-161-2/+1
* [SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml streaming ...Joseph K. Bradley2015-08-151-48/+129
* [SPARK-9955] [SQL] correct error message for aggregateWenchen Fan2015-08-153-7/+12
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-159-19/+19
* [SPARK-9725] [SQL] fix serialization of UTF8String across different JVMDavies Liu2015-08-141-6/+25
* [SPARK-9960] [GRAPHX] sendMessage type fix in LabelPropagation.scalazc he2015-08-141-1/+1
* [SPARK-9984] [SQL] Create local physical operator interface.Reynold Xin2015-08-144-0/+224
* [SPARK-8887] [SQL] Explicit define which data types can be used as dynamic pa...Yijie Shen2015-08-145-4/+41
* [SPARK-9634] [SPARK-9323] [SQL] cleanup unnecessary Aliases in LogicalPlan at...Wenchen Fan2015-08-149-24/+120
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-1413-15/+15
* [SPARK-9934] Deprecate NIO ConnectionManager.Reynold Xin2015-08-142-1/+4
* [SPARK-9949] [SQL] Fix TakeOrderedAndProject's output.Yin Huai2015-08-142-4/+28
* [SPARK-9968] [STREAMING] Reduced time spent within synchronized block to prev...Tathagata Das2015-08-141-8/+32
* [SPARK-9966] [STREAMING] Handle couple of corner cases in PIDRateEstimatorTathagata Das2015-08-143-42/+87
* [SPARK-8670] [SQL] Nested columns can't be referenced in pysparkWenchen Fan2015-08-143-3/+5
* [SPARK-9981] [ML] Made labels public for StringIndexerModelJoseph K. Bradley2015-08-142-1/+22
* [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile()Davies Liu2015-08-143-4/+28
* [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting applicationjerryshao2015-08-141-8/+8
* [SPARK-9948] Fix flaky AccumulatorSuite - internal accumulatorsAndrew Or2015-08-141-61/+92
* [SPARK-9809] Task crashes because the internal accumulators are not properly ...Carson Wang2015-08-141-1/+2
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-148-21/+50
* [SPARK-9561] Re-enable BroadcastJoinSuiteAndrew Or2015-08-141-76/+69
* [SPARK-9946] [SPARK-9589] [SQL] fix NPE and thread-safety in TaskMemoryManagerDavies Liu2015-08-141-16/+28
* [SPARK-9923] [CORE] ShuffleMapStage.numAvailableOutputs should be an Int inst...Neelesh Srinivas Salian2015-08-141-1/+1
* [SPARK-9929] [SQL] support metadata in withColumnWenchen Fan2015-08-145-7/+23
* [SPARK-8744] [ML] Add a public constructor to StringIndexerHolden Karau2015-08-142-1/+5
* [SPARK-9956] [ML] Make trees work with one-category featuresJoseph K. Bradley2015-08-142-10/+30
* [SPARK-9661] [MLLIB] minor clean-up of SPARK-9661Xiangrui Meng2015-08-144-25/+28
* [SPARK-9958] [SQL] Make HiveThriftServer2Listener thread-safe and update the ...zsxwing2015-08-144-60/+78
* [MINOR] [SQL] Remove canEqual in RowLiang-Chi Hsieh2015-08-131-21/+0
* [SPARK-9945] [SQL] pageSize should be calculated from executor.memoryDavies Liu2015-08-132-4/+6