hive客户端远程debug

Posted songchaolin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive客户端远程debug相关的知识,希望对你有一定的参考价值。

idea 选中Edit Congigurations 添加remote如下图

图中debug方式为listen (本地不通线上,线上通本地)

技术图片

 

远程 hive 客户端修改{HIVE_HOME}/bin/ext/debug.sh

将HIVE_MAIN_CLIENT_DEBUG_OPTS、 HIVE_CHILD_CLIENT_DEBUG_OPTS修改为如图

技术图片

 

 

 之后 idea点击debug按钮等待远程连接,远程hive客户端启动

{HIVE_HOME}/bin/hive --debug

报错如下

WARNING: Use "yarn jar" to launch YARN applications.
Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

原因是jvm冲突。将参数去掉-XX:+UseParallelGC

技术图片

 

重来一遍就ok了

 

以上是关于hive客户端远程debug的主要内容,如果未能解决你的问题,请参考以下文章

在远程集群上从 Spark 运行 hive 查询时,客户端无法通过以下方式进行身份验证:[TOKEN, KERBEROS]

hive beeline详解

Hive 源码解读 准备篇 Debug 讲解

Hive 源码解读 准备篇 Debug 讲解

HIVE客户端启动缓慢处理步骤

远程连接元数据库hive.metastore.uris怎么写