aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3087][MLLIB] fix col indexing bug in chi-square and add a check for nu...Xiangrui Meng2014-08-173-17/+59
* [HOTFIX][STREAMING] Allow the JVM/Netty to decide which port to bind to in Fl...Hari Shreedharan2014-08-172-29/+34
* [SPARK-1981] updated streaming-kinesis.mdChris Fregly2014-08-171-48/+49
* [SQL] Improve debug logging and toStrings.Michael Armbrust2014-08-172-2/+21
* Revert "[SPARK-2970] [SQL] spark-sql script ends with IOException when EventL...Michael Armbrust2014-08-171-8/+2
* SPARK-2881. Upgrade snappy-java to 1.1.1.3.Patrick Wendell2014-08-171-1/+1
* [SPARK-3042] [mllib] DecisionTree Filter top-down instead of bottom-upJoseph K. Bradley2014-08-169-630/+615
* [SPARK-3077][MLLIB] fix some chisq-testXiangrui Meng2014-08-162-13/+17
* In the stop method of ConnectionManager to cancel the ackTimeoutMonitorGuoQiang Li2014-08-161-0/+1
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-167-21/+81
* [SPARK-3035] Wrong example with SparkContext.addFileiAmGhost2014-08-161-1/+1
* [SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDsXiangrui Meng2014-08-164-25/+24
* [SPARK-3048][MLLIB] add LabeledPoint.parse and remove loadStreamingLabeledPointsXiangrui Meng2014-08-167-26/+17
* [SPARK-2677] BasicBlockFetchIterator#next can wait foreverKousuke Saruta2014-08-163-11/+87
* [SPARK-3076] [Jenkins] catch & report test timeoutsNicholas Chammas2014-08-161-28/+20
* [SQL] Using safe floating-point numbers in doctestCheng Lian2014-08-161-2/+2
* [SPARK-2977] Ensure ShuffleManager is created before ShuffleBlockManagerJosh Rosen2014-08-166-26/+37
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-158-73/+193
* [SPARK-3015] Block on cleaning tasks to prevent Akka timeoutsAndrew Or2014-08-151-5/+7
* [SPARK-3001][MLLIB] Improve Spearman's correlationXiangrui Meng2014-08-151-78/+42
* [SPARK-3078][MLLIB] Make LRWithLBFGS API consistent with othersXiangrui Meng2014-08-155-53/+33
* [SPARK-3046] use executor's class loader as the default serializer classloaderReynold Xin2014-08-156-4/+128
* [SPARK-3022] [SPARK-3041] [mllib] Call findBins once per level + unordered fe...Joseph K. Bradley2014-08-155-207/+449
* SPARK-3028. sparkEventToJson should support SparkListenerExecutorMetrics...Sandy Ryza2014-08-152-1/+4
* Revert "[SPARK-2468] Netty based block server / client module"Patrick Wendell2014-08-1529-2770/+667
* [SPARK-2924] remove default args to overloaded methodsAnand Avati2014-08-153-2/+11
* Add caching information to rdd.toDebugStringNathan Kronenfeld2014-08-141-5/+25
* SPARK-2955 [BUILD] Test code fails to compile with "mvn compile" without "ins...Sean Owen2014-08-142-18/+18
* [SPARK-2912] [Spark QA] Include commit hash in Spark QA messagesNicholas Chammas2014-08-141-49/+138
* [SPARK-2736] PySpark converter and example script for reading Avro filesKan Zhang2014-08-148-13/+231
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-1429-667/+2770
* [SPARK-3027] TaskContext: tighten visibility and provide Java friendly callba...Reynold Xin2014-08-1414-23/+144
* Make dev/mima runnable on Mac OS X.Reynold Xin2014-08-141-1/+3
* SPARK-3009: Reverted readObject method in ApplicationInfo so that Applic...Jacek Lewandowski2014-08-141-0/+5
* Revert [SPARK-3011][SQL] _temporary directory should be filtered out by sqlC...Michael Armbrust2014-08-141-2/+1
* [SPARK-2979][MLlib] Improve the convergence rate by minimizing the condition ...DB Tsai2014-08-143-4/+126
* Minor cleanup of metrics.SourceReynold Xin2014-08-148-22/+20
* [SPARK-2925] [sql]fix spark-sql and start-thriftserver shell bugs when set --...wangfei2014-08-142-13/+13
* [SQL] Python JsonRDD UTF8 Encoding FixAhir Reddy2014-08-141-1/+3
* [SPARK-2927][SQL] Add a conf to configure if we always read Binary columns st...Yin Huai2014-08-145-22/+87
* [SPARK-3011][SQL] _temporary directory should be filtered out by sqlContext.p...Chia-Yung Su2014-08-141-1/+2
* SPARK-2893: Do not swallow Exceptions when running a custom kryo registratorGraham Dennis2014-08-142-5/+16
* [SPARK-3029] Disable local execution of Spark jobs by defaultAaron Davidson2014-08-143-2/+18
* [SPARK-2995][MLLIB] add ALS.setIntermediateRDDStorageLevelXiangrui Meng2014-08-131-15/+30
* [Docs] Add missing <code> tags (minor)Andrew Or2014-08-131-2/+2
* [SPARK-3006] Failed to execute spark-shell in Windows OSMasayoshi TSUZUKI2014-08-131-1/+1
* SPARK-3020: Print completed indices rather than tasks in web UIPatrick Wendell2014-08-133-1/+4
* [SPARK-2986] [SQL] fixed: setting properties does not effectguowei2014-08-131-2/+2
* [SPARK-2970] [SQL] spark-sql script ends with IOException when EventLogging i...Kousuke Saruta2014-08-131-2/+8
* [SPARK-2935][SQL]Fix parquet predicate push down bugMichael Armbrust2014-08-133-3/+10