【Hadoop】hive相关报错处理${system:java.io.tmpdir}等
The node /hbase is not in ZooKeeper的问题解决方案
·
在执行 hive –service metastore 后,使用hive登录进去处理bash以后,报错如下信息
hive> show tables;
OK
Failed with exception java.io.IOException:java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: ${system:user.name%7D
Time taken: 2.508 seconds
可以看到错误元在system:user.name的配置。
关联找到hive-site.xml里面,将{system:user.name}改为你的用户名,
同时也可以将iotmp的对应配置修改成真实地址。
${system:java.io.tmpdir} 改为真实物理路径。
结束语
觉得好的朋友可以给我大赏一杯咖啡钱缓解通宵梳理环境的疲乏〜!
方式一:支付宝
方式二:以太坊
更多推荐
已为社区贡献3条内容
所有评论(0)