I have done the integration with Hbase
Version used for setup
Hbase-0.98
Handoop-2.5
Hive-0.14
When I started the Query with Order by Clause The Query is mentioned below
Query : select * from hbasehive_table order by key;
I am getting below error , but Jar file is present in the respective folder
java.io.FileNotFoundException: File does not exist: /home/hadoop/apache-hive-0.14.0-bin/lib/hbase-server-0.98.8-hadoop2.jar at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1072) at org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1064) at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1064)