6 Oracle NoSQL Database Hive統合クラス

Oracle NoSQL Databaseストアの表に格納されたデータに対するHive問合せの実行をサポートするために、次のコア・クラスが採用されています。
  • oracle.kv.hadoop.hive.table.TableStorageHandler
  • oracle.kv.hadoop.hive.table.TableHiveInputFormat
  • oracle.kv.hadoop.hive.table.TableHiveInputSplit
  • oracle.kv.hadoop.hive.table.TableHiveRecordReader
  • oracle.kv.hadoop.hive.table.TableSerDe
  • Oracle NoSQL Database表APIで定義されたプリミティブおよび非プリミティブのデータ型のデシリアライズをサポートする、Hive org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorインタフェースのOracle NoSQL Databaseに固有の実装。

詳細は、oracle.kv.hadoop.hive.table APIに関する項を参照してください。