[jira] [Updated] (SPARK-24553) Job UI redirect causing http 302 error

2018-06-20 Thread Steven Kallman (JIRA)


 [ 
https://issues.apache.org/jira/browse/SPARK-24553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Kallman updated SPARK-24553:
---
Description: 
When on spark UI port 4040 jobs or stages tab, the href links for the 
individual jobs or stages are missing a '/' before the '?id' this causes a 
redirect to the address with a '/' which is breaking the use of a reverse proxy

 

localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2

localhost:4040/stages/stage?id=3=0 --> 
localhost:4040/stages/stage/?id=3=0

 

Updated with Pull Request --> https://github.com/apache/spark/pull/21600

  was:
When on spark UI port 4040 jobs or stages tab, the href links for the 
individual jobs or stages are missing a '/' before the '?id' this causes a 
redirect to the address with a '/' which is breaking the use of a reverse proxy

 

localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2

localhost:4040/stages/stage?id=3=0 --> 
localhost:4040/stages/stage/?id=3=0

 

Will submit pull request with proposed fix


> Job UI redirect causing http 302 error
> --
>
> Key: SPARK-24553
> URL: https://issues.apache.org/jira/browse/SPARK-24553
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.2.1, 2.3.0, 2.3.1
>Reporter: Steven Kallman
>Priority: Minor
>
> When on spark UI port 4040 jobs or stages tab, the href links for the 
> individual jobs or stages are missing a '/' before the '?id' this causes a 
> redirect to the address with a '/' which is breaking the use of a reverse 
> proxy
>  
> localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2
> localhost:4040/stages/stage?id=3=0 --> 
> localhost:4040/stages/stage/?id=3=0
>  
> Updated with Pull Request --> https://github.com/apache/spark/pull/21600



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-24553) Job UI redirect causing http 302 error

2018-06-14 Thread Steven Kallman (JIRA)


 [ 
https://issues.apache.org/jira/browse/SPARK-24553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Kallman updated SPARK-24553:
---
Description: 
When on spark UI port 4040 jobs or stages tab, the href links for the 
individual jobs or stages are missing a '/' before the '?id' this causes a 
redirect to the address with a '/' which is breaking the use of a reverse proxy

 

localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2

localhost:4040/stages/stage?id=3=0 --> 
localhost:4040/stages/stage/?id=3=0

 

Will submit pull request with proposed fix

  was:
When on spark UI port of 4040 jobs or stages tab, the href links for the 
individual jobs or stages are missing a '/' before the '?id' this causes a 
redirect to the address with a '/' which is breaking the use of a reverse proxy

 

localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2

localhost:4040/stages/stage?id=3=0 --> 
localhost:4040/stages/stage/?id=3=0

 

Will submit pull request with proposed fix


> Job UI redirect causing http 302 error
> --
>
> Key: SPARK-24553
> URL: https://issues.apache.org/jira/browse/SPARK-24553
> Project: Spark
>  Issue Type: Bug
>  Components: Web UI
>Affects Versions: 2.2.1, 2.3.0, 2.3.1
>Reporter: Steven Kallman
>Priority: Minor
>
> When on spark UI port 4040 jobs or stages tab, the href links for the 
> individual jobs or stages are missing a '/' before the '?id' this causes a 
> redirect to the address with a '/' which is breaking the use of a reverse 
> proxy
>  
> localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2
> localhost:4040/stages/stage?id=3=0 --> 
> localhost:4040/stages/stage/?id=3=0
>  
> Will submit pull request with proposed fix



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-24553) Job UI redirect causing http 302 error

2018-06-13 Thread Steven Kallman (JIRA)
Steven Kallman created SPARK-24553:
--

 Summary: Job UI redirect causing http 302 error
 Key: SPARK-24553
 URL: https://issues.apache.org/jira/browse/SPARK-24553
 Project: Spark
  Issue Type: Bug
  Components: Web UI
Affects Versions: 2.3.1, 2.3.0, 2.2.1
Reporter: Steven Kallman


When on spark UI port of 4040 jobs or stages tab, the href links for the 
individual jobs or stages are missing a '/' before the '?id' this causes a 
redirect to the address with a '/' which is breaking the use of a reverse proxy

 

localhost:4040/jobs/job?id=2 --> localhost:4040/jobs/job/?id=2

localhost:4040/stages/stage?id=3=0 --> 
localhost:4040/stages/stage/?id=3=0

 

Will submit pull request with proposed fix



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org