Create and Populate rmvTable with Example Data

Assuming an Oracle NoSQL Database store (either non-secure or secure) has been deployed with KVHOME equal to /opt/oracle/kv-ee, the LoadRmvTable program supplied in the separate Oracle NoSQL Database example distribution can be executed to create and populate the table named rmvTable. Before executing LoadRmvTable though, that program must first be compiled. To do this, assuming you have installed the example distribution under the directory /opt/oracle/nosql/apps/kv/examples, type the following from your client node's command line:

cd /opt/oracle/nosql/apps/kv
javac -classpath \
    /opt/oracle/kv-ee/lib/kvclient.jar:examples \
    examples/hadoop/hive/table/LoadRmvTable.java

This should produce the file:

/opt/oracle/nosql/apps/kv/examples/hadoop/hive/table/LoadRmvTable.class