aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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