Description
Samza uses -d64 in some of its test options in build.gradle. When building on a 32-bit JVM, the JVM is unable to start for the tests, and the build fails. We should remove -d64 so that Samza can be built on 32-bit JVMs.
Samza uses -d64 in some of its test options in build.gradle. When building on a 32-bit JVM, the JVM is unable to start for the tests, and the build fails. We should remove -d64 so that Samza can be built on 32-bit JVMs.