[GitHub] spark pull request #19426: [SPARK-22190][CORE] Add Spark executor task metri...

2017-10-27 Thread umehrot2
Github user umehrot2 commented on a diff in the pull request: https://github.com/apache/spark/pull/19426#discussion_r147537143 --- Diff: core/src/main/scala/org/apache/spark/executor/Executor.scala --- @@ -406,6 +406,41 @@ private[spark] class Executor

[GitHub] spark pull request #18707: [SPARK-21503][UI]: Spark UI shows incorrect task ...

2017-07-28 Thread umehrot2
Github user umehrot2 commented on a diff in the pull request: https://github.com/apache/spark/pull/18707#discussion_r130206517 --- Diff: core/src/test/scala/org/apache/spark/ui/StagePageSuite.scala --- @@ -84,6 +84,19 @@ class StagePageSuite extends SparkFunSuite with

[GitHub] spark pull request #18711: [SPARK-21506][DOC]The description of "spark.execu...

2017-07-28 Thread umehrot2
Github user umehrot2 commented on a diff in the pull request: https://github.com/apache/spark/pull/18711#discussion_r130201065 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala --- @@ -580,7 +580,13 @@ private[deploy] class Master( * The number of

[GitHub] spark pull request #17791: Fix reading of HIVE ORC table with varchar/char c...

2017-04-27 Thread umehrot2
GitHub user umehrot2 opened a pull request: https://github.com/apache/spark/pull/17791 Fix reading of HIVE ORC table with varchar/char columns in Spark SQL should not fail ## What changes were proposed in this pull request? Reading from a Hive ORC table containing char

[GitHub] spark issue #17445: [SPARK-20115] [CORE] Fix DAGScheduler to recompute all t...

2017-04-20 Thread umehrot2
Github user umehrot2 commented on the issue: https://github.com/apache/spark/pull/17445 @kayousterhout @mridulm @rxin @lins05 @markhamstra @tgravescs @squito Can you take a look at this ? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #17445: [SPARK-20115] [CORE] Fix DAGScheduler to recompute all t...

2017-04-10 Thread umehrot2
Github user umehrot2 commented on the issue: https://github.com/apache/spark/pull/17445 @kayousterhout @mridulm @rxin @lins05 Can you take a look at this PR ? --- 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 #17445: [SPARK-20115] [CORE] Fix DAGScheduler to recompute all t...

2017-04-03 Thread umehrot2
Github user umehrot2 commented on the issue: https://github.com/apache/spark/pull/17445 Jenkins test this please. --- 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 not have this feature enabled and

[GitHub] spark issue #17445: [SPARK-20115] [CORE] Fix DAGScheduler to recompute all t...

2017-03-29 Thread umehrot2
Github user umehrot2 commented on the issue: https://github.com/apache/spark/pull/17445 @kayousterhout Thanks for your response, and for that link. Well it does seem like #17088 addresses the same issue as this PR. However, I would like the you all to review this PR as well

[GitHub] spark pull request #17445: [SPARK-20115] [CORE] Fix DAGScheduler to recomput...

2017-03-27 Thread umehrot2
GitHub user umehrot2 opened a pull request: https://github.com/apache/spark/pull/17445 [SPARK-20115] [CORE] Fix DAGScheduler to recompute all the lost shuffle blocks when external shuffle service is unavailable ## What changes were proposed in this pull request? The Spark’s