[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-07-24 Thread dosoft
Github user dosoft commented on a diff in the pull request: https://github.com/apache/spark/pull/18328#discussion_r129031454 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -106,6 +105,11 @@ class CacheManager extends Logging

[GitHub] spark issue #16924: [SPARK-19531] Send UPDATE_LENGTH for Spark History servi...

2017-06-24 Thread dosoft
Github user dosoft commented on the issue: https://github.com/apache/spark/pull/16924 This issue has been reported by our customer as following: "Subsequently connecting to spark thriftserver via beeline and running any MR job, it doesnt get reflected in spark history s

[GitHub] spark issue #16924: [SPARK-19531] Send UPDATE_LENGTH for Spark History servi...

2017-06-23 Thread dosoft
Github user dosoft commented on the issue: https://github.com/apache/spark/pull/16924 Just an example of the use case. This issue affects all long-life apps. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark issue #16924: [SPARK-19531] Send UPDATE_LENGTH for Spark History servi...

2017-06-23 Thread dosoft
Github user dosoft commented on the issue: https://github.com/apache/spark/pull/16924 @cloud-fan spark thriftserver as long-running application? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-06-16 Thread dosoft
GitHub user dosoft opened a pull request: https://github.com/apache/spark/pull/18328 [SPARK-21121][SQL] Support changing storage level via the spark.sql.inMemoryColumnarStorage.level variable ## What changes were proposed in this pull request? As described in title

[GitHub] spark pull request #16924: [SPARK-19531] Send UPDATE_LENGTH for Spark Histor...

2017-02-16 Thread dosoft
Github user dosoft commented on a diff in the pull request: https://github.com/apache/spark/pull/16924#discussion_r101487342 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -137,7 +138,13 @@ private[spark] class EventLoggingListener

[GitHub] spark pull request #16924: [SPARK-19531] Send UPDATE_LENGTH for Spark Histor...

2017-02-14 Thread dosoft
Github user dosoft commented on a diff in the pull request: https://github.com/apache/spark/pull/16924#discussion_r101161834 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -137,7 +138,13 @@ private[spark] class EventLoggingListener

[GitHub] spark pull request #16924: [SPARK-19531] Send UPDATE_LENGTH for Spark Histor...

2017-02-14 Thread dosoft
GitHub user dosoft opened a pull request: https://github.com/apache/spark/pull/16924 [SPARK-19531] Send UPDATE_LENGTH for Spark History service ## What changes were proposed in this pull request? During writing to the .inprogress file (stored on the HDFS) Hadoop doesn't

[GitHub] spark pull request: [SPARK-14261][SQL] Memory leak in Spark Thrift...

2016-05-05 Thread dosoft
GitHub user dosoft opened a pull request: https://github.com/apache/spark/pull/12932 [SPARK-14261][SQL] Memory leak in Spark Thrift Server Fixed memory leak (HiveConf in the CommandProcessorFactory) You can merge this pull request into a Git repository by running: $ git

[GitHub] spark pull request: [SPARK-14990][SQL] nvl, coalesce, array with p...

2016-04-28 Thread dosoft
GitHub user dosoft opened a pull request: https://github.com/apache/spark/pull/12768 [SPARK-14990][SQL] nvl, coalesce, array with parameter of type 'array' ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How

[GitHub] spark pull request: SPARK-2905 Fixed path sbin = bin

2014-08-07 Thread dosoft
GitHub user dosoft opened a pull request: https://github.com/apache/spark/pull/1835 SPARK-2905 Fixed path sbin = bin You can merge this pull request into a Git repository by running: $ git pull https://github.com/dosoft/spark SPARK-2905 Alternatively you can review and apply