aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8218][SQL] Add binary log math functionLiang-Chi Hsieh2015-06-176-1/+85
* [SPARK-7961][SQL]Refactor SQLConf to display better error messagezsxwing2015-06-1737-296/+861
* [SPARK-8381][SQL]reuse typeConvert when convert Seq[Row] to catalyst typeLianhui Wang2015-06-175-22/+12
* [SPARK-8095] Resolve dependencies of --packages in local ivy cacheBurak Yavuz2015-06-173-33/+135
* [SPARK-8392] RDDOperationGraph: getting cached nodes is slowxutingjun2015-06-172-4/+4
* [SPARK-7605] [MLLIB] [PYSPARK] Python API for ElementwiseProductMechCoder2015-06-174-2/+78
* [SPARK-8373] [PYSPARK] Remove PythonRDD.emptyRDDzsxwing2015-06-171-5/+0
* [HOTFIX] [PROJECT-INFRA] Fix bug in dev/run-tests for MLlib-only PRsJosh Rosen2015-06-171-7/+7
* [SPARK-8397] [SQL] Allow custom configuration for TestHivePunya Biswal2015-06-171-1/+1
* [SPARK-8404] [STREAMING] [TESTS] Use thread-safe collections to make the test...zsxwing2015-06-174-19/+14
* [SPARK-8306] [SQL] AddJar command needs to set the new class loader to the Hi...Yin Huai2015-06-174-3/+45
* [SPARK-7067] [SQL] fix bug when use complex nested fields in ORDER BYWenchen Fan2015-06-175-66/+70
* [SPARK-7913] [CORE] Increase the maximum capacity of PartitionedPairBuffe, Pa...zsxwing2015-06-173-18/+53
* [SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling...zsxwing2015-06-174-1/+20
* [SPARK-8372] History server shows incorrect information for application not s...Carson Wang2015-06-172-28/+53
* [SPARK-8161] Set externalBlockStoreInitialized to be true, after ExternalBloc...Mingfei2015-06-171-1/+3
* [SPARK-8010] [SQL] Promote types to StringType as implicit conversion in non-...OopsOutOfMemory2015-06-172-3/+27
* [SPARK-6782] add sbt-revolver pluginImran Rashid2015-06-172-1/+5
* [SPARK-8395] [DOCS] start-slave.sh docs incorrectSean Owen2015-06-171-1/+1
* [SPARK-8077] [SQL] Optimization for TreeNodes with large numbers of childrenMichael Davies2015-06-172-12/+17
* [SPARK-7017] [BUILD] [PROJECT INFRA] Refactor dev/run-tests into PythonBrennon York2015-06-175-224/+546
* [SPARK-6390] [SQL] [MLlib] Port MatrixUDT to PySparkMechCoder2015-06-174-4/+97
* [SPARK-7199] [SQL] Add date and timestamp support to UnsafeRowLiang-Chi Hsieh2015-06-174-4/+39
* [SPARK-8309] [CORE] Support for more than 12M items in OpenHashMapVyacheslav Baranov2015-06-173-5/+19
* Closes #6850.Reynold Xin2015-06-170-0/+0
* [SPARK-8220][SQL]Add positive identify functiondragonli2015-06-164-0/+27
* [SPARK-8156] [SQL] create table to specific database by 'use dbname'baishuo2015-06-163-5/+20
* [SPARK-7916] [MLLIB] MLlib Python doc parity check for classification and reg...Yanbo Liang2015-06-163-108/+248
* [SPARK-8126] [BUILD] Make sure temp dir exists when running tests.Marcelo Vanzin2015-06-161-3/+7
* [SQL] [DOC] improved a commentRadek Ostrowski2015-06-162-2/+2
* [SPARK-DOCS] [SPARK-SQL] Update sql-programming-guide.mdMoussa Taifi2015-06-161-1/+1
* [SPARK-8387] [WEBUI] Only show 4096 bytes content for executor log instead of...hushan[胡珊]2015-06-161-2/+2
* [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variablesKan Zhang2015-06-167-19/+72
* [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` sinc...huangzhaowei2015-06-161-1/+3
* [SPARK-7184] [SQL] enable codegen by defaultDavies Liu2015-06-1521-81/+95
* SPARK-8336 Fix NullPointerException with functions.rand()tedyu2015-06-152-1/+38
* [SPARK-6583] [SQL] Support aggregate functions in ORDER BYYadong Qi2015-06-152-3/+61
* [SPARK-8350] [R] Log R unit test output to "unit-tests.log"andrewor142015-06-151-1/+1
* [SPARK-8316] Upgrade to Maven 3.3.3Nicholas Chammas2015-06-151-22/+13
* [SPARK-8065] [SQL] Add support for Hive 0.14 metastoresMarcelo Vanzin2015-06-148-313/+444
* fix read/write mixupPeter Hoffmann2015-06-141-2/+2
* [SPARK-8362] [SQL] Add unit tests for +, -, *, /, %Reynold Xin2015-06-142-105/+99
* [SPARK-8358] [SQL] Wait for child resolution when resolving generatorsMichael Armbrust2015-06-142-2/+12
* [SPARK-8354] [SQL] Fix off-by-factor-of-8 error when allocating scratch space...Josh Rosen2015-06-142-16/+16
* [SPARK-8342][SQL] Fix Decimal setOrNullLiang-Chi Hsieh2015-06-132-1/+7
* [Spark-8343] [Streaming] [Docs] Improve Spark Streaming Guides.Mike Dusenberry2015-06-132-140/+133
* [SPARK-8349] [SQL] Use expression constructors (rather than apply) in Functio...Reynold Xin2015-06-135-32/+22
* [SPARK-8347][SQL] Add unit tests for abs.Reynold Xin2015-06-135-33/+31
* [SPARK-8052] [SQL] Use java.math.BigDecimal for casting String to Decimal ins...Liang-Chi Hsieh2015-06-132-1/+6
* [SPARK-8319] [CORE] [SQL] Update logic related to key orderings in shuffle de...Josh Rosen2015-06-133-20/+21