aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-0317-26/+81
* [SPARK-3187] [yarn] Cleanup allocator code.Marcelo Vanzin2014-09-033-794/+495
* SPARK-3358: [EC2] Switch back to HVM instances for m3.X.Patrick Wendell2014-09-021-4/+4
* [SPARK-3300][SQL] No need to call clear() and shorten build()Liang-Chi Hsieh2014-09-021-3/+1
* [SQL] Renamed ColumnStat to ColumnMetrics to avoid confusion between ColumnStatsCheng Lian2014-09-021-5/+5
* [SPARK-3341][SQL] The dataType of Sqrt expression should be DoubleType.Takuya UESHIN2014-09-021-1/+1
* [SPARK-2823][GraphX]fix GraphX EdgeRDD zipPartitionsluluorta2014-09-022-2/+18
* [SPARK-1981][Streaming][Hotfix] Fixed docs related to kinesisTathagata Das2014-09-025-16/+17
* [SPARK-2981][GraphX] EdgePartition1D Int overflowLarry Xiao2014-09-021-1/+1
* [SPARK-3123][GraphX]: override the "setName" function to set EdgeRDD's name m...uncleGen2014-09-021-1/+9
* [SPARK-1986][GraphX]move lib.Analytics to org.apache.spark.examplesLarry Xiao2014-09-022-2/+3
* SPARK-3328 fixed make-distribution script --with-tachyon option.Prudhvi Krishna2014-09-021-2/+2
* [SPARK-2871] [PySpark] add countApproxDistinct() APIDavies Liu2014-09-023-6/+51
* SPARK-3052. Misleading and spurious FileSystem closed errors whenever a ...Sandy Ryza2014-09-022-3/+13
* [SPARK-3347] [yarn] Fix yarn-alpha compilation.Marcelo Vanzin2014-09-021-0/+1
* [SPARK-1919] Fix Windows spark-shell --jarsAndrew Or2014-09-021-1/+10
* [SPARK-3061] Fix Maven build under WindowsJosh Rosen2014-09-022-13/+7
* SPARK-3331 [BUILD] PEP8 tests fail because they check unzipped py4j codeSean Owen2014-09-021-1/+1
* [MLlib] Squash bug in IndexedRowMatrixReza Zadeh2014-09-021-1/+1
* SPARK-2636: Expose job ID in JobWaiter APIlirui2014-09-015-3/+23
* [SPARK-3342] Add SSDs to block device mappingDaniel Darabos2014-09-011-1/+11
* [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutpu...Reynold Xin2014-09-013-19/+206
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-09-010-0/+0
* [SPARK-3010] fix redundant conditionalscwf2014-08-314-15/+8
* [Spark QA] only check code files for new classesNicholas Chammas2014-08-301-6/+10
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-08-300-0/+0
* SPARK-3318: Documentation update in addFile on how to use SparkFiles.getHolden Karau2014-08-303-5/+4
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-3028-94/+144
* Manually close old pull requestsReynold Xin2014-08-290-0/+0
* [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu2014-08-2922-353/+466
* [SPARK-3305] Remove unused import from UI classes.Kousuke Saruta2014-08-292-2/+1
* BUILD: Adding back CDH4 as per user requestsPatrick Wendell2014-08-291-0/+1
* [SPARK-3320][SQL] Made batched in-memory column buffer building work for Sche...Cheng Lian2014-08-293-34/+39
* [SPARK-3296][mllib] spark-example should be run-example in head notation of D...wangfei2014-08-292-2/+2
* [SPARK-3173][SQL] Timestamp support in the parserZdenek Farana2014-08-293-2/+54
* [SPARK-3291][SQL]TestcaseName in createQueryTest should not contain ":"qiping.lqp2014-08-293-1/+4
* [SPARK-3269][SQL] Decreases initial buffer size for row set to prevent OOMCheng Lian2014-08-291-2/+3
* [SQL] Turns on in-memory columnar compression in HiveCompatibilitySuiteCheng Lian2014-08-291-7/+10
* [SPARK-3198] [SQL] Remove the TreeNode.idCheng Hao2014-08-298-42/+40
* [SPARK-3234][Build] Fixed environment variables that rely on deprecated comma...Cheng Lian2014-08-291-1/+11
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-296-0/+46
* [Docs] SQL doc formatting and typo fixesNicholas Chammas2014-08-292-59/+52
* [SPARK-3307] [PySpark] Fix doc string of SparkContext.broadcast()Davies Liu2014-08-291-2/+0
* [SPARK-3279] Remove useless field variable in ApplicationMasterKousuke Saruta2014-08-281-1/+0
* [SPARK-1912] Lazily initialize buffers for local shuffle blocks.Reynold Xin2014-08-283-35/+20
* [Spark QA] Link to console output on test time outnchammas2014-08-281-1/+1
* [SPARK-3277] Fix external spilling with LZ4 assertion errorAndrew Or2014-08-285-96/+144
* SPARK-3082. yarn.Client.logClusterResourceDetails throws NPE if requeste...Sandy Ryza2014-08-282-20/+2
* [SPARK-3190] Avoid overflow in VertexRDD.count()Ankur Dave2014-08-281-1/+1
* [SPARK-3285] [examples] Using values.sum is easier to understand than using v...Yadong Qi2014-08-283-4/+4