aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-07-0630-30/+30
* Preparing Spark release v1.4.1-rc3Patrick Wendell2015-07-0630-30/+30
* Revert "[SPARK-8781] Fix variables in published pom.xml are not resolved"Andrew Or2015-07-062-12/+15
* [SPARK-8819] Fix build for maven 3.3.xAndrew Or2015-07-062-2/+26
* [SPARK-8463][SQL] Use DriverRegistry to load jdbc driver at writing pathLiang-Chi Hsieh2015-07-061-5/+6
* Preparing development version 1.4.2-SNAPSHOTPatrick Wendell2015-07-0230-30/+30
* Preparing Spark release v1.4.1-rc2Patrick Wendell2015-07-0230-30/+30
* [SPARK-8803] handle special characters in elements in crosstabBurak Yavuz2015-07-024-5/+50
* [SPARK-8776] Increase the default MaxPermSizeYin Huai2015-07-023-4/+4
* [SPARK-8501] [SQL] Avoids reading schema from empty ORC files (backport to 1.4)Cheng Lian2015-07-024-48/+136
* fix string order for non-ascii characterDavies Liu2015-07-022-1/+7
* [SPARK-8781] Fix variables in published pom.xml are not resolvedAndrew Or2015-07-023-17/+12
* [SPARK-8746] [SQL] update download link for Hive 0.13.1Christian Kadner2015-07-021-1/+1
* [SPARK-8787] [SQL] Changed parameter order of @deprecated in package object sqlVinod K C2015-07-021-1/+1
* [DOCS] Fix minor wrong lambda expression example.Kousuke Saruta2015-07-021-1/+1
* [SPARK-8687] [YARN] Fix bug: Executor can't fetch the new set configuration i...huangzhaowei2015-07-011-1/+6
* [SPARK-8769] [TRIVIAL] [DOCS] toLocalIterator should mention it results in ma...Holden Karau2015-07-011-0/+4
* [SPARK-8754] [YARN] YarnClientSchedulerBackend doesn't stop gracefully in fai...Devaraj K2015-07-011-1/+3
* [SPARK-8766] support non-ascii character in column namesDavies Liu2015-07-013-2/+12
* [SPARK-3444] [CORE] Restore INFO level after log4j test.Marcelo Vanzin2015-07-011-5/+11
* [SPARK-7820] [BUILD] Fix Java8-tests suite compile and test error under sbtjerryshao2015-07-012-2/+10
* [SPARK-8621] [SQL] support empty string as column nameWenchen Fan2015-07-012-2/+9
* [SPARK-8535] [PYSPARK] PySpark : Can't create DataFrame from Pandas dataframe...x1-2015-06-301-1/+3
* [SPARK-8563] [MLLIB] Fixed a bug so that IndexedRowMatrix.computeSVD().U.numC...lee192015-06-302-1/+12
* [SPARK-8372] Do not show applications that haven't recorded their app ID yet.Marcelo Vanzin2015-06-302-60/+147
* [SPARK-8736] [ML] GBTRegressor should not threshold predictionJoseph K. Bradley2015-06-302-3/+23
* [SPARK-8628] [SQL] Race condition in AbstractSparkSQLParser.parseVinod K C2015-06-302-3/+5
* [SPARK-8619] [STREAMING] Don't recover keytab and principal configuration wit...huangzhaowei2015-06-301-2/+14
* [SPARK-8630] [STREAMING] Prevent from checkpointing QueueInputDStreamzsxwing2015-06-305-8/+56
* [SPARK-8679] [PYSPARK] [MLLIB] Default values in Pipeline API should be immut...MechCoder2015-06-302-7/+21
* [SPARK-8437] [DOCS] Corrected: Using directory path without wildcard for file...Sean Owen2015-06-301-3/+5
* [SPARK-7756] [CORE] More robust SSL options processing.Tim Ellison2015-06-304-23/+85
* [SPARK-8715] ArrayOutOfBoundsException fixed for DataFrameStatSuite.crosstabBurak Yavuz2015-06-291-1/+1
* Revert "[SPARK-8437] [DOCS] Using directory path without wildcard for filenam...Andrew Or2015-06-291-6/+2
* [SPARK-8410] [SPARK-8475] remove previous ivy resolution when using spark-submitBurak Yavuz2015-06-292-17/+26
* [SPARK-8437] [DOCS] Using directory path without wildcard for filename slow f...Sean Owen2015-06-291-2/+6
* [SPARK-7287] [SPARK-8567] [TEST] Add sc.stop to applications in SparkSubmitSuiteYin Huai2015-06-293-0/+3
* [SPARK-8634] [STREAMING] [TESTS] Fix flaky test StreamingListenerSuite "recei...zsxwing2015-06-291-1/+1
* [SPARK-8710] [SQL] Change ScalaReflection.mirror from a val to a def.Yin Huai2015-06-291-2/+6
* [HOTFIX] Fix whitespace style errorMichael Armbrust2015-06-291-2/+1
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite (1...Yin Huai2015-06-291-0/+9
* [SPARK-7810] [PYSPARK] solve python rdd socket connection problemAi He2015-06-291-3/+15
* [SQL] [MINOR] Skip unresolved expression for InConversionscwf2015-06-291-0/+3
* [SPARK-8681] fixed wrong ordering of columns in crosstabBurak Yavuz2015-06-292-16/+20
* [SQL][DOCS] Remove wrong example from DataFrame.scalaKousuke Saruta2015-06-291-2/+0
* Revert "[SPARK-8372] History server shows incorrect information for applicati...Andrew Or2015-06-292-53/+28
* [SPARK-8355] [SQL] Python DataFrameReader/Writer should mirror ScalaCheolsoo Park2015-06-292-0/+15
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-272-15/+53
* [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" documentNeelesh Srinivas Salian2015-06-271-82/+82
* [SPARK-8639] [DOCS] Fixed Minor Typos in DocumentationRosstin2015-06-272-2/+2