Hops Database abstraction layer for storing the hops metadata in MySQL Cluster
mvn clean install -DskipTests
If you get an error that LIBNDBPATH is not set (or not correct), go to the Hops folder, and then the /target/lib folder. Copy the complete path (find it with pwd), and add it to your .bashrc file:
export LIBNDBPATH=<your path here, e.g. /home/user/hops/hops/target/lib>
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBNDBPATH
And reload bashrc with:
source ~/.bashrc
Updates to the schema should be done in the schema/update-schema_XXX.sql corresponding to the version you are working on.
Hops-Metadata-dal-impl-ndb is released under an GPL 2.0 license.