我是靠谱客的博主 可爱鱼,最近开发中收集的这篇文章主要介绍hive-1.1.0版本远程模式执行sql语句出现错误错误1:Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: hdfs://master:9000/usr/local/src/hive/apache-hive-1.1.0-bin/lib/accumulo-fate-1.6.0.jar)' FAILED: Execution Error, return code 1 f,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

错误1:Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: hdfs://master:9000/usr/local/src/hive/apache-hive-1.1.0-bin/lib/accumulo-fate-1.6.0.jar)'
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

错误2:Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: hdfs://master:9000/usr/local/src/hive/apache-hive-1.1.0-bin/lib/accumulo-start-1.6.0.jar)'
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

起因:今天在hive中执行语句:

create table ec as select education ,count(1) from jobs group by education;

 发现一直有上述的错误提示。但是我执行语句:select * from jobs limit 5; 他就没有报错,我仔细查看了一下我的hivesql语句也没有问题。

我的master节点是hive客户端,hive服务端是slave节点,查看了一下,发现Hadoop平台是启动的,hive服务也启动了,但是就是报这样的错。它说的意思是hdfs文件中没有这个jar包

于是我尝试着把本地文件/usr/local/src/hive/apache-hive-1.1.0-bin/lib/accumulo-start-1.6.0.jar上传到hdfs中,但是它有报错,出现错误二的现象,于是我发现不对,找到/usr/local/src/hive/apache-hive-1.1.0-bin/lib/目录下去看:

好家伙,看这样子要一个一个jar包报错,所以干脆就一了百了,把hive目录下的lib目录里面的所有jar包都上传到hdfs那个报错提示的文件中去:

 

 前面几个是已经添加的了。

然后在回到hive中执行语句查看:

 查询结果:

如果觉得作者的这篇文章对你有帮助,可以点点赞关注一下哦~。谢谢你的支持!

最后

以上就是可爱鱼为你收集整理的hive-1.1.0版本远程模式执行sql语句出现错误错误1:Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: hdfs://master:9000/usr/local/src/hive/apache-hive-1.1.0-bin/lib/accumulo-fate-1.6.0.jar)' FAILED: Execution Error, return code 1 f的全部内容,希望文章能够帮你解决hive-1.1.0版本远程模式执行sql语句出现错误错误1:Job Submission failed with exception 'java.io.FileNotFoundException(File does not exist: hdfs://master:9000/usr/local/src/hive/apache-hive-1.1.0-bin/lib/accumulo-fate-1.6.0.jar)' FAILED: Execution Error, return code 1 f所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(57)

评论列表共有 0 条评论

立即
投稿
返回
顶部