Cloudera 7中的Hive不支持的接口和功能:
Unsupported Interfaces
Druid
Hcat CLI
Hive CLI (replaced by Beeline)
Hive View
LLAP (available in CDP Public Cloud only)
MapReduce execution engine (replaced by Tez)
Pig
S3 (available in CDP Public Cloud only)
Spark execution engine (replaced by Tez)
Spark thrift server
Spark and Hive tables interoperate using the Hive Warehouse Connector.
SQL Standard Authorization
Tez View
WebHCat
Unsupported Features:
does not support the following features that were available in HDP and CDH platforms:
CREATE TABLE that specifies a managed table location
Do not use the LOCATION clause to create a managed table. Hive assigns a default location in the warehouse to managed tables.
CREATE INDEX
Hive builds and stores indexes in ORC or Parquet within the main table, instead of a different table, automatically. Set hive.optimize.index.filter to enable use (not recommended--use materialized views instead). Existing indexes are preserved and migrated in Parquet or ORC to CDP during upgrade.
参考:
https://docs.cloudera.com/runtime/7.2.2/hive-introduction/topics/hive-unsupported.html
https://docs.cloudera.com/runtime/7.2.2/hive-introduction/topics/hive_content_roadmap.html