aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2519. Eliminate pattern-matching on Tuple2 in performance-critical...Sandy Ryza2014-07-162-9/+11
* [SQL] Cleaned up ConstantFolding slightly.Reynold Xin2014-07-161-17/+28
* [SPARK-2525][SQL] Remove as many compilation warning messages as possible in ...Yin Huai2014-07-163-19/+19
* Tightening visibility for various Broadcast related classes.Reynold Xin2014-07-165-35/+36
* SPARK-2277: make TaskScheduler track hosts on rackRui Li2014-07-163-5/+83
* [SPARK-2119][SQL] Improved Parquet performance when reading off S3Cheng Lian2014-07-163-50/+125
* [SPARK-2504][SQL] Fix nullability of Substring expression.Takuya UESHIN2014-07-152-16/+22
* [SPARK-2509][SQL] Add optimization for Substring.Takuya UESHIN2014-07-151-0/+3
* [SPARK-2314][SQL] Override collect and take in JavaSchemaRDD, forwarding to S...Aaron Staple2014-07-151-0/+16
* follow pep8 None should be compared using is or is notKen Takagiwa2014-07-154-7/+7
* [SPARK-2500] Move the logInfo for registering BlockManager to BlockManagerMas...Henry Saputra2014-07-151-3/+4
* [SPARK-2469] Use Snappy (instead of LZF) for default shuffle compression codecReynold Xin2014-07-152-3/+3
* [SPARK-2498] [SQL] Synchronize on a lock when using scala reflection inside d...Zongheng Yang2014-07-151-15/+19
* [SQL] Attribute equality comparisons should be done by exprId.Michael Armbrust2014-07-151-1/+5
* SPARK-2407: Added internal implementation of SQL SUBSTR()William Benton2014-07-153-3/+128
* [SPARK-2474][SQL] For a registered table in OverrideCatalog, the Analyzer fai...Yin Huai2014-07-152-1/+26
* [SQL] Whitelist more Hive tests.Michael Armbrust2014-07-15105-0/+163
* [SPARK-2483][SQL] Fix parsing of repeated, nested data access.Michael Armbrust2014-07-152-6/+9
* [SPARK-2471] remove runtime scope for jets3tXiangrui Meng2014-07-151-1/+0
* Added LZ4 to compression codec in configuration page.Reynold Xin2014-07-151-5/+4
* SPARK-1291: Link the spark UI to RM ui in yarn-client modewitgo2014-07-156-7/+71
* SPARK-2480: Resolve sbt warnings "NOTE: SPARK_YARN is deprecated, please use ...witgo2014-07-154-10/+9
* Reformat multi-line closure argument.William Benton2014-07-151-2/+3
* [MLLIB] [SPARK-2222] Add multiclass evaluation metricsAlexander Ulanov2014-07-152-0/+280
* README update: added "for Big Data".Reynold Xin2014-07-151-1/+1
* Update README.md to include a slightly more informative project description.Reynold Xin2014-07-151-1/+8
* [SPARK-2477][MLlib] Using appendBias for adding intercept in GeneralizedLinea...DB Tsai2014-07-151-16/+5
* [SPARK-2399] Add support for LZ4 compression.Reynold Xin2014-07-155-1/+46
* discarded exceeded completedDriverslianhuiwang2014-07-151-0/+5
* [SPARK-2485][SQL] Lock usage of hive client.Michael Armbrust2014-07-151-2/+3
* [SPARK-2390] Files in staging directory cannot be deleted and wastes the spac...Kousuke Saruta2014-07-141-1/+0
* Add/increase severity of warning in documentation of groupBy()Aaron Davidson2014-07-142-9/+21
* SPARK-2486: Utils.getCallSite is now resilient to bogus framesWilliam Benton2014-07-141-1/+5
* [SPARK-2467] Revert SparkBuild to publish-local to both .m2 and .ivy2.Takuya UESHIN2014-07-141-1/+13
* [SPARK-2446][SQL] Add BinaryType support to Parquet I/O.Takuya UESHIN2014-07-145-45/+57
* [SPARK-1946] Submit tasks after (configured ratio) executors have been regist...li-zhihui2014-07-1413-2/+127
* [SPARK-2443][SQL] Fix slow read from partitioned tablesZongheng Yang2014-07-141-3/+7
* move some test file to match src codeDaoyuan2014-07-145-25/+19
* Made rdd.py pep8 complaint by using Autopep8 and a little manual editing.Prashant Sharma2014-07-141-58/+92
* SPARK-2363. Clean MLlib's sample data filesSean Owen2014-07-1318-16/+16
* SPARK-2462. Make Vector.apply public.Sandy Ryza2014-07-121-1/+1
* [SPARK-2405][SQL] Reusue same byte buffers when creating new instance of InMe...Michael Armbrust2014-07-122-12/+25
* [SPARK-2441][SQL] Add more efficient distinct operator.Michael Armbrust2014-07-122-3/+34
* [SPARK-2455] Mark (Shippable)VertexPartition serializableAnkur Dave2014-07-125-14/+37
* Use the Executor's ClassLoader in sc.objectFile().Daniel Darabos2014-07-122-2/+27
* use specialized axpy in RowMatrix for SVDLi Pu2014-07-111-1/+7
* [SPARK-1969][MLlib] Online summarizer APIs for mean, variance, min, and maxDB Tsai2014-07-115-134/+458
* [SPARK-2457] Inconsistent description in README about build optionKousuke Saruta2014-07-111-1/+1
* [SPARK-2437] Rename MAVEN_PROFILES to SBT_MAVEN_PROFILES and add SBT_MAVEN_PR...Prashant Sharma2014-07-112-3/+8
* [Minor] Remove unused val in MasterAndrew Or2014-07-112-4/+1