我的hive-site.xml
中列出了几个jar文件。我有一张使用特殊FileInputFormat
的表格。
当我运行hive时,我可以执行以下操作:describe my-table
。工作正常。
当我运行hiveServer2并从beeline连接时。我可以看到桌子,但是当我describe my-table
时,我得到了:
Error: Error while processing statement: FAILED: RuntimeException java.lang.ClassNotFoundException: package.file.input.format.class.name (state=42000,code=40000)
我需要做些什么才能确保hiveserver2能够访问jar文件?