Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.4
-
None
Description
When hive and oozie users have been changed after upgrade hive metastore and oozie cannot start properly.
error at /src/main/puppet/modules/hdp-hive/manifests/service.pp:97 (Hdp-hive::Service::Directory<||> is not linked with File[ $start_metastore_path] by dependency arrow ->)
So, the correct line should be
Hdp-hive::Service::Directory<||> -> File[ $start_metastore_path]-> File[ $start_hiveserver2_path]-> Hdp::Exec[$daemon_cmd] -> File[$pid_file] -> Anchor['hdp-hive::service::end']