[GitHub] spark issue #18935: [SPARK-9104][CORE] Expose Netty memory metrics in Spark

2017-08-16 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18935 Thanks @zsxwing . I was thinking to expose the details of memory allocation in Netty for user to monitor and tune, user could filter out unrelated metrics. Maybe you're right, it is too ve

[GitHub] spark pull request #18962: [SPARK-21714][CORE][YARN] Avoiding re-uploading r...

2017-08-16 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18962#discussion_r133609050 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -330,18 +330,45 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark pull request #18948: Add the validation of spark.cores.max under Strea...

2017-08-16 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18948#discussion_r133610439 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -144,6 +144,13 @@ class StreamingContext private[streaming

[GitHub] spark pull request #18935: [SPARK-9104][CORE] Expose Netty memory metrics in...

2017-08-17 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18935#discussion_r133873922 --- Diff: pom.xml --- @@ -571,7 +571,7 @@ io.netty netty-all -4.0.43.Final +4.0.47.Final

[GitHub] spark pull request #18935: [SPARK-9104][CORE] Expose Netty memory metrics in...

2017-08-17 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18935#discussion_r133874147 --- Diff: common/network-common/src/main/java/org/apache/spark/network/util/TransportConf.java --- @@ -61,6 +62,7 @@ public TransportConf(String module

[GitHub] spark issue #18935: [SPARK-9104][CORE] Expose Netty memory metrics in Spark

2017-08-17 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18935 Jenkins, retest 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 #18905: [SPARK-21660][YARN][Shuffle] Yarn ShuffleService failed ...

2017-08-18 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18905 @LiShuMing any update on this? --- 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

[GitHub] spark pull request #18962: [SPARK-21714][CORE][YARN] Avoiding re-uploading r...

2017-08-18 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18962#discussion_r133905899 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -330,18 +330,45 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark pull request #18962: [SPARK-21714][CORE][YARN] Avoiding re-uploading r...

2017-08-18 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18962#discussion_r133907328 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -330,18 +330,45 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark issue #18935: [SPARK-9104][CORE] Expose Netty memory metrics in Spark

2017-08-18 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18935 Jenkins, retest 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 pull request #18962: [SPARK-21714][CORE][YARN] Avoiding re-uploading r...

2017-08-21 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18962#discussion_r134164754 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -330,18 +330,45 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark issue #18987: [SPARK-21775][Core]Dynamic Log Level Settings for execut...

2017-08-21 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18987 This seems like a super specific requirement, AFAIK there's no Hadoop related project support dynamically changing log level, do we really need this feature is Spark, do we have other worka

[GitHub] spark pull request #19014: [MINOR][CORE] Add missing kvstore module in Lauch...

2017-08-21 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/19014 [MINOR][CORE] Add missing kvstore module in Laucher and SparkSubmit code There're two code in Launcher and SparkSubmit will will explicitly list all the Spark submodules, newly added kv

[GitHub] spark issue #19014: [MINOR][CORE] Add missing kvstore module in Laucher and ...

2017-08-21 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/19014 CC @vanzin , please help to review, thanks! --- 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

[GitHub] spark pull request #19013: [SPARK-21728][core] Allow SparkSubmit to use Logg...

2017-08-22 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/19013#discussion_r134412535 --- Diff: core/src/main/scala/org/apache/spark/deploy/DependencyUtils.scala --- @@ -51,20 +51,13 @@ private[deploy] object DependencyUtils

[GitHub] spark pull request #19013: [SPARK-21728][core] Allow SparkSubmit to use Logg...

2017-08-22 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/19013#discussion_r134416301 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala --- @@ -81,40 +81,15 @@ class SparkHadoopUtil extends Logging

[GitHub] spark pull request #19013: [SPARK-21728][core] Allow SparkSubmit to use Logg...

2017-08-22 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/19013#discussion_r134412678 --- Diff: core/src/main/scala/org/apache/spark/deploy/DependencyUtils.scala --- @@ -96,4 +89,66 @@ private[deploy] object DependencyUtils

[GitHub] spark pull request #19013: [SPARK-21728][core] Allow SparkSubmit to use Logg...

2017-08-22 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/19013#discussion_r134414298 --- Diff: core/src/main/scala/org/apache/spark/deploy/DependencyUtils.scala --- @@ -96,4 +89,66 @@ private[deploy] object DependencyUtils

