Impala can't access all hive table

前端 未结 3 644
悲哀的现实
悲哀的现实 2020-12-30 02:39

I try to query hbase data through hive (I\'m using cloudera). I did a fiew hive external table pointing to hbase but the thing is Cloudera\'s Impala doesn\'t have an access

3条回答
  •  天命终不由人
    2020-12-30 03:02

    Beneath is the ? online help explanation: Missing some tables? In order to update the list of tables/metadata seen by Impala, execute one of these queries:

    "invalidate metadata" invalidates the entire catalog metadata. All table metadata will be reloaded on the next access.
    "invalidate metadata " invalidates the metadata, load on the next access
    "refresh 
    " refreshes the metadata immediately. It is a faster, incremental refresh.

    提交回复
    热议问题