/camus2hive

A simple script to automatically map new Camus partitions to Hive partitions for already existing Hive tables.

Primary LanguageShellApache License 2.0Apache-2.0

Camus2Hive

A simple script to automatically map new Camus partitions to Hive partitions.

Execute the script without arguments to see its usage and parameters description.

Hive tables

One way to use camus2hive is to manually create your Hive tables in advance. See the create_table file for an example of Hive table definition that works with camus2hive.

Alternatively, you can also let the script create and update your Hive tables automatically, but this requires that you have a schema repo available. See the AVRO-1124 JIRA ticket and patched up code for more info on how to get a proper schema repo.