gengliangwang commented on PR #31774:
URL: https://github.com/apache/spark/pull/31774#issuecomment-1096869441

   @ornew @PerilousApricot I think I got your point now. You would like to use 
the revert proxy feature on a single Spark node, instead of standalone mode 
with master/worker.
   The issue happens if the proxy prefix URL contains `proxy`. For example, the 
URL is "/proxy/4040" and the APP ID will be processed as 4040.
   It seems that we can always get the APP id via the rest API, but I am not 
sure if that would cause any problem. A better fix is to check if the prefix 
URL contains the word "prefix" or "history"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to