Re: Move to JDK-11

2025-05-06 Thread Vlad Rozov
I am looking to upgrade Apache Spark 4.x to use Apache Hive 4.x as both compile and runtime dependencies. Spark 4.x requires JDK 17 and while working on upgrade I have not encountered issues caused by Hive using JDK 8. I will keep an eye and report any, though I don't expect to see a problem til

Re: HIVE-28943: Stop keeping removed files from hive-site

2025-05-06 Thread Shohei Okumiya
Hi Simhadri, Thanks for sharing the context and reviewing it. I additionally tested it in my local environment, and I didn't see obvious problems, so I will merge it in a few days. Thanks, Okumin On Tue, May 6, 2025 at 5:39 PM Simhadri G wrote: > > Hi Shohei Okumiy, > > > Regarding keeping th

Re: HIVE-28943: Stop keeping removed files from hive-site

2025-05-06 Thread Simhadri G
Hi Shohei Okumiy, Regarding keeping the old files, I just wanted to have a fall back in case any new changes broke the website. Since the website is stable now, I think we can get rid of the old files. Thanks for the PR. Simhadri G On Tue, May 6, 2025 at 1:49 PM Shohei Okumiya wrote: > Hi

HIVE-28943: Stop keeping removed files from hive-site

2025-05-06 Thread Shohei Okumiya
Hi, I found pages removed from hive-site are not removed from https://hive.apache.org/. That's probably because our CI/CD pipeline doesn't remove files from the publish branch, i.e., asf-site. https://github.com/apache/hive-site/tree/asf-site We should solve this issue so users don't go to obsol