码迷,mamicode.com
首页 > 其他好文 > 详细

hive客户端远程debug

时间:2020-06-10 13:20:11      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:could not   could   client   jvm   parallel   tin   去掉   连接   png   

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

标签:could not   could   client   jvm   parallel   tin   去掉   连接   png   

原文地址:https://www.cnblogs.com/songchaolin/p/13084252.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!