aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5982] Remove incorrect Local Read Time MetricKay Ousterhout2015-02-255-16/+0
* [SPARK-1955][GraphX]: VertexRDD can incorrectly assume index sharingBrennon York2015-02-251-3/+9
* SPARK-5930 [DOCS] Documented default of spark.shuffle.io.retryWait is confusingSean Owen2015-02-251-1/+3
* [SPARK-5996][SQL] Fix specialized outbound conversionsMichael Armbrust2015-02-253-5/+20
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-247-183/+130
* [SPARK-5286][SQL] SPARK-5286 followupYin Huai2015-02-241-3/+3
* [SPARK-5993][Streaming][Build] Fix assembly jar location of kafka-assemblyTathagata Das2015-02-241-4/+0
* [SPARK-5985][SQL] DataFrame sortBy -> orderBy in Python.Reynold Xin2015-02-246-5/+59
* [SPARK-5904][SQL] DataFrame Java API test suites.Reynold Xin2015-02-247-143/+108
* [SPARK-5751] [SQL] [WIP] Revamped HiveThriftServer2Suite for robustnessCheng Lian2015-02-252-387/+403
* [SPARK-5973] [PySpark] fix zip with two RDDs with AutoBatchedSerializerDavies Liu2015-02-242-1/+7
* [SPARK-5952][SQL] Lock when using hive metastore clientMichael Armbrust2015-02-241-6/+12
* [MLLIB] Change x_i to y_i in Variance's user guideXiangrui Meng2015-02-241-2/+2
* [SPARK-5965] Standalone Worker UI displays {{USER_JAR}}Andrew Or2015-02-241-1/+1
* [Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActiveJobIdsTathagata Das2015-02-242-0/+25
* [SPARK-5532][SQL] Repartition should not use external rdd representationMichael Armbrust2015-02-243-3/+19
* [SPARK-5910][SQL] Support for as in selectExprMichael Armbrust2015-02-242-1/+7
* [SPARK-5968] [SQL] Suppresses ParquetOutputCommitter WARN logsCheng Lian2015-02-241-3/+9
* [SPARK-5958][MLLIB][DOC] update block matrix user guideXiangrui Meng2015-02-231-26/+15
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-2312-126/+164
* [SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dataset.Yin Huai2015-02-233-0/+76
* [SPARK-5912] [docs] [mllib] Small fixes to ChiSqSelector docsJoseph K. Bradley2015-02-231-12/+60
* [MLLIB] SPARK-5912 Programming guide for feature selectionAlexander Ulanov2015-02-231-0/+54
* [SPARK-5939][MLLib] make FPGrowth example app take parametersJacky Li2015-02-233-27/+81
* [SPARK-5943][Streaming] Update the test to use new API to reduce the warningSaisai Shao2015-02-233-7/+7
* [EXAMPLES] fix typo.Makoto Fukuhara2015-02-231-1/+1
* Revert "[SPARK-4808] Removing minimum number of elements read before spill ch...Andrew Or2015-02-221-1/+5
* SPARK-5669 [BUILD] Reverse exclusion of JBLAS libs for 1.3Sean Owen2015-02-221-10/+0
* [DataFrame] [Typo] Fix the typoCheng Hao2015-02-221-1/+1
* [DOCS] Fix typo in API for custom InputFormats based on the “new” MapRedu...Alexander2015-02-221-2/+2
* [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct clas...Hari Shreedharan2015-02-211-3/+10
* SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManagerNishkam Ravi2015-02-212-2/+10
* [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache managerYin Huai2015-02-206-4/+53
* [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and t...Davies Liu2015-02-203-20/+20
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-2030-290/+1940
* [SPARK-4808] Removing minimum number of elements read before spill checkmcheah2015-02-191-5/+1
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-1911-74/+93
* SPARK-5570: No docs stating that `new SparkConf().set("spark.driver.memory", ...Ilya Ganelin2015-02-191-1/+22
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-1937-337/+301
* [Spark-5889] Remove pid file after stopping service.Zhan Zhang2015-02-191-1/+1
* [SPARK-5902] [ml] Made PipelineStage.transformSchema public instead of privat...Joseph K. Bradley2015-02-195-12/+20
* [SPARK-5904][SQL] DataFrame API fixes.Reynold Xin2015-02-199-1024/+427
* [SPARK-5825] [Spark Submit] Remove the double checking instance name when sto...Cheng Hao2015-02-191-1/+1
* [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure de...zsxwing2015-02-191-9/+43
* [SPARK-5816] Add huge compatibility warning in DriverWrapperAndrew Or2015-02-191-0/+7
* SPARK-5548: Fix for AkkaUtilsSuite failure - attempt 2Jacek Lewandowski2015-02-191-2/+7
* [SPARK-5846] Correctly set job description and pool for SQL jobsKay Ousterhout2015-02-192-8/+8
* [SPARK-5879][MLLIB] update PIC user guide and add a Java exampleXiangrui Meng2015-02-184-13/+149
* [SPARK-5722] [SQL] [PySpark] infer int as LongTypeDavies Liu2015-02-185-11/+35
* [SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extractionReynold Xin2015-02-183-16/+84