[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-08-07 Thread jiangxb1987
Github user jiangxb1987 commented on the issue: https://github.com/apache/spark/pull/14601 @steveloughran Please feel free to reopen this PR. 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

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-08-06 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14601 I know this hasn't been updated, but it is still important. I can take it on if all it needs is a test case --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-07-23 Thread agsachin
Github user agsachin commented on the issue: https://github.com/apache/spark/pull/14601 Thanks @jiangxb2987 will add this test case by tomorrow and will be update the pr with results --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-07-23 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14601 gentle ping @agsachin. --- 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 #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-06-21 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14601 Testing should not be too hard. Here's my *untested* attempt ```scala val sconf = new SparkConf(false) sconf.set("fs.example.value", "true") val conf = new

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-06-21 Thread jiangxb1987
Github user jiangxb1987 commented on the issue: https://github.com/apache/spark/pull/14601 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 wishes

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-06-21 Thread jiangxb1987
Github user jiangxb1987 commented on the issue: https://github.com/apache/spark/pull/14601 add to whitelist --- 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 #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-06-21 Thread jiangxb1987
Github user jiangxb1987 commented on the issue: https://github.com/apache/spark/pull/14601 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 wishes

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-06-21 Thread jiangxb1987
Github user jiangxb1987 commented on the issue: https://github.com/apache/spark/pull/14601 @agsachin Are you still working on this? And if it is so, would you please update the description and provide some snapshot to demo the behaviors before & after the changes? It would also be

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-02-25 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14601 1. It's good to have some tests 2. I note that `appendS3AndSparkHadoopConfigurations()` has a weakness in how it propagates env vars: no propagation of the session environment

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-02-25 Thread agsachin
Github user agsachin commented on the issue: https://github.com/apache/spark/pull/14601 @steveloughran I have updated the pull request to fs.* --- 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 #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-02-25 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14601 spark.hadoop.fs.* would work. The (not yet shipped in ASF code) Azure Data Lake FS has, for reasons I don't know and have only just noticed, adopted "dfs.adl" as their prefix. That's

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-02-15 Thread agsachin
Github user agsachin commented on the issue: https://github.com/apache/spark/pull/14601 @lresendecan we go ahead with key.startsWith("fs."). so that we don't need to check so many conditions. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2017-02-09 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14601 (gentle ping @agsachin) --- 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 #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2016-10-06 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/spark/pull/14601 @agsachin Are you planning to address these updates on this PR ? It would be good to have this as part of Spark as it affects multiple usage scenarios in cloud platforms and other cases as well.

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2016-09-13 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14601 Could an automated test be done here. propagation can be tested with a a function run on the executor (such as a map) which fails if the required properties are missing 1. (set

[GitHub] spark issue #14601: [SPARK-13979][Core] Killed executor is re spawned withou...

2016-08-21 Thread steveloughran
Github user steveloughran commented on the issue: https://github.com/apache/spark/pull/14601 I'd like to propose that the list of filesystem properties to propagate is actually defined as a list in a spark property, default could be "fs.s3a, fs.s3n, fs.s3, fs.swift, fs.wasb". This