Unsupported Interfaces and Features
You need to know the interfaces available in HDP or CDH platforms that are no longer supported in CDP. Some features you might have used are also unsupported.
Unsupported Interfaces
- Druid
- Hcat CLI (however HCatalog is supported)
- Hive CLI (replaced by Beeline)
- Hive View UI feature in Ambari
- LLAP
- MapReduce execution engine (replaced by Tez)
- Pig
- S3 for storing tables (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 UI feature in Ambari
- WebHCat
You can use Hue in lieu of Hive View.
Storage Based Authorization
Storage Based Authorization (SBA) is no longer supported in CDP. Ranger integration with Hive metastore provides consistency in Ranger authorization enabled in HiveServer (HS2). SBA did not provide authorization support for metadata that does not have a file/directory associated with it. Ranger-based authorization has no such limitation.
Partially unsupported interfaces
Apache Hadoop Distributed Copy (DistCP) is not supported for copying Hive ACID tables. See link below.
Unsupported Features
CDP does not support the following features that were available in HDP and CDH platforms:
- Replicate Hive ACID tables between CDP Private Cloud Base clusters using REPL
commands
You cannot use the REPL commands (REPL DUMP and REPL LOAD) to replicate Hive ACID table data between two CDP Private Cloud Base clusters.
- Tables using the same data location.
- 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. - Hive metastore (HMS) high availablility (HA) load balancing
You need to set up HMS HA as described in the documentation (see link below).
- Local or Embedded Hive metastore server
CDP does not support the use of a local or embedded Hive metastore setup.
Unsupported Connector Use
CDP does not support the Sqoop exports using the Hadoop jar
command (the
Java API) that Teradata documents. For more information, see Migrating data using Sqoop.