Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.3
-
None
Description
We changed the permissions on hive-site.xml from 644 to 660. This was done because the metastore password is in clear text.
This results in clients not being able to access the metastore and hive cannot run in client mode. Recomended aproach is splitting the hive configs differently for client and hive metastore host.
The password is required only for the metastore process and the hive client config should be readable to all.
Attachments
Attachments
Issue Links
- is superceded by
-
AMBARI-2069 Allow service components to be deployed with separate configuration paths
- Resolved