Github user gurvindersingh commented on the issue:

    https://github.com/apache/spark/pull/13950
  
    @ajbozarth I have changed the information part when `reverseproxyUrl` is 
defined. Regarding accessing worker logs it is still working for me when 
worker, master and application are on different IP. Steps I used to test
    
    ```
    1. Run 3 docker container as
     - docker run -it -v /path/to/compiled/spark/with/patch:/spark java bash (I 
used the same folder in above steps)
    2. In one docker container start spark master, another worker and third 
spark-shell. Remember to give the spark-master IP as it is different IP for all 
of them now.
    3. Ran sample task in shell
    4. Go to  http://<spark-master-ip>:8080
    9. There you can go to application UI by going to application page and it 
is proxied from master ip as http://<spark-master-ip>:8080/proxy/app-id/
    10. Similarly on Stagetab and executors tab, I am able to access the links 
url as http://<spark-master-ip>:8080/proxy/worker-id/logPage/....
    ```
    
    I am not able to see the issue, can you details the step to reproduce.



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to