aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* SPARK-6988 : Fix documentation regarding DataFrames using the Java APIOlivier Girardot2015-04-171-7/+7
* [SPARK-6807] [SparkR] Merge recent SparkR-pkg changescafreeman2015-04-1720-351/+971
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-1733-263/+2426
* [SPARK-2669] [yarn] Distribute client configuration to AM.Marcelo Vanzin2015-04-175-36/+132
* [SPARK-6957] [SPARK-6958] [SQL] improve API compatibility to pandasDavies Liu2015-04-173-39/+70
* [SPARK-6604][PySpark]Specify ip of python server scoketlinweizhong2015-04-171-1/+1
* [SPARK-6952] Handle long args when detecting PID reusePunya Biswal2015-04-171-2/+2
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-176-95/+124
* SPARK-6846 [WEBUI] Stage kill URL easy to accidentally trigger and possibilit...Sean Owen2015-04-177-52/+78
* [SPARK-6972][SQL] Add Coalesce to DataFrameMichael Armbrust2015-04-163-0/+24
* [SPARK-6966][SQL] Use correct ClassLoader for JDBC DriverMichael Armbrust2015-04-161-1/+2
* [SPARK-6899][SQL] Fix type mismatch when using codegen with Average on Decima...Liang-Chi Hsieh2015-04-162-1/+10
* [SQL][Minor] Fix foreachUp of treenodescwf2015-04-162-1/+13
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-165-13/+76
* SPARK-6927 [SQL] Sorting Error when codegen on云峤2015-04-162-1/+33
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-1691-1396/+1398
* [SPARK-6855] [SPARKR] Set R includes to get the right collate order.Shivaram Venkataraman2015-04-166-5/+13
* [SPARK-6934][Core] Use 'spark.akka.askTimeout' for the ask timeoutzsxwing2015-04-161-3/+4
* [SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database on...Jin Adachi2015-04-162-9/+39
* [SPARK-4194] [core] Make SparkContext initialization exception-safe.Marcelo Vanzin2015-04-166-244/+329
* SPARK-4783 [CORE] System.exit() calls in SparkContext disrupt applications em...Sean Owen2015-04-162-6/+8
* [Streaming][minor] Remove additional quote and unneeded importsjerryshao2015-04-162-3/+2
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-1511-121/+270
* SPARK-6938: All require statements now have an informative error message.Juliet Hougland2015-04-151-5/+10
* [SPARK-5277][SQL] - SparkSqlSerializer doesn't always register user specified...Max Seiden2015-04-154-12/+68
* [SPARK-2312] Logging Unhandled messagesIsaias Barroso2015-04-151-1/+7
* [SPARK-2213] [SQL] sort merge join for spark sqlDaoyuan Wang2015-04-1511-33/+534
* [SPARK-6898][SQL] completely support special chars in column namesWenchen Fan2015-04-159-33/+52