artheus 查找 https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md 打印 class 加载 启动 java 程序时通过添加 -verbose:class 选项可以实现在控制台打印进程运行过程中类的加载和卸载情况。
java -verbose:class -jar hello.jar com.example.Main hive-exec 包 guava 冲突解决 重新编译 hive 解决 no such method 参考文档 https://juejin.cn/post/7290769553572364288
遇到报错 hive hive 环境搭建提示: java.lang.NoSuchMethodError: com.google.common.base.Preconditions.ch 这个默认会任务是 guava 的错,但是当然改完 guava 依然报错,如何破局,就需要找到加载机制。