aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-3281] Remove Netty specific code in BlockManager / shuffleReynold Xin2014-08-2813-178/+64
* [SPARK-3264] Allow users to set executor Spark home in MesosAndrew Or2014-08-283-8/+22
* [SPARK-2608][Core] Fixed command line option passing issue over Mesos via SPA...Cheng Lian2014-08-282-4/+24
* [SPARK-3150] Fix NullPointerException in in Spark recovery: Add initializing ...Tatiana Borisova2014-08-281-0/+13
* [SPARK-3230][SQL] Fix udfs that return structsMichael Armbrust2014-08-284-12/+30
* [SQL] Fixed 2 comment typos in SQLConfCheng Lian2014-08-281-3/+4
* [HOTFIX][SQL] Remove cleaning of UDFsMichael Armbrust2014-08-271-3/+0
* [HOTFIX] Wait for EOF only for the PySpark shellAndrew Or2014-08-272-11/+17
* SPARK-3265 Allow using custom ipython executable with pysparkRob O'Dwyer2014-08-271-1/+1
* [SPARK-3271] delete unused methods in Utilsscwf2014-08-271-37/+0
* Add line continuation for script to work w/ py2.7.5Matthew Farrellee2014-08-271-2/+2
* HOTFIX: Don't build with YARN support for Mapr3Patrick Wendell2014-08-271-1/+1
* [SPARK-3235][SQL] Ensure in-memory tables don't always broadcast.Michael Armbrust2014-08-275-8/+23
* [SPARK-3065][SQL] Add locale setting to fix results do not match for udf_unix...luogankun2014-08-271-1/+7
* [SQL] [SPARK-3236] Reading Parquet tables from Metastore mangles locationAaron Davidson2014-08-271-1/+1
* [SPARK-3252][SQL] Add missing condition for testviirya2014-08-271-1/+2
* [SPARK-3243] Don't use stale spark-driver.* system propertiesAndrew Or2014-08-271-10/+9
* Spark-3213 Fixes issue with spark-ec2 not detecting slaves created with "Laun...Vida Ha2014-08-271-20/+25
* [SPARK-2871] [PySpark] add RDD.lookup(key)Davies Liu2014-08-271-132/+79
* [SPARK-3138][SQL] sqlContext.parquetFile should be able to take a single file...chutium2014-08-272-8/+26
* [SPARK-3256] Added support for :cp <jar> that was broken in Scala 2.10.x for ...Chip Senkbeil2014-08-272-11/+73
* [SPARK-3197] [SQL] Reduce the Expression tree object creations for aggregatio...Cheng Hao2014-08-272-17/+18
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-2725-0/+20
* SPARK-3259 - User data should be given to the masterAllan Douglas R. de Oliveira2014-08-271-1/+2