Description
When installing Samza with the default options:
git clone http://git-wip-us.apache.org/repos/asf/samza.git
cd samza
./gradlew clean build
I obtained the version 0.10.0.
During the installation process I saw the same error that got when installing the 0.8 version, which was referenced in this case.
SAMZA-747 <https://issues.apache.org/jira/browse/SAMZA-747
I bypassed it by comenting the code inside the code inside TestRocksDBKeyValueStore.scala .
In version 0.9.1 I got no error.
Currently I cannot reproduce it as my platform is being used for another project.