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