Hive Table Column Mapping
When creating a column mapping in hive all the data is being saved to the metastore. Example of a hive hbase column mapping: CREATE EXTERNAL TABLE hivetableName(Col String, Col1 String) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ("hbase.columns.mapping" = "colFamily:Col, colFamily:Col") TBLPROPERTIES("hbase.table.name" … Continue reading