Shubham Sharma created HIVE-27942:
-------------------------------------
Summary: Missing aux jar errors during LLAP launch
Key: HIVE-27942
URL: https://issues.apache.org/jira/browse/HIVE-27942
Project: Hive
Issue Type: Bug
Components: Hive, llap
Affects Versions: 4.0.0-alpha-2, 4.0.0-alpha-1
Reporter: Shubham Sharma
Assignee: Shubham Sharma
While launching LLAP following errors are being prompted where dbcp and pool
classes are not updated in default aux classes
{code:java}
2023-04-18T10:31:14,423 ERROR [llap-pkg-2] service.AsyncTaskCopyAuxJars: Cannot
find a jar for [org.apache.commons.dbcp.BasicDataSourceFactory] due to an
exception (org.apache.commons.dbcp.BasicDataSourceFactory); not packaging the
jar
2023-04-18T10:31:14,424 ERROR [llap-pkg-2] service.AsyncTaskCopyAuxJars: Cannot
find a jar for [org.apache.commons.pool.impl.GenericObjectPool] due to an
exception (org.apache.commons.pool.impl.GenericObjectPool); not packaging the
jar{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)