Release Notes
Also available as:
PDF

Importing Data into Hive

When importing data from Teradata Connector for Hadoop version 1.5.1 into Hive in a non-TDE cluster, the user must be in the same group as the group with access to the Hive table warehouse directory.

When a table is created in Hive, the Hive table directory inherits the warehouse permissions, including group ownership. To access the Hive table directory, a user must belong to a group with permission to access that directory. If a user tries to load data to a Hive directory without having proper permissions, the job fails with an error similar to the following: Failed with exception org.apache.hadoop.security.AccessControlException: User does not belong to <group-name>