[GitHub] spark pull request #22335: [SPARK-25091][Core] reduce the storage memory in ...

2018-09-08 Thread cfangplus
Github user cfangplus closed the pull request at: https://github.com/apache/spark/pull/22335 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark issue #22335: [SPARK-25091][Core] reduce the storage memory in Executo...

2018-09-08 Thread cfangplus
Github user cfangplus commented on the issue: https://github.com/apache/spark/pull/22335 viirya did a great job, seems this pr should be closed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark pull request #22341: [SPARK-24889][Core] Update block info when unpers...

2018-09-08 Thread cfangplus
Github user cfangplus commented on a diff in the pull request: https://github.com/apache/spark/pull/22341#discussion_r216127013 --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala --- @@ -646,7 +647,47 @@ private[spark] class AppStatusListener

[GitHub] spark pull request #22335: [SPARK-25091][SQL] reduce the storage memory in E...

2018-09-08 Thread cfangplus
Github user cfangplus commented on a diff in the pull request: https://github.com/apache/spark/pull/22335#discussion_r216123919 --- Diff: core/src/main/scala/org/apache/spark/status/LiveEntity.scala --- @@ -33,7 +29,9 @@ import org.apache.spark.storage.RDDInfo import

[GitHub] spark pull request #22335: [SPARK-25091][SQL] reduce the storage memory in E...

2018-09-08 Thread cfangplus
Github user cfangplus commented on a diff in the pull request: https://github.com/apache/spark/pull/22335#discussion_r216123864 --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala --- @@ -646,8 +646,17 @@ private[spark] class AppStatusListener

[GitHub] spark pull request #22335: [SPARK-25091][SQL] reduce the storage memory in E...

2018-09-08 Thread cfangplus
Github user cfangplus commented on a diff in the pull request: https://github.com/apache/spark/pull/22335#discussion_r216123775 --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusListener.scala --- @@ -710,9 +719,21 @@ private[spark] class AppStatusListener

[GitHub] spark pull request #22335: [SPARK-25091][SQL] reduce the storage memory in E...

2018-09-04 Thread cfangplus
GitHub user cfangplus opened a pull request: https://github.com/apache/spark/pull/22335 [SPARK-25091][SQL] reduce the storage memory in Executor Tab when … …unpersist rdd @zsxwing @vanzin @attilapiros ## What changes were proposed in this pull request