- Community Home
- >
- Software
- >
- HPE Ezmeral Software platform
- >
- MapR- Hbase: Unable to get the Namespace/List of N...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2021 07:28 AM
06-22-2021 07:28 AM
MapR- Hbase: Unable to get the Namespace/List of Namespace for the Hbase Tables in MapR
We are trying to get the List of Namespace in Hbase, and we figured it is not supported by MapR Is there any work around to get the NameSpace of the Table or List of Namespace in the MapR Hbase in any format (namespace.tablename or list_of_namespace or etc )?
Any guidance would be appreciated, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021 02:15 PM
06-23-2021 02:15 PM
Re: MapR- Hbase: Unable to get the Namespace/List of Namespace for the Hbase Tables in MapR
It isn't clear whether you are asking about a table using the HBase table interface for a table in the data fabric itself or whether you are running Apache HBase on top of data fabric.
Can you clarify?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 12:42 PM
06-24-2021 12:42 PM
Re: MapR- Hbase: Unable to get the Namespace/List of Namespace for the Hbase Tables in MapR
Brief about the issue.1) We have a mapr cluster (6.1) where we have enabled HBase through MEP in MCS.
2) We have our own java application where our requirement is, we need to get the HBase Table Namespaces through Hbase java api. In mapr doc we could see listNamespaceDescriptors() API is not applicable for MapR. So we would like to know if there is any other way or workaround to get HBase Table Namespaces.Doc ref1) https://docs.datafabric.hpe.com/61/MapR-DB/supported_and_unsupported_methods_in_admin.html
2) https://community.datafabric.hpe.com/s/question/0D50L00006BItk7SAD/listnamespacedescriptors-for-a-mapr-is-unsupported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2021 01:52 PM
06-24-2021 01:52 PM
Re: MapR- Hbase: Unable to get the Namespace/List of Namespace for the Hbase Tables in MapR
Ah ... that helps a lot.
First, the HBase that is included in the MEP is very much just Apache HBase packaged with the jars that enable high performance access to the HPE Ezmeral Data Fabric. As such, anything that HBase can do should work.
This can be a bit confusing because the noSQL system that is built into the data fabric (what used to be called MapR-DB) has an API that is (mostly) compatible with HBase. It is tempting, though very inaccurate, to refer to these tables as HBase as well. These data fabric tables have higher scalability and simpler operations than Apache HBase, but they do not include all of the APIs. Most importantly, they do not allow user defined code to be included.
From what you say, it really sounds like you are running HBase itself, not using the data fabric tables. IF that is correct, then all of the methods that you are looking for should be supported.
As a quick and definitive test, what command do you use to create a table? Is it something like maprcli table create -path ...? If so, you are using fabric tables. If not, you are almost certainly using HBase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2021 12:09 PM
07-08-2021 12:09 PM
Re: MapR- Hbase: Unable to get the Namespace/List of Namespace for the Hbase Tables in MapR
Ah.. That helps a lot.We will check it out with our application and get back to you if we need any other info.I appreciate your help so much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021 06:47 AM
07-09-2021 06:47 AM
Re: MapR- Hbase: Unable to get the Namespace/List of Namespace for the Hbase Tables in MapR
Hey Team,
The solution advised is making changes to the core which might not be the best case because some of our customers might want to use maprdb in case they have features dependent on it Please let us know if there is any other workaround.