aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-2033-153/+116
* SPARK-5134 [BUILD] Bump default Hadoop version to 2+Sean Owen2015-03-201-1/+1
* [SPARK-6286][Mesos][minor] Handle missing Mesos case TASK_ERRORJongyoul Lee2015-03-203-2/+5
* Tighten up field/method visibility in Executor and made some code more clear ...Reynold Xin2015-03-195-106/+120
* [SPARK-6219] [Build] Check that Python code compilesNicholas Chammas2015-03-192-19/+29
* [Core][minor] remove unused `visitedStages` in `DAGScheduler.stageDependsOn`Wenchen Fan2015-03-191-2/+0
* [SPARK-5313][Project Infra]: Create simple framework for highlighting changes...Brennon York2015-03-193-44/+135
* [SPARK-6291] [MLLIB] GLM toString & toDebugStringYanbo Liang2015-03-193-1/+14
* [SPARK-5843] [API] Allowing map-side combine to be specified in Java.mcheah2015-03-192-12/+87
* [SPARK-6402][DOC] - Remove some refererences to shark in docs and ec2Pierre Borckmans2015-03-193-6/+3
* [SPARK-4012] stop SparkContext when the exception is thrown from an infinite ...CodingCat2015-03-189-16/+51
* [SPARK-6222][Streaming] Dont delete checkpoint data when doing pre-batch-star...Tathagata Das2015-03-193-12/+153
* [SPARK-6394][Core] cleanup BlockManager companion object and improve the getC...Wenchen Fan2015-03-183-23/+22
* SPARK-6085 Part. 2 Increase default value for memory overheadJongyoul Lee2015-03-181-3/+3
* [SPARK-6374] [MLlib] add get for GeneralizedLinearAlgoYuhao Yang2015-03-181-0/+10
* [SPARK-6325] [core,yarn] Do not change target executor count when killing exe...Marcelo Vanzin2015-03-184-6/+37
* [SPARK-6286][minor] Handle missing Mesos case TASK_ERROR.Iulian Dragos2015-03-183-19/+4
* SPARK-6389 YARN app diagnostics report doesn't report NPEsSteve Loughran2015-03-181-3/+3
* [SPARK-6372] [core] Propagate --conf to child processes.Marcelo Vanzin2015-03-182-9/+5
* [SPARK-6247][SQL] Fix resolution of ambiguous joins caused by new aliasesMichael Armbrust2015-03-179-12/+96
* [SPARK-5651][SQL] Add input64 in blacklist and add test suit for create table...watermen2015-03-176-1/+513
* [SPARK-5404] [SQL] Update the default statistic numberCheng Hao2015-03-171-1/+11
* [SPARK-5908][SQL] Resolve UdtfsAlias when only single Alias is usedLiang-Chi Hsieh2015-03-172-0/+9
* [SPARK-6383][SQL]Fixed compiler and errors in Dataframe examplesTijo Thomas2015-03-171-6/+6
* [SPARK-6366][SQL] In Python API, the default save mode for save and saveAsTab...Yin Huai2015-03-181-2/+2
* [SPARK-6330] [SQL] Add a test case for SPARK-6330Pei-Lun Lee2015-03-181-0/+13
* [SPARK-6226][MLLIB] add save/load in PySpark's KMeansModelXiangrui Meng2015-03-173-5/+32
* [SPARK-6336] LBFGS should document what convergenceTol meanslewuathe2015-03-172-1/+9
* [SPARK-6313] Add config option to disable file locks/fetchFile cache to ...nemccarthy2015-03-172-1/+14
* [SPARK-3266] Use intermediate abstract classes to fix type erasure issues in ...Josh Rosen2015-03-178-5/+152
* [SPARK-6365] jetty-security also needed for SPARK_PREPEND_CLASSES to workImran Rashid2015-03-171-1/+1
* [SPARK-6331] Load new master URL if present when recovering streaming context...Tathagata Das2015-03-174-7/+25
* [docs] [SPARK-4820] Spark build encounters "File name too long" on some encry...Theodore Vasiloudis2015-03-171-0/+12
* [SPARK-6269] [CORE] Use ScalaRunTime's array methods instead of java.lang.ref...mcheah2015-03-171-13/+15
* [SPARK-4011] tighten the visibility of the members in Master/Worker classCodingCat2015-03-1749-265/+277
* SPARK-6044 [CORE] RDD.aggregate() should not use the closure serializer on th...Sean Owen2015-03-161-1/+1
* [SPARK-6357][GraphX] Add unapply in EdgeContextTakeshi YAMAMURO2015-03-161-0/+17
* [SQL][docs][minor] Fixed sample code in SQLContext scaladocLomig MeĢgard2015-03-161-2/+2
* [SPARK-6299][CORE] ClassNotFoundException in standalone mode when running gro...Kevin (Sangwoo) Kim2015-03-163-39/+63
* [SPARK-5712] [SQL] fix comment with semicolon at endDaoyuan Wang2015-03-174-13/+19
* [SPARK-6327] [PySpark] fix launch spark-submit from pythonDavies Liu2015-03-162-5/+2
* [SPARK-6077] Remove streaming tab while stopping StreamingContextlisurprise2015-03-169-101/+179
* [SPARK-6330] Fix filesystem bug in newParquet relationVolodymyr Lyubinets2015-03-161-2/+3
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-178-105/+353
* [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.DoingDone92015-03-162-15/+38
* [SPARK-5922][GraphX]: Add diff(other: RDD[VertexId, VD]) in VertexRDDBrennon York2015-03-164-0/+29
* [SPARK-3619] Part 2. Upgrade to Mesos 0.21 to work around MESOS-1688Jongyoul Lee2015-03-154-7/+4
* [SPARK-6285][SQL]Remove ParquetTestData in SparkBuild.scala and in README.mdOopsOutOfMemory2015-03-152-5/+2
* [SPARK-5790][GraphX]: VertexRDD's won't zip properly for `diff` capability (a...Brennon York2015-03-141-1/+37
* [SPARK-6329][Docs]: Minor doc changes for Mesos and TOCBrennon York2015-03-141-3/+5