[GitHub] spark issue #18935: [SPARK-9104][CORE] Expose Netty memory metrics in Spark

2017-08-22 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18935 Hi @squito , thanks a lot for your review. This PR doesn't expose Netty metrics to MetricsSystem or collect to driver side (what did before), it just provides a way for `TransportClientFa

[GitHub] spark issue #18935: [SPARK-9104][CORE] Expose Netty memory metrics in Spark

2017-08-22 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18935 @squito , here is the list of full metrics I dumped from running application. By default, if we don't enable verbose metric, only 2 metrics ("usedHeapMemory" and "usedDi

[GitHub] spark issue #18905: [SPARK-21660][YARN][Shuffle] Yarn ShuffleService failed ...

2017-08-22 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18905 I have two questions about the fix: 1. Is it a good idea to change recovery path to other directory? Since recovery path is configured by user or figured out by yarn, so maybe YARN has

[GitHub] spark issue #18978: [SPARK-21737][YARN]Create communication channel between ...

2017-08-22 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18978 I have one question about the target of this PR: are we targeting to build a specific client to AM endpoint which only exists in yarn cluster mode, or we're targeting a general client to d

[GitHub] spark issue #18935: [SPARK-9104][CORE] Expose Netty memory metrics in Spark

2017-08-22 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/18935 @squito , as the next following step, I would expose these metrics with MetricsSystem, I'm thinking of exposing shuffle related Netty memory usage. For RPC related memory usage, I'm

[GitHub] spark pull request #18962: [SPARK-21714][CORE][YARN] Avoiding re-uploading r...

2017-08-22 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18962#discussion_r134645792 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -330,19 +332,21 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark pull request #19013: [SPARK-21728][core] Allow SparkSubmit to use Logg...

2017-08-22 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/19013#discussion_r134664683 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -202,7 +209,7 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark pull request #17495: [SPARK-20172][Core] Add file permission check whe...

2017-04-17 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17495#discussion_r111860131 --- Diff: core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala --- @@ -143,12 +156,26 @@ class FsHistoryProviderSuite

[GitHub] spark issue #17588: [SPARK-20275][UI] Do not display "Completed" column for ...

2017-04-17 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17588 Ping @srowen again. --- 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 wishes

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-17 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 @tgravescs , with the changes of history UI, REST API and web UI are now mixed. The base URL to list all the apps is through REST API. The key problem here is that in History Server we

[GitHub] spark issue #17495: [SPARK-20172][Core] Add file permission check when listi...

2017-04-18 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17495 Jenkins, retest 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 #17495: [SPARK-20172][Core] Add file permission check when listi...

2017-04-18 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17495 Jenkins, retest 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 pull request #17495: [SPARK-20172][Core] Add file permission check whe...

2017-04-18 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17495#discussion_r112095408 --- Diff: core/src/test/scala/org/apache/spark/deploy/SparkHadoopUtilSuite.scala --- @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17665: [SPARK-16742] Mesos Kerberos Support

2017-04-18 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17665#discussion_r112095984 --- Diff: resource-managers/yarn/src/test/resources/META-INF/services/org.apache.spark.deploy.yarn.security.ServiceCredentialProvider --- @@ -1 +0,0

[GitHub] spark pull request #17665: [SPARK-16742] Mesos Kerberos Support

2017-04-18 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17665#discussion_r112096515 --- Diff: resource-managers/yarn/src/test/resources/META-INF/services/org.apache.spark.deploy.yarn.security.ServiceCredentialProvider --- @@ -1 +0,0

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-18 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 Thanks @tgravescs for your reply. > on the history server I would expect spark.acls.enable=false and spark.history.ui.acls.enable=true, I can see where that could be confusing, perh

[GitHub] spark pull request #17665: [SPARK-16742] Mesos Kerberos Support

2017-04-19 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17665#discussion_r112142810 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -564,12 +566,22 @@ object SparkSubmit extends CommandLineUtils

[GitHub] spark pull request #17665: [SPARK-16742] Mesos Kerberos Support

2017-04-19 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17665#discussion_r112144166 --- Diff: core/src/main/scala/org/apache/spark/deploy/security/ConfigurableCredentialManager.scala --- @@ -41,15 +41,17 @@ import

[GitHub] spark pull request #17658: [SPARK-20355] Add per application spark version o...

