Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: apply monospace format to hive --service (to avoid conversion to em-dash)

...

Code Block
<property>
    <name>hive.metastore.rawstore.impl</name>
    <value>org.apache.hadoop.hive.metastore.hbase.HBaseStore</value>
  </property>
  <property>
    <name>hive.metastore.fastpath</name>
    <value>true</value>
  </property>

 

Now start Hive as normal, all should just work.

hive —service --service hbaseschematool install

creates all the hbase tables.