Member since
10-17-2016
21
Posts
3
Kudos Received
0
Solutions
01-26-2017
06:32 PM
This is not available in any distribution since its a package and can be used independently. The latest 1.6 release is https://github.com/hortonworks-spark/shc/tree/v1.0.1-1.6 You can build that with the hbase version that matches your env.
... View more
01-23-2017
07:45 PM
1 Kudo
SHC does not have a notion of listing tables in HBase. It works on the table catalog provided to the data source in the program. Hive will also not list HBase tables because they are not present in the metastore. There is some rudimentary way to add Hbase external tables in Hive but I dont think that really used. I could be wrong. To list Hbase tables, currently the only reliable way would be to use HBase API's inside the spark program to list tables.
... View more
11-15-2016
06:54 PM
You should have hbase-site.xml in your classpath for the java application. Please read: https://community.hortonworks.com/articles/4091/hbase-client-application-best-practices.html
... View more
10-25-2016
03:09 PM
Added hbase client JAR .Fixed the issue . Thanks Timothy !
... View more