aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11116][SQL] First Draft of Dataset APIMichael Armbrust2015-10-2226-23/+1501
* [SPARK-11242][SQL] In conf/spark-env.sh.template SPARK_DRIVER_MEMORY is docum...guoxi2015-10-221-4/+4
* [SPARK-9735][SQL] Respect the user specified schema than the infer partition ...Cheng Hao2015-10-222-16/+55
* [SPARK-11163] Remove unnecessary addPendingTask calls.Kay Ousterhout2015-10-221-22/+5
* [SPARK-11232][CORE] Use 'offer' instead of 'put' to make sure calling send wo...zsxwing2015-10-221-5/+5
* [SPARK-11216][SQL][FOLLOW-UP] add encoder/decoder for external rowWenchen Fan2015-10-224-16/+17
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-2230-1317/+456
* [SPARK-11244][SPARKR] sparkR.stop() should remove SQLContextForest Fang2015-10-222-0/+18
* [SPARK-11121][CORE] Correct the TaskLocation typezhichao.li2015-10-222-4/+9
* [SPARK-11243][SQL] output UnsafeRow from columnar cacheDavies Liu2015-10-217-132/+291
* [SPARK-9392][SQL] Dataframe drop should work on unresolved columnsYanbo Liang2015-10-212-4/+9
* Minor cleanup of ShuffleMapStage.outputLocs code.Reynold Xin2015-10-214-20/+39
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-2128-8/+28
* [SPARK-8654][SQL] Analysis exception when using NULL IN (...) : invalid castDilip Biswal2015-10-213-3/+32
* [SPARK-11233][SQL] register cosh in function registryShagun Sodhani2015-10-211-0/+1
* [SPARK-11208][SQL] Filter out 'hive.metastore.rawstore.impl' from executionHi...Artem Aliev2015-10-211-1/+2
* [SPARK-9740][SPARK-9592][SPARK-9210][SQL] Change the default behavior of Firs...Yin Huai2015-10-217-45/+219
* [SPARK-11197][SQL] run SQL on files directlyDavies Liu2015-10-2110-9/+91
* [SPARK-10743][SQL] keep the name of expression if possible when do castWenchen Fan2015-10-214-25/+23
* [SPARK-10534] [SQL] ORDER BY clause allows only columns that are present in t...Dilip Biswal2015-10-212-1/+11
* [SPARK-11216] [SQL] add encoder/decoder for external rowWenchen Fan2015-10-219-54/+459
* [SPARK-11179] [SQL] Push filters through aggregatenitin goyal2015-10-212-0/+69
* [SPARK-11037][SQL] using Option instead of Some in JdbcDialectsPravin Gadakh2015-10-211-8/+8
* [SPARK-11205][PYSPARK] Delegate to scala DataFrame API rather than p…Jeff Zhang2015-10-201-1/+2
* [SPARK-11221][SPARKR] fix R doc for lit and add examplesfelixcheung2015-10-201-4/+9
* [MINOR][ML] fix doc warningsXiangrui Meng2015-10-201-0/+1
* [SPARK-10082][MLLIB] minor style updates for matrix indexing after #8271Xiangrui Meng2015-10-202-8/+8
* [SPARK-11153][SQL] Disables Parquet filter push-down for string and binary co...Cheng Lian2015-10-212-2/+31
* [SPARK-10767][PYSPARK] Make pyspark shared params codegen more consistentHolden Karau2015-10-203-65/+65
* [SPARK-10082][MLLIB] Validate i, j in apply DenseMatrices and SparseMatricesMechCoder2015-10-202-0/+15
* [SPARK-10269][PYSPARK][MLLIB] Add @since annotation to pyspark.mllib.classifi...noelsmith2015-10-201-4/+66
* [SPARK-10261][DOCUMENTATION, ML] Fixed @Since annotation to ml.evaluationTijo Thomas2015-10-204-7/+43
* [SPARK-10272][PYSPARK][MLLIB] Added @since tags to pyspark.mllib.evaluationnoelsmith2015-10-201-0/+41
* [SPARK-11149] [SQL] Improve cache performance for primitive typesDavies Liu2015-10-209-122/+265
* [SPARK-11111] [SQL] fast null-safe joinDavies Liu2015-10-205-15/+105
* [SPARK-6740] [SQL] correctly parse NOT operator with comparison operationsWenchen Fan2015-10-203-8/+21
* [SPARK-11105] [YARN] Distribute log4j.properties to executorsvundela2015-10-202-1/+17
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-2017-66/+34
* [SPARK-10463] [SQL] remove PromotePrecision during optimizationDaoyuan Wang2015-10-201-3/+4
* [SPARK-11110][BUILD] Remove transient annotation for parameters.Jakob Odersky2015-10-202-4/+4
* [SPARK-10876] Display total uptime for completed applicationsJean-Baptiste Onofré2015-10-202-8/+17
* [SPARK-11088][SQL] Merges partition values using UnsafeProjectionCheng Lian2015-10-191-49/+24
* [SPARK-11120] Allow sane default number of executor failures when dynamically...Ryan Williams2015-10-193-13/+29
* [SPARK-9708][MESOS] Spark should create local temporary directories in Mesos ...Chris Bannister2015-10-191-3/+14
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-194-2/+59
* [SPARK-11051][CORE] Do not allow local checkpointing after the RDD is materia...Liang-Chi Hsieh2015-10-192-7/+32
* [SPARK-11131][CORE] Fix race in worker registration protocol.Marcelo Vanzin2015-10-196-56/+86
* [SPARK-11063] [STREAMING] Change preferredLocations of Receiver's RDD to host...zsxwing2015-10-193-2/+29
* [SPARK-11180][SQL] Support BooleanType in DataFrame.na.fillRishabh Bhardwaj2015-10-192-16/+27
* [SPARK-11119] [SQL] cleanup for unsafe array and mapWenchen Fan2015-10-1910-192/+174