aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache managerYin Huai2015-02-206-4/+53
* [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
* [SPARK-5507] Added documentation for BlockMatrixBurak Yavuz2015-02-181-0/+75
* [SPARK-5519][MLLIB] add user guide with example code for fp-growthXiangrui Meng2015-02-184-0/+216
* SPARK-5669 [BUILD] [HOTFIX] Spark assembly includes incompatibly licensed lib...Sean Owen2015-02-181-3/+3
* [SPARK-4949]shutdownCallback in SparkDeploySchedulerBackend should be enclose...Kousuke Saruta2015-02-181-19/+16
* SPARK-4610 addendum: [Minor] [MLlib] Minor doc fix in GBT classification exampleMechCoder2015-02-181-1/+1
* [SPARK-5878] fix DataFrame.repartition() in PythonDavies Liu2015-02-181-1/+7
* Avoid deprecation warnings in JDBCSuite.Tor Myklebust2015-02-181-13/+20
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-1737-259/+250
* [SPARK-5731][Streaming][Test] Fix incorrect test in DirectKafkaStreamSuiteTathagata Das2015-02-171-12/+16
* [SPARK-5723][SQL]Change the default file format to Parquet for CTAS statements.Yin Huai2015-02-175-25/+158
* [SPARK-5875][SQL]logical.Project should not be resolved if it contains aggreg...Yin Huai2015-02-173-2/+53
* [SPARK-4454] Revert getOrElse() cleanup in DAGScheduler.getCacheLocs()Josh Rosen2015-02-171-3/+5
* [SPARK-4454] Properly synchronize accesses to DAGScheduler cacheLocs mapJosh Rosen2015-02-171-10/+24
* [SPARK-5811] Added documentation for maven coordinates and added Spark Packag...Burak Yavuz2015-02-175-27/+131
* [SPARK-5785] [PySpark] narrow dependency for cogroup/join in PySparkDavies Liu2015-02-177-25/+101
* [SPARK-5852][SQL]Fail to convert a newly created empty metastore parquet tabl...Yin Huai2015-02-173-6/+164
* [SPARK-5872] [SQL] create a sqlCtx in pyspark shellDavies Liu2015-02-172-3/+22
* [SPARK-5871] output explain in PythonDavies Liu2015-02-171-3/+20
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-176-24/+232
* [SPARK-5868][SQL] Fix python UDFs in HiveContext and checks in SQLContextMichael Armbrust2015-02-172-1/+5
* [SQL] [Minor] Update the HiveContext UnittestCheng Hao2015-02-177-0/+17
* [Minor][SQL] Use same function to check path parameter in JSONRelationLiang-Chi Hsieh2015-02-172-3/+3
* [SPARK-5862][SQL] Only transformUp the given plan once in HiveMetastoreCatalogLiang-Chi Hsieh2015-02-171-17/+20
* [Minor] fix typo in SQL documentCodingCat2015-02-171-1/+1
* [SPARK-5864] [PySpark] support .jar as python packageDavies Liu2015-02-171-2/+4
* SPARK-5841 [CORE] [HOTFIX] Memory leak in DiskBlockManagerSean Owen2015-02-171-1/+4
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-02-170-0/+0
* [SPARK-3381] [MLlib] Eliminate bins for unordered features in DecisionTreesMechCoder2015-02-173-73/+15
* [SPARK-5661]function hasShutdownDeleteTachyonDir should use shutdownDeleteTac...xukun 002289472015-02-171-2/+2
* [SPARK-5778] throw if nonexistent metrics config file providedRyan Williams2015-02-175-19/+23
* [SPARK-5859] [PySpark] [SQL] fix DataFrame Python APIDavies Liu2015-02-172-18/+59
* [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / DocumentationMichael Armbrust2015-02-1730-405/+483
* [SPARK-5858][MLLIB] Remove unnecessary first() call in GLMXiangrui Meng2015-02-172-4/+9
* SPARK-5856: In Maven build script, launch Zinc with more memoryPatrick Wendell2015-02-171-1/+4