aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-039-54/+100
* [SPARK-15681][CORE] allow lowercase or mixed case log level string when calli...Xin Wu2016-06-032-7/+24
* [SPARK-15737][CORE] fix jetty warningbomeng2016-06-032-0/+2
* [SPARK-15714][CORE] Fix flaky o.a.s.scheduler.BlacklistIntegrationSuiteImran Rashid2016-06-033-25/+54
* [SPARK-15736][CORE] Gracefully handle loss of DiskStore filesJosh Rosen2016-06-023-6/+66
* [SPARK-15606][CORE] Use non-blocking removeExecutor call to avoid deadlocksPete Robbins2016-06-022-1/+9
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-021-3/+2
* [SPARK-15671] performance regression CoalesceRDD.pickBin with large #…Thomas Graves2016-06-011-3/+7
* [SPARK-15495][SQL] Improve the explain output for Aggregation operatorSean Zhong2016-06-011-2/+8
* [SPARK-15601][CORE] CircularBuffer's toString() to print only the contents wr...Tejas Patil2016-05-312-25/+43
* [SPARK-15670][JAVA API][SPARK CORE] label_accumulator_deprecate_in_java_spark...WeichenXu2016-05-311-0/+4
* [CORE][DOC][MINOR] typos + linksJacek Laskowski2016-05-311-2/+2
* [SPARK-15662][SQL] Add since annotation for classes in sql.catalogReynold Xin2016-05-312-2/+2
* [CORE][MINOR][DOC] Removing incorrect scaladocJacek Laskowski2016-05-311-3/+0
* [SPARK-15641] HistoryServer to not show invalid date for incomplete applicationcatapan2016-05-311-1/+2
* [SPARK-15638][SQL] Audit Dataset, SparkSession, and SQLContextReynold Xin2016-05-306-10/+11
* [SPARK-10530][CORE] Kill other task attempts when one taskattempt belonging t...Devaraj K2016-05-3017-22/+117
* [SPARK-15645][STREAMING] Fix some typos of Streaming moduleXin Ren2016-05-301-2/+2
* [SPARK-15633][MINOR] Make package name for Java tests consistentReynold Xin2016-05-271-1/+1
* [SPARK-15562][ML] Delete temp directory after program exit in DataFrameExampledding32016-05-271-2/+2
* [SPARK-15569] Reduce frequency of updateBytesWritten function in Disk…Sital Kedia2016-05-272-8/+7
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-267-8/+8
* [MINOR][CORE] Fixed doc for Accumulator2.addJoseph K. Bradley2016-05-261-4/+4
* [SPARK-8428][SPARK-13850] Fix integer overflows in TimSortSameer Agarwal2016-05-263-6/+30
* [SPARK-13148][YARN] document zero-keytab Oozie application launch; add diagno...Steve Loughran2016-05-261-2/+49
* [SPARK-10372] [CORE] basic test framework for entire spark schedulerImran Rashid2016-05-267-13/+728
* [SPARK-14269][SCHEDULER] Eliminate unnecessary submitStage() call.Takuya UESHIN2016-05-252-25/+17
* [MINOR][CORE] Fix a HadoopRDD log message and remove unused imports in rdd fi...Dongjoon Hyun2016-05-255-7/+4
* [SPARK-15345][SQL][PYSPARK] SparkSession's conf doesn't take effect when this...Jeff Zhang2016-05-251-0/+3
* [SPARK-9044] Fix "Storage" tab in UI so that it reflects RDD name change.Lukasz2016-05-253-2/+19
* [SPARK-15518] Rename various scheduler backend for consistencyReynold Xin2016-05-2414-107/+123
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-242-0/+9
* [MINOR][CORE][TEST] Update obsolete `takeSample` test case.Dongjoon Hyun2016-05-241-8/+7
* [SPARK-15433] [PYSPARK] PySpark core test should not use SerDe from PythonMLL...Liang-Chi Hsieh2016-05-241-1/+1
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-233-1/+23
* [SPARK-15468][SQL] fix some typosBo Meng2016-05-221-1/+1
* [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccu...Liang-Chi Hsieh2016-05-221-2/+5
* Fix the compiler error introduced by #13153 for Scala 2.10Shixiong Zhu2016-05-191-5/+5
* [SPARK-15317][CORE] Don't store accumulators for every task in listenersShixiong Zhu2016-05-197-16/+172
* [SPARK-15300] Fix writer lock conflict when remove a blockDavies Liu2016-05-192-8/+3
* [CORE][MINOR] Remove redundant set master in OutputCommitCoordinatorIntegrati...Sandeep Singh2016-05-191-1/+0
* [SPARK-15395][CORE] Use getHostString to create RpcAddressShixiong Zhu2016-05-181-4/+4
* [SPARK-15373][WEB UI] Spark UI should show consistent timezones.Dongjoon Hyun2016-05-187-28/+49
* [SPARK-15357] Cooperative spilling should check consumer memory modeDavies Liu2016-05-1814-96/+138
* [SPARK-15322][MLLIB][CORE][SQL] update deprecate accumulator usage into accum...WeichenXu2016-05-181-4/+4
* [SPARK-11735][CORE][SQL] Add a check in the constructor of SQLContext/SparkSe...Shixiong Zhu2016-05-171-1/+1
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-178-224/+1
* [SPARK-12972][CORE] Update org.apache.httpcomponents.httpclientSean Owen2016-05-151-6/+5
* [SPARK-15197][DOCS] Added Scaladoc for countApprox and countByValueApprox par...Nicholas Tietz2016-05-143-2/+53
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-132-2/+2