aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-074-8/+8
* [SPARK-17371] Resubmitted shuffle outputs can get deleted by zombie map tasksEric Liang2016-09-061-2/+0
* [SPARK-17316][CORE] Fix the 'ask' type parameter in 'removeExecutor'Shixiong Zhu2016-09-061-1/+1
* [SPARK-17110] Fix StreamCorruptionException in BlockManager.getRemoteValues()Josh Rosen2016-09-063-11/+13
* [SPARK-17308] Improved the spark core code by replacing all pattern match on ...Shivansh2016-09-041-21/+20
* [SPARK-16829][SPARKR] sparkR sc.setLogLevel doesn't workwm624@hotmail.com2016-09-031-1/+2
* [SPARK-16984][SQL] don't try whole dataset immediately when first partition d...Robert Kruszewski2016-09-021-3/+4
* [SPARK-17352][WEBUI] Executor computing time can be negative-number because o...Kousuke Saruta2016-09-021-2/+2
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-012-3/+3
* [SPARK-16533][CORE] resolve deadlocking in driver when executors dieAngus Gerry2016-09-014-67/+88
* [SPARK-17316][CORE] Make CoarseGrainedSchedulerBackend.removeExecutor non-blo...Shixiong Zhu2016-08-311-8/+9
* [SPARK-17243][WEB UI] Spark 2.0 History Server won't load with very large app...Alex Bozarth2016-08-304-3/+18
* [SPARK-17304] Fix perf. issue caused by TaskSetManager.abortIfCompletelyBlack...Josh Rosen2016-08-301-9/+13
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-3011-20/+207
* [SPARK-16967] move mesos to moduleMichael Gummelt2016-08-2619-3833/+1
* [SPARK-17240][CORE] Make SparkConf serializable again.Marcelo Vanzin2016-08-251-4/+7
* [SPARK-17193][CORE] HadoopRDD NPE at DEBUG log level when getLocationInfo == ...Sean Owen2016-08-252-15/+13
* [SPARK-15083][WEB UI] History Server can OOM due to unlimited TaskUIDataAlex Bozarth2016-08-244-5/+25
* [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the sam...Sean Owen2016-08-241-1/+1
* [SPARK-16550][SPARK-17042][CORE] Certain classes fail to deserialize in block...Eric Liang2016-08-222-4/+23
* [SPARK-17002][CORE] Document that spark.ssl.protocol. is required for SSLwm624@hotmail.com2016-08-211-1/+4
* [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't ...Bryan Cutler2016-08-201-4/+7
* [SPARK-11227][CORE] UnknownHostException can be thrown when NameNode HA is en...Kousuke Saruta2016-08-191-1/+21
* [SPARK-16673][WEB UI] New Executor Page removed conditional for Logs and Thre...Alex Bozarth2016-08-191-4/+3
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-191-1/+1
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-175-53/+28
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-154-80/+201
* [SPARK-11714][MESOS] Make Spark on Mesos honor port restrictions on coarse gr...Stavros Kontopoulos2016-08-153-19/+166
* [WIP][MINOR][TYPO] Fix several trivival typosZhenglai Zhang2016-08-142-2/+2
* [SPARK-16985] Change dataFormat from yyyyMMddHHmm to yyyyMMddHHmmsshongshen2016-08-124-5/+5
* [SPARK-13081][PYSPARK][SPARK_SUBMIT] Allow set pythonExec of driver and execu...Jeff Zhang2016-08-112-3/+19
* [SPARK-16868][WEB UI] Fix executor be both dead and alive on executor ui.huangzhaowei2016-08-111-0/+4
* [SPARK-13602][CORE] Add shutdown hook to DriverRunner to prevent driver proce...Bryan Cutler2016-08-111-48/+71
* [SPARK-16952] don't lookup spark home directory when executor uri is setMichael Gummelt2016-08-111-5/+5
* [SPARK-14743][YARN] Add a configurable credential manager for Spark running o...jerryshao2016-08-103-41/+8
* [SPARK-12920][CORE] Honor "spark.ui.retainedStages" to reduce mem-pressureRajesh Balamohan2016-08-101-2/+2
* [SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level for par...Liang-Chi Hsieh2016-08-102-0/+21
* [SPARK-16927][SPARK-16923] Override task properties at dispatcher.Timothy Chen2016-08-101-22/+22
* Make logDir easily copy/paste-ableAndrew Ash2016-08-091-1/+1
* [SPARK-16956] Make ApplicationState.MAX_NUM_RETRY configurableJosh Rosen2016-08-092-3/+6
* [SPARK-16809] enable history server links in dispatcher UIMichael Gummelt2016-08-096-10/+65
* [SPARK-16522][MESOS] Spark application throws exception on exit.Sun Rui2016-08-091-1/+6
* [SPARK-16606][CORE] Misleading warning for SparkContext.getOrCreate "WARN Spa...Sean Owen2016-08-091-4/+10
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-083-4/+0
* [SPARK-16953] Make requestTotalExecutors public Developer API to be consisten...Tathagata Das2016-08-081-1/+2
* [SPARK-16919] Configurable update interval for console progress barTejas Patil2016-08-081-11/+12
* [SPARK-16909][SPARK CORE] Streaming for postgreSQL JDBC driverPrince J Wesley2016-08-071-5/+11
* [SPARK-16925] Master should call schedule() after all executor exit events, n...Josh Rosen2016-08-061-10/+7
* [SPARK-16796][WEB UI] Mask spark.authenticate.secret on Spark environ…Artur Sukhenko2016-08-061-1/+3
* [MINOR] Update AccumulatorV2 doc to not mention "+=".petermaxlee2016-08-051-1/+1