aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-2441][SQL] Add more efficient distinct operator.Michael Armbrust2014-07-122-3/+34
* [SPARK-2455] Mark (Shippable)VertexPartition serializableAnkur Dave2014-07-125-14/+37
* Use the Executor's ClassLoader in sc.objectFile().Daniel Darabos2014-07-122-2/+27
* use specialized axpy in RowMatrix for SVDLi Pu2014-07-111-1/+7
* [SPARK-1969][MLlib] Online summarizer APIs for mean, variance, min, and maxDB Tsai2014-07-115-134/+458
* [SPARK-2457] Inconsistent description in README about build optionKousuke Saruta2014-07-111-1/+1
* [SPARK-2437] Rename MAVEN_PROFILES to SBT_MAVEN_PROFILES and add SBT_MAVEN_PR...Prashant Sharma2014-07-112-3/+8
* [Minor] Remove unused val in MasterAndrew Or2014-07-112-4/+1
* fix Graph partitionStrategy commentCrazyJvm2014-07-112-4/+6
* [SPARK-2358][MLLIB] Add an option to include native BLAS/LAPACK loader in the...Xiangrui Meng2014-07-101-0/+13
* [SPARK-2428][SQL] Add except and intersect methods to SchemaRDD.Takuya UESHIN2014-07-102-0/+41
* [SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType correctly.Takuya UESHIN2014-07-103-16/+16
* [SPARK-2431][SQL] Refine StringComparison and related codes.Takuya UESHIN2014-07-102-15/+16
* SPARK-2427: Fix Scala examples that use the wrong command line arguments indexArtjom-Metro2014-07-103-6/+16
* [SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of data consum...Issac Buenrostro2014-07-104-1/+118
* [SPARK-1478].3: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915tmalaska2014-07-105-16/+147
* name ec2 instances and security groups consistentlyNicholas Chammas2014-07-101-2/+3
* HOTFIX: Minor doc update for sbt changePatrick Wendell2014-07-101-7/+6
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-1032-598/+317
* SPARK-2115: Stage kill link is too close to stage details linkMasayoshi TSUZUKI2014-07-102-2/+5
* Clean up SparkKMeans example's codeRaymond Liu2014-07-091-5/+0
* HOTFIX: Remove persistently failing test in master.Patrick Wendell2014-07-091-28/+0
* Revert "[HOTFIX] Synchronize on SQLContext.settings in tests."Patrick Wendell2014-07-094-91/+83
* SPARK-2416: Allow richer reporting of unit test resultsPatrick Wendell2014-07-091-0/+85
* SPARK-1782: svd for sparse matrix using ARPACKLi Pu2014-07-093-60/+339
* [SPARK-2417][MLlib] Fix DecisionTree testsjohnnywalleye2014-07-091-4/+4
* [STREAMING] SPARK-2343: Fix QueueInputDStream with oneAtATime falseManuel Laflamme2014-07-092-2/+92
* [SPARK-2384] Add tooltips to UI.Kay Ousterhout2014-07-0811-93/+491
* [SPARK-2152][MLlib] fix bin offset in DecisionTree node aggregations (also re...johnnywalleye2014-07-081-5/+5
* [SPARK-2413] Upgrade junit_xml_listener to 0.5.1DB Tsai2014-07-081-1/+1
* [SPARK-2392] Executors should not start their own HTTP serversAndrew Or2014-07-081-4/+10
* [SPARK-2362] Fix for newFilesOnly logic in file DStreamGabriele Nizzoli2014-07-081-1/+1
* [SPARK-2409] Make SQLConf thread safe.Reynold Xin2014-07-081-5/+5
* SPARK-2400 : fix spark.yarn.max.executor.failures explainationCrazyJvm2014-07-081-1/+1
* [SPARK-2403] Catch all errors during serialization in DAGSchedulerDaniel Darabos2014-07-081-0/+5
* [SPARK-2395][SQL] Optimize common LIKE patterns.Michael Armbrust2014-07-082-0/+74
* [EC2] Add default history server port to ec2 scriptAndrew Or2014-07-081-0/+1
* [SPARK-2391][SQL] Custom take() for LIMIT queries.Michael Armbrust2014-07-081-4/+47
* Resolve sbt warnings during build Ⅱwitgo2014-07-0810-94/+94
* Updated programming-guide.mdRishi Verma2014-07-081-2/+2
* [SPARK-2235][SQL]Spark SQL basicOperator add Intersect operatorYanjie Gao2014-07-075-0/+33
* [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises jav...Yin Huai2014-07-072-25/+44
* [SPARK-2375][SQL] JSON schema inference may not resolve type conflicts correc...Yin Huai2014-07-073-8/+12
* [SPARK-2386] [SQL] RowWriteSupport should use the exact types to cast.Takuya UESHIN2014-07-072-3/+41
* [SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a table alias...Yin Huai2014-07-076-30/+149
* [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALSNeville Li2014-07-071-0/+3
* [SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.Takuya UESHIN2014-07-057-21/+60
* [SPARK-2366] [SQL] Add column pruning for the right side of LeftSemi join.Takuya UESHIN2014-07-051-8/+20
* [SPARK-2306]:BoundedPriorityQueue is private and not registered with Kry...ankit.bhardwaj2014-07-041-1/+3
* [SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive queries.Michael Armbrust2014-07-041-1/+1