aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6207] [YARN] [SQL] Adds delegation tokens for metastore to conf.Doug Balog2015-04-131-0/+63
* [SPARK-6352] [SQL] Add DirectParquetOutputCommitterPei-Lun Lee2015-04-133-0/+109
* [SPARK-6870][Yarn] Catch InterruptedException when yarn application state mon...linweizhong2015-04-131-4/+7
* [SPARK-6671] Add status command for spark daemonsPradeep Chanumolu2015-04-131-1/+18
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-137-19/+29
* [SPARK-6860][Streaming][WebUI] Fix the possible inconsistency of StreamingPagezsxwing2015-04-132-6/+7
* [SPARK-6762]Fix potential resource leaks in CheckPoint CheckpointWriter and C...lisurprise2015-04-132-19/+31
* [SPARK-6868][YARN] Fix broken container log link on executor page when HTTPS_...Dean Chen2015-04-131-2/+11
* [SPARK-6562][SQL] DataFrame.replaceReynold Xin2015-04-122-0/+178
* [SPARK-5885][MLLIB] Add VectorAssembler as a feature transformerXiangrui Meng2015-04-124-1/+185
* [SPARK-5886][ML] Add StringIndexer as a feature transformerXiangrui Meng2015-04-122-0/+178
* [SPARK-4081] [mllib] VectorIndexerJoseph K. Bradley2015-04-129-19/+818
* [SPARK-6643][MLLIB] Implement StandardScalerModel missing methodslewuathe2015-04-123-2/+42
* [SPARK-6765] Fix test code style for core.Reynold Xin2015-04-1259-304/+386
* [MINOR] a typo: coalesceDaoyuan Wang2015-04-121-1/+1
* [SPARK-6431][Streaming][Kafka] Error message for partition metadata requ...cody koeninger2015-04-122-3/+14
* [SPARK-6843][core]Add volatile for the "state"lisurprise2015-04-121-1/+1
* [SPARK-6866][Build] Remove duplicated dependency in launcher/pom.xmlGuancheng (G.C.) Chen2015-04-121-5/+0
* [SPARK-6677] [SQL] [PySpark] fix cached classesDavies Liu2015-04-111-19/+20
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2015-04-110-0/+0
* SPARK-6710 GraphX Fixed Wrong initial bias in GraphX SVDPlusPlusMichael Malak2015-04-111-1/+1
* [HOTFIX] Add explicit return types to fix lint errorsJosh Rosen2015-04-112-2/+2
* [SQL][minor] move `resolveGetField` into a objectWenchen Fan2015-04-113-35/+39
* [SPARK-6367][SQL] Use the proper data type for those expressions that are hij...Yin Huai2015-04-116-20/+91
* [SQL] Handle special characters in the authority of a Path's URI.Yin Huai2015-04-111-3/+27
* [SPARK-6379][SQL] Support a functon to call user-defined functions registered...Takeshi YAMAMURO2015-04-112-1/+29
* [SPARK-6179][SQL] Add token for "SHOW PRINCIPALS role_name" and "SHOW TRANSAC...DoingDone92015-04-111-0/+3
* [Spark-5068][SQL]Fix bug query data when path doesn't exist for HiveContextlazymam5002015-04-113-1/+110
* [SPARK-6199] [SQL] Support CTE in HiveContext and SQLContexthaiyang2015-04-119-14/+100
* [Minor][SQL] Fix typo in sqlGuancheng (G.C.) Chen2015-04-113-5/+5
* [SPARK-6863] Fix formatting on SQL programming guide.Santiago M. Mola2015-04-111-0/+1
* [SPARK-6611][SQL] Add support for INTEGER as synonym of INT.Santiago M. Mola2015-04-112-1/+3
* [SPARK-6858][SQL] Register Java HashMap for SparkSqlSerializerLiang-Chi Hsieh2015-04-111-0/+2
* [SPARK-6835] [SQL] Fix bug of Hive UDTF in Lateral View (ClassNotFound)Cheng Hao2015-04-112-1/+14
* [hotfix] [build] Make sure JAVA_HOME is set for tests.Marcelo Vanzin2015-04-112-3/+21
* [Minor][Core] Fix typoLiang-Chi Hsieh2015-04-111-1/+1
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-1017-461/+929
* [SPARK-6851][SQL] Create new instance for each converted parquet relationMichael Armbrust2015-04-102-2/+80
* [SPARK-6850] [SparkR] use one partition when we need to compare the whole resultDavies Liu2015-04-102-4/+4
* [SPARK-6216] [PySpark] check the python version in workerDavies Liu2015-04-103-2/+22
* [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.Milan Straka2015-04-102-1/+12
* [SQL] [SPARK-6794] Use kryo-based SparkSqlSerializer for GeneralHashedRelationVolodymyr Lyubinets2015-04-102-6/+44
* [SPARK-6773][Tests]Fix RAT checks still passed issue when download rat jar fa...June.He2015-04-101-21/+24
* [SPARK-6766][Streaming] Fix issue about StreamingListenerBatchSubmitted and S...zsxwing2015-04-104-18/+180
* [SPARK-6211][Streaming] Add Python Kafka API unit testjerryshao2015-04-0912-311/+502
* [SPARK-6577] [MLlib] [PySpark] SparseMatrix should be supported in PySparkMechCoder2015-04-092-8/+154
* [SPARK-3074] [PySpark] support groupByKey() with single huge keyDavies Liu2015-04-096-143/+531
* [Spark-6693][MLlib]add tostring with max lines and width for matrixYuhao Yang2015-04-093-0/+23
* [SPARK-6264] [MLLIB] Support FPGrowth algorithm in Python APIYanbo Liang2015-04-096-4/+143
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-0920-28/+28