Re: [VOTE] Release Spark 3.2.0 (RC1)

2021-08-25 Thread Yi Wu
Hi Gengliang, I found another ticket: SPARK-36509 : Executors don't get rescheduled in standalone mode when worker dies And it already has the fix: https://github.com/apache/spark/pull/33818 Bests, Yi On Wed, Aug 25, 2021 at 9:49 PM Gengliang

Re: Add option to Spark UI to proxy to the executors?

2021-08-25 Thread Ankit Gupta
Hey Holden I can probably help you with that. We should probably pass the same configs to the application also,for the reverse proxy to work. Try setting the spark.ui.reverseProxy=true while running your application. I hope this will solve your issue. Best Regards Ankit Prakash Gupta On Thu,

Re: Add option to Spark UI to proxy to the executors?

2021-08-25 Thread Holden Karau
So I tried turning on the Spark exec UI proxy but it broke the Spark UI (in 3.1.2) and regardless of what URL I requested everything came back as text/html of the jobs page. Is anyone actively using this feature in prod? On Sun, Aug 22, 2021 at 5:58 PM Holden Karau wrote: > Oh cool. I’ll have

Re: [build system] quick jenkins restart

2021-08-25 Thread shane knapp ☠
aaand we're back! On Wed, Aug 25, 2021 at 9:24 AM shane knapp ☠ wrote: > i'll be: > - upgrading jenkins to the latest LTS > - moving jenkins to java 11 (from java 8) > - rebooting everything > > sorry for the disruption... there aren't many builds running right now so > i'll just get this

[build system] quick jenkins restart

2021-08-25 Thread shane knapp ☠
i'll be: - upgrading jenkins to the latest LTS - moving jenkins to java 11 (from java 8) - rebooting everything sorry for the disruption... there aren't many builds running right now so i'll just get this sorted. shane -- Shane Knapp Computer Guy / Voice of Reason UC Berkeley EECS Research /

Re: [VOTE] Release Spark 3.2.0 (RC1)

2021-08-25 Thread Gengliang Wang
Hi all, So, RC1 failed. After RC1 cut, we have merged the following bug fixes to branch-3.2: - Updates AuthEngine to pass the correct SecretKeySpec format - Fix NullPointerException in