Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.7.0
-
None
Description
Currently, some services, such as Hive, manages sub subservice like database service. When starting a service, the order of the subservices are observed to ensure they start properly. However, for restarting of services, the dependency order is not observed.
In the case of Hive, the restart sequence is:
HCat Client,
Hive Client,
Hive Metastore (has dependency on mysql, but started before)
HiveServer2,
MySQL server,
WebHCat server
So if Mysql Server is down, then the HIve restart sequence will fail.
To recreate the problem, stop MySQL server, then restart Hive service. One will see that the Hive Metastore service will fail to start.
Attachments
Attachments
Issue Links
- is duplicated by
-
AMBARI-12472 Hive "Restart All" command fails in Ambari UI when all Hive services are stopped
- Resolved