Creating and Populating the rmvTable

Oracle NoSQL Database provides a separate distribution consisting of example programs and utility classes that you can use to explore various aspects of interacting with an Oracle NoSQL Database system. With respect to exploring the integration of Oracle NoSQL Database with Apache Hive, that separate example distribution provides a number of Java programs that you can use to create and populate example tables in the Oracle NoSQL Database store you deploy.

The first program is named LoadTableVehicle and is described in detail in the CountTableRows Support Programs appendix. A second program is named LoadRmvTable, and is described in this section, along with the schema employed when creating the table, as well as how to compile and execute the program.