Re: Java 11 Checkin again

2022-09-02 Thread Malcolm McFarland
Hi all, I've been doing a little bit of testing with Samza and Hadoop 3.3.4; afaict, in light testing, Samza seems to work fine using the 2.10.x hadoop-yarn library against a YARN cluster running 3.3.x. As Jamie pointed out, YARN didn't incorporate Java 11 compatibility until v3.3.0 ( https://hado

Re: Java 11 Checkin again

2022-09-02 Thread James DeMichele
Hey Yi, Thanks for getting back to me. I have not tried the older yarn cluster version yet in the Samza app running against 3.3.4 but I am wary it would work. Yarn itself is not compatible at 2.10.1 with Java 11 so you would have to update yarn even if the Java library here wasn't updated. Could

Re: Running v1.7.0 locally

2022-09-02 Thread Yi Pan
Hey, Malcolm, Thanks for reporting this issue. Could you open a JIRA to track that? Best! -Yi On Mon, Aug 29, 2022 at 5:53 PM Malcolm McFarland wrote: > Hey folks, > > I've recently been attempting to upgrade our legacy application from Samza > 1.5.1 to 1.7.0. With version 1.5.1, I've had no

Re: Java 11 Checkin again

2022-09-02 Thread Yi Pan
Hey, James, Thanks for the ping. @prateek, can we have someone to review this change? One question: have you tested the change w/ the older YARN cluster version (running 2.10.1)? If this change requires YARN cluster upgrade to 3.3.4 as well, that may be a breaking change to existing Samza users (

Java 11 Checkin again

2022-09-02 Thread James DeMichele
Hey y'all. I just am not sure how to get some traction on these Java 11 PRs. https://github.com/apache/samza/pull/1628 https://github.com/apache/samza-hello-samza/pull/87 Would someone that is a maintainer for Samza just let us know that y'all are looking at them? I can stop pestering you :) I r