1

如何删除直线终端启动时发生的语句?当我开始直线时,我默认有 AD jar 语句,我没有这个 jar,这种情况下的错误消息:

ADD JAR /usr/share/hive3-dim-lookup/dimlookup-hive-udf-1.1.....jar;
Error: Error while processing statement{Failed in 10.35.144.186} : //usr/share/hive3-dim-lookup/dimlookup-hive-udf-1.1.....jar does not exist (state=,code=1)

当我开始 beeline 时,如何将其配置为不以 beeline 开头?

4

1 回答 1

0

可以在用户主目录中使用 .hiverc 文件。见HIVE-5160

检查您的 .hiverc 文件内容:

cat ~/.hiverc

并从中删除 ADD JAR

于 2021-01-27T08:34:57.873 回答