aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SPARK-2624 add datanucleus jars to the container in yarn-clusterJim Lim2014-12-033-0/+157
* [SPARK-4717][MLlib] Optimize BLAS library to avoid de-reference multiple time...DB Tsai2014-12-031-39/+60
* [SPARK-4708][MLLib] Make k-mean runs two/three times faster with dense/sparse...DB Tsai2014-12-035-68/+70
* [SPARK-4710] [mllib] Eliminate MLlib compilation warningsJoseph K. Bradley2014-12-032-8/+10
* [SPARK-4672][Core]Checkpoint() should clear f to shorten the serialization chainJerryLead2014-12-021-3/+6
* [SPARK-4672][GraphX]Non-transient PartitionsRDDs will lead to StackOverflow e...JerryLead2014-12-022-2/+2
* [SPARK-4672][GraphX]Perform checkpoint() on PartitionsRDD to shorten the lineageJerryLead2014-12-022-0/+8
* [Release] Translate unknown author names automaticallyAndrew Or2014-12-022-18/+111
* [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
* [SPARK-4686] Link to allowed master URLs is brokenKay Ousterhout2014-12-021-1/+1
* [SPARK-4611][MLlib] Implement the efficient vector normDB Tsai2014-12-024-6/+79
* [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-2192 [BUILD] Examples Data Not in Binary DistributionSean Owen2014-12-011-0/+3
* [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-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-4597] Use proper exception and reset variable in Utils.createTempDir()Liang-Chi Hsieh2014-11-281-1/+1
* HOTFIX: Rolling back incorrect version changePatrick Wendell2014-11-281-1/+1
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-11-2829-30/+30
* Preparing Spark release v1.2.0-rc1Patrick Wendell2014-11-2829-29/+29
* Updating version in package.scalaPatrick Wendell2014-11-281-1/+1
* Revert "Preparing Spark release v1.2.0-rc1"Patrick Wendell2014-11-2829-29/+29
* Revert "Preparing development version 1.2.1-SNAPSHOT"Patrick Wendell2014-11-2829-30/+30
* Preparing development version 1.2.1-SNAPSHOTPatrick Wendell2014-11-2829-30/+30
* Preparing Spark release v1.2.0-rc1Patrick Wendell2014-11-2829-29/+29
* [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-4645][SQL] Disables asynchronous execution in Hive 0.13.1 HiveThriftSe...Cheng Lian2014-11-281-100/+39
* [SPARK-4308][SQL] Sets SQL operation state to ERROR when exception is thrownCheng Lian2014-11-283-29/+21
* [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
* [Release] Automate generation of contributors listAndrew Or2014-11-262-0/+330
* [SPARK-732][SPARK-3628][CORE][RESUBMIT] eliminate duplicate update on accmulatorCodingCat2014-11-264-30/+67
* [BRANCH-1.2][SPARK-4583][MLLIB] LogLoss for GradientBoostedTrees fix + doc up...Joseph K. Bradley2014-11-266-70/+147