aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6889] [DOCS] CONTRIBUTING.md updates to accompany contribution doc upd...Sean Owen2015-04-211-9/+13
* [SPARK-6113] [ML] Small cleanups after original tree API PRJoseph K. Bradley2015-04-213-11/+25
* [MINOR] Comment improvements in ExternalSorter.Patrick Wendell2015-04-211-8/+19
* [SPARK-6490][Docs] Add docs for rpc configurationszsxwing2015-04-214-6/+38
* [SPARK-1684] [PROJECT INFRA] Merge script should standardize SPARK-XXX prefixtexasmichelle2015-04-211-59/+140
* Closes #5427Reynold Xin2015-04-210-0/+0
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-219-127/+182
* [SPARK-6014] [core] Revamp Spark shutdown hooks, fix shutdown races.Marcelo Vanzin2015-04-219-114/+195
* Avoid warning message about invalid refuse_seconds value in Mesos >=0.21...mweindel2015-04-211-1/+1
* [Minor][MLLIB] Fix a minor formatting bug in toString method in Node.scalaAlain2015-04-211-1/+1
* [SPARK-7036][MLLIB] ALS.train should support DataFrames in PySparkXiangrui Meng2015-04-211-10/+26
* [SPARK-6065] [MLlib] Optimize word2vec.findSynonyms using blas callsMechCoder2015-04-211-6/+51
* [minor] [build] Set java options when generating mima ignores.Marcelo Vanzin2015-04-211-2/+7
* [SPARK-3386] Share and reuse SerializerInstances in shuffle pathsJosh Rosen2015-04-218-24/+34
* [SPARK-5817] [SQL] Fix bug of udtf with column namesCheng Hao2015-04-2126-145/+207
* [SPARK-6996][SQL] Support map types in java beansPunya Biswal2015-04-214-59/+180
* [SPARK-6969][SQL] Refresh the cached table when REFRESH TABLE is usedYin Huai2015-04-212-1/+66
* [SQL][minor] make it more clear that we only need to re-throw GetField except...Wenchen Fan2015-04-211-5/+4
* [SPARK-6994] Allow to fetch field values by name in sql.Rowvidmantas zemleris2015-04-216-0/+137
* [SPARK-7011] Build(compilation) fails with scala 2.11 option, because a prote...Prashant Sharma2015-04-211-2/+2
* [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrixMechCoder2015-04-213-20/+58
* SPARK-3276 Added a new configuration spark.streaming.minRememberDurationemres2015-04-211-13/+17
* [SPARK-5360] [SPARK-6606] Eliminate duplicate objects in serialized CoGroupedRDDKay Ousterhout2015-04-212-29/+44
* [SPARK-6985][streaming] Receiver maxRate over 1000 causes a StackOverflowErrorDavid McGuire2015-04-212-41/+21
* [SPARK-5990] [MLLIB] Model import/export for IsotonicRegressionYanbo Liang2015-04-212-1/+98
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-2110-47/+70
* [SPARK-6490][Core] Add spark.rpc.* and deprecate spark.akka.*zsxwing2015-04-2015-53/+86
* [SPARK-6635][SQL] DataFrame.withColumn should replace columns with identical ...Liang-Chi Hsieh2015-04-202-1/+21
* [SPARK-6368][SQL] Build a specialized serializer for Exchange operator.Yin Huai2015-04-204-6/+673
* [doc][streaming] Fixed broken link in mllib sectionBenFradet2015-04-201-1/+1
* fixed docEric Chiang2015-04-201-1/+1
* [Minor][MLlib] Incorrect path to test data is used in DecisionTreeExampleLiang-Chi Hsieh2015-04-201-1/+2
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-2010-21/+23
* [SPARK-7003] Improve reliability of connection failure detection between Nett...Aaron Davidson2015-04-207-18/+375
* [SPARK-5924] Add the ability to specify withMean or withStd parameters with S...jrabary2015-04-201-4/+28
* [doc][mllib] Fix typo of the page title in Isotonic regression documentsdobashim2015-04-201-2/+2
* [SPARK-6979][Streaming] Replace JobScheduler.eventActor and JobGenerator.even...zsxwing2015-04-193-39/+42
* [SPARK-6983][Streaming] Update ReceiverTrackerActor to use the new Rpc interfacezsxwing2015-04-194-70/+52
* [SPARK-6998][MLlib] Make StreamingKMeans 'Serializable'zsxwing2015-04-191-1/+1
* [SPARK-6963][CORE]Flaky test: o.a.s.ContextCleanerSuite automatically cleanup...GuoQiang Li2015-04-192-6/+17
* SPARK-6993 : Add default min, max methods for JavaDoubleRDDOlivier Girardot2015-04-182-0/+28
* Fixed docGaurav Nanda2015-04-181-1/+1
* [SPARK-6219] Reuse pep8.pyNicholas Chammas2015-04-182-10/+12
* [core] [minor] Make sure ConnectionManager stops.Marcelo Vanzin2015-04-181-6/+10
* SPARK-6992 : Fix documentation example for Spark SQL on StructTypeOlivier Girardot2015-04-181-5/+8
* [SPARK-6975][Yarn] Fix argument validation errorjerryshao2015-04-171-2/+6
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-176-39/+30
* [SPARK-6350][Mesos] Make mesosExecutorCores configurable in mesos "fine-grain...Jongyoul Lee2015-04-173-9/+19
* [SPARK-6703][Core] Provide a way to discover existing SparkContext'sIlya Ganelin2015-04-173-7/+66
* Minor fix to SPARK-6958: Improve Python docstring for DataFrame.sort.Reynold Xin2015-04-171-3/+4