aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4812][SQL] Fix the initialization issue of 'codegenEnabled'zsxwing2014-12-162-3/+1
* [SPARK-4847][SQL]Fix "extraStrategies cannot take effect in SQLContext" issuejerryshao2014-12-162-2/+2
* [DOCS][SQL] Add a Note on jsonFile having separate JSON objects per linePeter Vandenabeele2014-12-161-0/+12
* [SQL] SPARK-4700: Add HTTP protocol spark thrift serverJudy Nash2014-12-163-17/+93
* [SPARK-3405] add subnet-id and vpc-id options to spark_ec2.pyMike Jennings2014-12-162-15/+70
* [SPARK-4855][mllib] testing the Chi-squared hypothesis testjbencook2014-12-161-1/+99
* [SPARK-4437] update doc for WholeCombineFileRecordReaderDavies Liu2014-12-162-30/+25
* [SPARK-4841] fix zip with textFile()Davies Liu2014-12-153-14/+26
* [SPARK-4792] Add error message when making local dir unsuccessfullymeiyoula2014-12-151-2/+4
* SPARK-4814 [CORE] Enable assertions in SBT, Maven tests / AssertionError from...Sean Owen2014-12-153-1/+8
* [Minor][Core] fix comments in MapOutputTrackerwangfei2014-12-151-10/+10
* SPARK-785 [CORE] ClosureCleaner not invoked on most PairRDDFunctionsSean Owen2014-12-151-1/+4
* [SPARK-4668] Fix some documentation typos.Ryan Williams2014-12-1512-37/+65
* [SPARK-1037] The name of findTaskFromList & findTask in TaskSetManager.scala ...Ilya Ganelin2014-12-151-11/+11
* [SPARK-4826] Fix generation of temp file names in WAL testsJosh Rosen2014-12-152-17/+20
* [SPARK-4494][mllib] IDFModel.transform() add support for single vectorYuu ISHIKAWA2014-12-153-61/+101
* HOTFIX: Disabling failing block manager testPatrick Wendell2014-12-151-5/+5
* fixed spelling errors in documentationPeter Klipfel2014-12-141-3/+3
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-110-0/+0
* [SPARK-4829] [SQL] add rule to fold count(expr) if expr is not nullDaoyuan Wang2014-12-111-0/+1
* [SPARK-4742][SQL] The name of Parquet File generated by AppendingParquetOutpu...Sasaki Toru2014-12-111-1/+6
* [SPARK-4825] [SQL] CTAS fails to resolve when created using saveAsTableCheng Hao2014-12-113-1/+23
* [SQL] enable empty aggr test caseDaoyuan Wang2014-12-112-4/+3
* [SPARK-4828] [SQL] sum and avg on empty table should always return nullDaoyuan Wang2014-12-111-2/+0
* [SQL] Remove unnecessary case in HiveContext.toHiveStringscwf2014-12-111-3/+1
* [SPARK-4293][SQL] Make Cast be able to handle complex types.Takuya UESHIN2014-12-112-44/+353
* [SPARK-4639] [SQL] Pass maxIterations in as a parameter in AnalyzerJacky Li2014-12-111-3/+5
* [SPARK-4662] [SQL] Whitelist more unittestCheng Hao2014-12-11110-8/+245
* [SPARK-4713] [SQL] SchemaRDD.unpersist() should not raise exception if it is ...Cheng Hao2014-12-112-1/+15
* [SPARK-4806] Streaming doc update for 1.2Tathagata Das2014-12-117-551/+819
* [SPARK-4791] [sql] Infer schema from case class with multiple constructorsJoseph K. Bradley2014-12-102-1/+27
* [CORE]codeStyle: uniform ConcurrentHashMap define in StorageLevel.scala with ...Zhang, Liye2014-12-101-2/+2
* SPARK-3526 Add section about data locality to the tuning guideAndrew Ash2014-12-101-0/+33
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-100-0/+0
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2014-12-102-16/+22
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2014-12-101-4/+6
* [SPARK-4793] [Deploy] ensure .jar at end of lineDaoyuan Wang2014-12-101-3/+3
* [SPARK-4215] Allow requesting / killing executors only in YARN modeAndrew Or2014-12-102-1/+10
* [SPARK-4771][Docs] Document standalone cluster supervise modeAndrew Or2014-12-101-1/+10
* [SPARK-4329][WebUI] HistoryPage pagenationKousuke Saruta2014-12-101-4/+37
* [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extr...GuoQiang Li2014-12-101-0/+7
* [SPARK-4772] Clear local copies of accumulators as soon as we're done with themNathan Kronenfeld2014-12-092-7/+10
* [Minor] Use <sup> tag for help icon in web UI page headerJosh Rosen2014-12-091-1/+3
* Config updates for the new shuffle transport.Reynold Xin2014-12-093-6/+6
* [SPARK-4740] Create multiple concurrent connections between two peer nodes in...Reynold Xin2014-12-093-46/+180
* SPARK-4805 [CORE] BlockTransferMessage.toByteArray() trips assertionSean Owen2014-12-091-1/+2
* SPARK-4567. Make SparkJobInfo and SparkStageInfo serializableSandy Ryza2014-12-092-2/+6
* [SPARK-4714] BlockManager.dropFromMemory() should check whether block has bee...hushan[胡珊]2014-12-091-1/+3
* [SPARK-4765] Make GC time always shown in UI.Kay Ousterhout2014-12-093-13/+5
* [SPARK-4691][shuffle] Restructure a few lines in shuffle codemaji20142014-12-093-7/+4