2017-04-19 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17658#discussion_r112154490 --- Diff: core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala --- @@ -243,18 +243,19 @@ private[history] class FsHistoryProvider

[GitHub] spark pull request #17658: [SPARK-20355] Add per application spark version o...

2017-04-19 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17658#discussion_r112157871 --- Diff: core/src/main/scala/org/apache/spark/scheduler/SparkListenerBus.scala --- @@ -71,7 +71,6 @@ private[spark] trait SparkListenerBus

[GitHub] spark issue #17620: [SPARK-20305][Spark Core]Master may keep in the state of...

2017-04-19 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17620 I'm still not sure what issue you met during recovery and what will be happened if the issue is occurred? Looks from the fix you provided, what you mainly did is to shutdown rpcEnv,

[GitHub] spark pull request #17582: [SPARK-20239][Core] Improve HistoryServer's ACL m...

2017-04-19 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17582#discussion_r112358891 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/ApiRootResource.scala --- @@ -184,14 +184,27 @@ private[v1] class ApiRootResource extends

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-20 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 Jenkins, retest 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 pull request #17700: [SPARK-20391][Core] Rename memory related fields ...

2017-04-20 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/17700 [SPARK-20391][Core] Rename memory related fields in ExecutorSummay ## What changes were proposed in this pull request? This is a follow-up of #14617 to make the name of memory related

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112448150 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -405,9 +405,7 @@ class SparkContext(config: SparkConf) extends Logging

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112448477 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -50,22 +49,22 @@ import org.apache.spark.util.{JsonProtocol

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112452449 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -405,9 +405,7 @@ class SparkContext(config: SparkConf) extends Logging

[GitHub] spark issue #17700: [SPARK-20391][Core] Rename memory related fields in Exec...

2017-04-20 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17700 Thanks @squito for clarification, sorry I misunderstood it. Regarding this new `memoryMetrics`, will all the memory related metrics be shown here, like what you mentioned in the JIRA

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-20 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 Just update the description, please review again @vanzin , thanks! --- 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

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112594234 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -50,22 +49,22 @@ import org.apache.spark.util.{JsonProtocol

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112595579 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -50,22 +49,22 @@ import org.apache.spark.util.{JsonProtocol

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112595717 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -405,9 +405,7 @@ class SparkContext(config: SparkConf) extends Logging

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112596999 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -50,22 +49,22 @@ import org.apache.spark.util.{JsonProtocol

[GitHub] spark pull request #17638: [SPARK-20338][CORE]Spaces in spark.eventLog.dir a...

2017-04-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17638#discussion_r112603493 --- Diff: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala --- @@ -50,22 +49,22 @@ import org.apache.spark.util.{JsonProtocol

[GitHub] spark issue #17625: [SPARK-9103][WIP] Add Memory Tracking UI and track Netty...

2017-04-21 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17625 @jsoltren , a quick look at your current implementation, looks like you only track the Netty memory usage in `NettyBlockTransferService`, but in Spark there're some other places which will c

[GitHub] spark pull request #17700: [SPARK-20391][Core] Rename memory related fields ...

2017-04-24 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17700#discussion_r112879836 --- Diff: core/src/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala --- @@ -114,10 +114,16 @@ private[spark] object ExecutorsPage { val

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-24 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 Thanks @tgravescs for your comments. Do you think it is a good idea to read out ACLs when `mergeApplicationListing ` in [here](https://github.com/apache/spark/blob/master/core/src/main/scala/org

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-24 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 OK, thanks @tgravescs . --- 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 #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-24 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 What about branch 2.0, do we also need to backport to it @vanzin ? --- 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

[GitHub] spark issue #17582: [SPARK-20239][Core] Improve HistoryServer's ACL mechanis...

2017-04-24 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17582 OK, let me try it, thanks. --- 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 pull request #17755: [SPARK-20239][CORE][2.1-backport] Improve History...

2017-04-24 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/17755 [SPARK-20239][CORE][2.1-backport] Improve HistoryServer's ACL mechanism Current SHS (Spark History Server) has two different ACLs: * ACL of base URL, it is controll

[GitHub] spark issue #17755: [SPARK-20239][CORE][2.1-backport] Improve HistoryServer'...

2017-04-24 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17755 CC @vanzin , this backport can be merged to branch 2.0 cleanly. --- 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

[GitHub] spark issue #17755: [SPARK-20239][CORE][2.1-backport] Improve HistoryServer'...

2017-04-25 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17755 Thanks @vanzin . --- 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 wishes so

[GitHub] spark pull request #17755: [SPARK-20239][CORE][2.1-backport] Improve History...

2017-04-25 Thread jerryshao
Github user jerryshao closed the pull request at: https://github.com/apache/spark/pull/17755 --- 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 wishes so, or if the feature is

[GitHub] spark issue #17700: [SPARK-20391][Core] Rename memory related fields in Exec...

2017-04-26 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17700 @squito , do you have any further comment? Thanks! --- 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

[GitHub] spark pull request #17795: [SPARK-20517][UI] Fix broken history UI download ...

2017-04-27 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/17795 [SPARK-20517][UI] Fix broken history UI download link ## What changes were proposed in this pull request? The download link in history server UI is concatenated with

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-27 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 Jenkins, retest 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 #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 Jenkins, retest 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 #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 @ajbozarth the key point is that several spark applications doesn't have attempt id. It's not related to one attempt or two, for example: ``` {

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 This is due to my changes in #17582 , with this change, download API will verify with correct ACL, so if attemptId is not found, then `withSparkUI` will be failed to get correct SparkUI to do

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 @vanzin , can you please review this PR, thanks! The download link is broken after this change #17582 . Now it will check SparkUI with given appid and attemptId. Previous way of setting attemptId

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 @ajbozarth OK, I will verify it. --- 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

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 @ajbozarth , I checked the UI related to attemptId, seems fine without issue. Can you please point out in which code potentially has the regression? Thanks! --- If your project is set up for it

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-04-28 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 I assume only event log download will be effected with #17582 . --- 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

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-05-01 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 Thanks @vanzin , let me submit a patch for branch 2.0. --- 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

[GitHub] spark issue #17795: [SPARK-20517][UI] Fix broken history UI download link

2017-05-01 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17795 @vanzin , since branch 2.0 doesn't have this feature in UI (https://issues.apache.org/jira/browse/SPARK-11272), so I don't think it is required to fix in branch-2.0. --- If your proj

[GitHub] spark issue #17824: [SPARK-20421][core] Add a missing deprecation tag.

2017-05-01 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17824 @vanzin are we going to remove these listeners in future, or just keep them as deprecated? Some projects like Zeppelin explicitly depends on these listeners not only for code simplicity, but also

[GitHub] spark issue #17824: [SPARK-20421][core] Add a missing deprecation tag.

2017-05-01 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17824 Thanks @vanzin ! `SparkStatusTracker` depends on `JobProgressListener` which was already deprecated, will you remove this `JobProgressListener` and rewrite `SparkStatusTrack`? --- If your

[GitHub] spark pull request #17794: [SPARK-20518]Supplement the new blockidsuite unit...

2017-05-02 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17794#discussion_r114309758 --- Diff: core/src/test/scala/org/apache/spark/storage/BlockIdSuite.scala --- @@ -19,6 +19,8 @@ package org.apache.spark.storage import

[GitHub] spark pull request #17794: [SPARK-20518]Supplement the new blockidsuite unit...

2017-05-02 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17794#discussion_r114309837 --- Diff: core/src/test/scala/org/apache/spark/storage/BlockIdSuite.scala --- @@ -101,6 +129,30 @@ class BlockIdSuite extends SparkFunSuite

[GitHub] spark issue #17794: [SPARK-20518]Supplement the new blockidsuite unit tests

2017-05-02 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17794 Would you please update the title to add `[core]` like other PRs. --- 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

[GitHub] spark issue #17782: Reload credentials file config when app starts with chec...

2017-05-02 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17782 @victor-wong are you going to submit PR for branch-1.6, does this issue exist in master branch? Also would you please elaborate more about this issue, thanks. --- If your project is set up for

[GitHub] spark issue #17794: [SPARK-20518][CORE]Supplement the new blockidsuite unit ...

2017-05-03 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17794 The change LGTM, I think test PRs are always welcome. CC @srowen to see committer's comment. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] spark issue #17841: [SPARK-20577][DOC][CORE]Add REST API Documentation in Cl...

2017-05-03 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17841 I remember these REST APIs are not public APIs, it is only used for SparkSubmit internally. shall we add the docs about them? --- If your project is set up for it, you can reply to this email

[GitHub] spark issue #17841: [SPARK-20577][DOC][CORE]Add REST API Documentation in Cl...

2017-05-03 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17841 I think @srowen already clarified it very clearly, you can use it at your own risk, but to make it public and add to the doc should be well considered. --- If your project is set up for it, you

[GitHub] spark issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

2017-05-04 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17617 @holdenk , the basic problem is that Spark uses Hadoop FileSystem's statistics API to get bytesRead, bytesWrite per task. This statistics API is implemented by thread local variables, it

[GitHub] spark pull request #17866: [SPARK-20605][Core][Yarn][Mesos] Deprecate not us...

2017-05-04 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/17866 [SPARK-20605][Core][Yarn][Mesos] Deprecate not used AM and executor port configuration ## What changes were proposed in this pull request? After SPARK-10997, client mode Netty RpcEnv

[GitHub] spark issue #17870: [SPARK-20608] allow standby namenodes in spark.yarn.acce...

2017-05-05 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17870 Why not submit PR for master branch? From my understanding, your patch is trying to catch exception and continue to get tokens from others FS, right? --- If your project is set up for

[GitHub] spark pull request #17866: [SPARK-20605][Core][Yarn][Mesos] Deprecate not us...

2017-05-07 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17866#discussion_r115178712 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala --- @@ -429,8 +429,7 @@ private[spark] class

[GitHub] spark pull request #17872: [SPARK-20608] allow standby namenodes in spark.ya...

2017-05-07 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17872#discussion_r115182668 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HadoopFSCredentialProvider.scala --- @@ -48,9 +50,16 @@ private

[GitHub] spark pull request #17872: [SPARK-20608] allow standby namenodes in spark.ya...

2017-05-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17872#discussion_r115183873 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HadoopFSCredentialProvider.scala --- @@ -48,9 +50,16 @@ private

[GitHub] spark pull request #17872: [SPARK-20608] allow standby namenodes in spark.ya...

2017-05-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17872#discussion_r115184099 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HadoopFSCredentialProvider.scala --- @@ -48,9 +50,16 @@ private

[GitHub] spark pull request #17872: [SPARK-20608] allow standby namenodes in spark.ya...

2017-05-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17872#discussion_r115186429 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HadoopFSCredentialProvider.scala --- @@ -48,9 +50,16 @@ private

[GitHub] spark issue #17866: [SPARK-20605][Core][Yarn][Mesos] Deprecate not used AM a...

2017-05-08 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17866 Jenkins, retest 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 pull request #17872: [SPARK-20608] allow standby namenodes in spark.ya...

2017-05-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17872#discussion_r115200282 --- Diff: resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/security/HadoopFSCredentialProvider.scala --- @@ -22,6 +22,8 @@ import

[GitHub] spark issue #17872: [SPARK-20608] allow standby namenodes in spark.yarn.acce...

2017-05-08 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17872 This change may be conflicted with #17723 , but I think it is easy to resolve, CC @mgummelt . --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #17936: [SPARK-20638][Core][WIP]Optimize the CartesianRDD to red...

2017-05-10 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17936 Looks like there's a similar PR #17898 trying to address this issue, can you please elaborate your difference compared to that one? --- If your project is set up for it, you can reply to

[GitHub] spark issue #17936: [SPARK-20638][Core][WIP]Optimize the CartesianRDD to red...

2017-05-10 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17936 From my first glance, I have several questions: 1. If the parent's partition has already been cached in local blockmanager, do we need to cache again? 2. There will be situ

[GitHub] spark issue #17937: Reload credentials file config when app starts with chec...

2017-05-11 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17937 @victor-wong can you please update the PR title like other PRs? By seeing your description, seems the log is from old Spark version, in the latest Spark there'

[GitHub] spark issue #17937: Reload credentials file config when app starts with chec...

2017-05-11 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17937 Besides I guess this issue only exists in yarn cluster mode, can you also verify it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark issue #17963: [SPARK-20722][CORE] Replay newer event log that hasn't b...

2017-05-15 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17963 From my understanding, with your fix there will be a chance this event log file will be processed twice, this could be a big overhead if event log is very large. Also this PR looks more a

[GitHub] spark issue #17963: [SPARK-20722][CORE] Replay newer event log that hasn't b...

2017-05-15 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17963 I don't think so. Because `mergeApplicationListing` and `getAppUI` are running in two different threads, there could be a chance where this two methods are processing the same event file.

<    2   3   4   5   6   7   8   9   10   11   >