I've enabled LLAP in HDP 2.6.3 following the instructions on the page https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.3/bk_hive-performance-tuning/content/ch_hive-... and when I try to execute a query using beeline it fails with the error
java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask.
YARN reports this error
org.apache.hadoop.security.AccessControlException: Queue root.default already has 0 applications, cannot accept submission of application
What have I missed to use LLAP with beeline queries?