aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Minor nit style cleanup in GraphX.Reynold Xin2014-12-021-1/+1
* [SPARK-4695][SQL] Get result using executeCollectwangfei2014-12-021-1/+3
* [SPARK-4670] [SQL] wrong symbol for bitwise notDaoyuan Wang2014-12-022-10/+25
* [SPARK-4593][SQL] Return null when denominator is 0Daoyuan Wang2014-12-024-5/+83
* [SPARK-4676][SQL] JavaSchemaRDD.schema may throw NullType MatchError if sql h...YanTangZhai2014-12-025-0/+59
* [SPARK-4663][sql]add finally to avoid resource leakbaishuo2014-12-021-4/+7
* [SPARK-4536][SQL] Add sqrt and abs to Spark SQL DSLKousuke Saruta2014-12-024-1/+74
* Indent license header properly for interfaces.scala.Reynold Xin2014-12-021-17/+15
* [SPARK-4686] Link to allowed master URLs is brokenKay Ousterhout2014-12-021-1/+1
* [SPARK-4397][Core] Cleanup 'import SparkContext._' in corezsxwing2014-12-0236-44/+8
* [SPARK-4611][MLlib] Implement the efficient vector normDB Tsai2014-12-024-6/+79
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-010-0/+0
* [SPARK-4268][SQL] Use #::: to get benefit from Stream in SqlLexical.allCaseVe...zsxwing2014-12-011-2/+2
* [SPARK-4529] [SQL] support view with column aliasDaoyuan Wang2014-12-012-3/+3
* [SQL][DOC] Date type in SQL programming guideDaoyuan Wang2014-12-011-0/+23
* [SQL] Minor fix for doc and commentwangfei2014-12-013-5/+7
* [SPARK-4658][SQL] Code documentation issue in DDL of datasource APIravipesala2014-12-012-3/+3
* [SPARK-4650][SQL] Supporting multi column support in countDistinct function l...ravipesala2014-12-012-1/+9
* [SPARK-4358][SQL] Let BigDecimal do checking type compatibilityLiang-Chi Hsieh2014-12-011-8/+3
* [SQL] add @group tab in limit() and count()Jacky Li2014-12-011-0/+4
* [SPARK-4258][SQL][DOC] Documents spark.sql.parquet.filterPushdownCheng Lian2014-12-011-6/+16
* Documentation: add description for repartitionAndSortWithinPartitionsMadhu Siddalingaiah2014-12-011-0/+6
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-013-3/+2
* [SPARK-4664][Core] Throw an exception when spark.akka.frameSize > 2047zsxwing2014-12-011-1/+8
* SPARK-2192 [BUILD] Examples Data Not in Binary DistributionSean Owen2014-12-011-0/+3
* Fix wrong file name pattern in .gitignoreKousuke Saruta2014-12-011-1/+1
* [SPARK-4632] version updatePrabeesh K2014-11-301-2/+2
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-11-300-0/+0
* [DOC] Fixes formatting typo in SQL programming guideCheng Lian2014-11-301-2/+0
* [SPARK-4656][Doc] Typo in Programming Guide markdownlewuathe2014-11-301-1/+1
* [SPARK-4623]Add the some error infomation if using spark-sql in yarn-cluster ...carlmartin2014-11-302-0/+11
* SPARK-2143 [WEB UI] Add Spark version to UI footerSean Owen2014-11-301-0/+10
* [DOCS][BUILD] Add instruction to use change-version-to-2.11.sh in 'Building f...Takuya UESHIN2014-11-301-0/+1
* SPARK-4507: PR merge script should support closing multiple JIRA ticketsTakayuki Hasegawa2014-11-291-7/+11
* [SPARK-4505][Core] Add a ClassTag parameter to CompactBuffer[T]zsxwing2014-11-291-8/+10
* [SPARK-4057] Use -agentlib instead of -Xdebug in sbt-launch-lib.bash for debu...Kousuke Saruta2014-11-291-1/+1
* Include the key name when failing on an invalid value.Stephen Haberman2014-11-291-1/+1
* [SPARK-3398] [SPARK-4325] [EC2] Use EC2 status checks.Nicholas Chammas2014-11-291-12/+36
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-11-290-0/+0
* [SPARK-4597] Use proper exception and reset variable in Utils.createTempDir()Liang-Chi Hsieh2014-11-281-1/+1
* SPARK-1450 [EC2] Specify the default zone in the EC2 script helpSean Owen2014-11-281-1/+1
* [SPARK-4584] [yarn] Remove security manager from Yarn AM.Marcelo Vanzin2014-11-281-46/+14
* [SPARK-4193][BUILD] Disable doclint in Java 8 to prevent from build error.Takuya UESHIN2014-11-287-6/+35
* [SPARK-4643] [Build] Remove unneeded staging repositories from buildDaoyuan Wang2014-11-281-24/+0
* Delete unnecessary functionKaiXinXiaoLei2014-11-281-7/+0
* [SPARK-4645][SQL] Disables asynchronous execution in Hive 0.13.1 HiveThriftSe...Cheng Lian2014-11-281-100/+39
* [SPARK-4619][Storage]delete redundant time suffixmaji20142014-11-281-1/+1
* [SPARK-4613][Core] Java API for JdbcRDDCheng Lian2014-11-273-5/+204
* [SPARK-4626] Kill a task only if the executorId is (still) registered with th...roxchkplusony2014-11-271-1/+7
* SPARK-4170 [CORE] Closure problems when running Scala app that "extends App"Sean Owen2014-11-273-34/+44