【发布时间】:2014-11-24 18:02:04
【问题描述】:
我已经完成了与 Hbase 的集成
用于设置的版本
Hbase-0.98
Handoop-2.5
Hive-0.14
当我使用 Order by Clause 开始查询时,下面提到了查询
查询: select * from hbasehive_table order by key;
我遇到以下错误,但相应文件夹中存在 Jar 文件
java.io.FileNotFoundException:文件不存在: /home/hadoop/apache-hive-0.14.0-bin/lib/hbase-server-0.98.8-hadoop2.jar 在 org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1072) 在 org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1064) 在 org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) 在 org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1064)
【问题讨论】: