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

problem building samza

2018-12-08 Thread blitzerr
Hi guys, I am having problem building and setting the ground running for the samza. I get this error when I try to build the project $./gradlew clean build FAILURE: Build failed with an exception. * What went wrong: Could not determine java version from '11.0.1'. * Try: Run with --stacktrace