Created 02-07-2023 10:35 PM
when i try to restart hive llap get this error
```
Traceback (most recent call last): File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 992, in restart self.status(env) File "/var/lib/ambari-agent/cache/common-services/HIVE/3.1.0/package/scripts/hive_server_interactive.py", line 159, in status check_process_status(status_params.hive_interactive_pid) File "/usr/lib/ambari-agent/lib/resource_management/libraries/functions/check_process_status.py", line 43, in check_process_status raise ComponentIsNotRunning() ComponentIsNotRunning The above exception was the cause of the following exception: Traceback (most recent call last): File "/var/lib/ambari-agent/cache/common-services/HIVE/3.1.0/package/scripts/hive_server_interactive.py", line 550, in <module> HiveServerInteractive().execute() File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 351, in execute method(env) File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 1003, in restart self.start(env, upgrade_type=upgrade_type) File "/var/lib/ambari-agent/cache/common-services/HIVE/3.1.0/package/scripts/hive_server_interactive.py", line 99, in start raise Fail("Skipping START of Hive Server Interactive since LLAP app couldn't be STARTED.") resource_management.core.exceptions.Fail: Skipping START of Hive Server Interactive since LLAP app couldn't be STARTED.
```
anyone can help me to solve this ? thank you
Created 11-21-2023 05:38 AM
The error indicates that the Hive Server Interactive (HSI) component is failing to start because the LLAP (Live Long and Process) app associated with it couldn't be started. To troubleshoot and resolve this issue, you can follow these general steps:
Check LLAP Log Files:
Verify LLAP Configuration:
Check Resource Availability:
Check Hive Server Interactive Configuration:
Examine System Logs:
Restart LLAP Manually:
Check for LLAP Process:
Review Ambari Alerts:
If the LLAP process is still not starting, the detailed logs and error messages should provide more insights into the root cause of the issue. Addressing the specific error or misconfiguration mentioned in the logs will be crucial in resolving the problem