Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The hbase.columns.mapping property is required and will be explained in the next section. The hbase.table.name property is optional; it controls the name of the table as known by HBase, and allows the Hive table to have a different name. In this example, the table is known as hbase_table_1 within Hive, and as xyz within HBase. If not specified, then the Hive and HBase and HBase table names will be identical. The hbaseThe hbase.mapred.output.outputtable property is  property is optional; it's needed if you plan to insert data to the table (the property is used by hbase.mapreduce.TableOutputFormat)

...