Re: problem building samza

2018-12-09 Thread blitzerr
Thanks a lot Yi. I found that online and replaced jdk11 with jdk8 and it worked. Thanks a lot for replying. Appreciate your help On Sun, Dec 9, 2018, 00:24 Yi Pan HI, blitzerr, > > I don't think that Samza's official build supports jdk11 yet (please see > some earlier discussion in the dev list r

Re: problem building samza

2018-12-09 Thread Yi Pan
HI, blitzerr, I don't think that Samza's official build supports jdk11 yet (please see some earlier discussion in the dev list regarding to Openjdk11. You would probably still need to set your compilation jdk to Java8 and run: gradle -b bootstrap.gradle to setup the gradlew wrapper for Samza. -Yi