1. create [external] table t1(id int, value string) stored by 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' with serdeproperties('hbase.column.mapping'=':key,f:name');

如果想创建一个指向已经存在的HBase表的话,需要使用external 




相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-12-30
  • 2022-12-23
  • 2021-10-04
猜你喜欢
  • 2021-07-10
  • 2021-07-14
  • 2021-07-08
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案