[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-12-14 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19520 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-12-04 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/19520 We should close this. I don't see any user benefit in supporting slashes in app ids. --- - To unsubscribe, e-mail:

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-29 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue: https://github.com/apache/spark/pull/19520 I would like to ask, under what circumstances the application id will contain a forward slash? --- - To unsubscribe,

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread ajbozarth
Github user ajbozarth commented on the issue: https://github.com/apache/spark/pull/19520 I'm ok either way but if we add this we should probably make sure we cover this issue anywhere else it may pop up --- - To

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/19520 IMO non-URL friendly IDs (such as those containing slashes) also are not very user-friendly. So yes, this is a no-op for any case that we care about, but it's exposing what I consider a usability

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/19520 Should a cluster manager have to generate URL-friendly app IDs? I don't see a strong reason for that expectation. This doesn't affect any supported Spark integration, true. But this is basically a

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/19520 Which is not necessary if the cluster manager is doing the right thing, which it's not here. --- - To unsubscribe, e-mail:

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread alexnaspo
Github user alexnaspo commented on the issue: https://github.com/apache/spark/pull/19520 The only goal is to to make the executor page resilient to this --- - To unsubscribe, e-mail:

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/19520 The app id is something that the cluster manager should be setting, not users, and it's pretty easy for cluster manager to generate Spark-friendly IDs. So not sure what problem this would be

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread alexnaspo
Github user alexnaspo commented on the issue: https://github.com/apache/spark/pull/19520 I agree that a / in the appId is not necessarily a good practice. However, would you think that the executor page should be resilient to this regardless of that fact? ---

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread ajbozarth
Github user ajbozarth commented on the issue: https://github.com/apache/spark/pull/19520 I don't think this is something to "fix" in Spark, having slashes in the appId seems like a generally bad idea and this may not be the only place that it breaks things. Instead it may be better

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread alexnaspo
Github user alexnaspo commented on the issue: https://github.com/apache/spark/pull/19520 Yes, we can definitely remove it. However, it did take me a bit of time to determine why the executor page was broken. Was hoping to save this hassle for someone else in the future. It is unclear

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/19520 Could you not do that instead? Or not use slashes? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread alexnaspo
Github user alexnaspo commented on the issue: https://github.com/apache/spark/pull/19520 We set our own appId when running spark on Nomad. https://www.nomadproject.io/guides/spark/spark.html --- - To unsubscribe,

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread ajbozarth
Github user ajbozarth commented on the issue: https://github.com/apache/spark/pull/19520 I'm a bit confused by the issue this is addressing, how do you get an appId with a `/` in it to beh=gin with, last I checked appId formats were hard coded inside Spark ---

[GitHub] spark issue #19520: [SPARK-22298][WEB-UI] url encode APP id before generatin...

2017-10-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19520 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional