Guys please help. I am using Hive-2.3.6 and I want to configure LLAP with Apache slider. I ran
hive --service llap --instances 1 --size 2g --executors 2 --xmx 1024m --cache 1024m --name llap0 --auxhbase=false --startImmediately --directory /tmp After that I can not get llap status curl node2.cluster.com:15002/status curl: (7) Failed connect to node2.cluster.com:15002; Connection refused And I also have in the container's log 2022-01-11 13:15:41,970 - Error while executing command 'status': Traceback (most recent call last): File "/tmp/hadoop-mapr/nm-local-dir/usercache/mapr/appcache/application_1641822405396_0008/filecache/12/slider-agent.tar.gz/slider-agent/resource_management/libraries/script/script.py", line 116, in execute method(env) File "/tmp/hadoop-mapr/nm-local-dir/usercache/mapr/appcache/application_1641822405396_0008/filecache/13/llap-11Jan2022.zip/package/scripts/llap.py", line 71, in status check_process_status(params.pid_file) File "/tmp/hadoop-mapr/nm-local-dir/usercache/mapr/appcache/application_1641822405396_0008/filecache/12/slider-agent.tar.gz/slider-agent/resource_management/libraries/functions/check_process_status.py", line 83, in check_process_status raise ComponentIsNotRunning() ComponentIsNotRunning -- Oleksiy