- Community Home
- >
- Software
- >
- HPE Ezmeral Software platform
- >
- Ezmeral Binary DB Access & Operation
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-30-2024 10:47 AM - last edited on тАО12-01-2024 07:36 PM by support_s
тАО11-30-2024 10:47 AM - last edited on тАО12-01-2024 07:36 PM by support_s
Ezmeral Binary DB Access & Operation
Is there anywhere documentation available to understand REST API's support for Binary DB operations? Create table with REST API is possible but did not find clear documentation about other operations (similar to operations supported for JSON DB).
Also the Data Access Gateway (DAG) - is it possible for the external clients to gain access to binary DB data via DAG? Again clear documentation available for JSON db but not much clarity on binary DB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2024 11:48 AM
тАО11-30-2024 11:48 AM
Query: Ezmeral Binary DB Access & Operation
System recommended content:
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2024 02:36 PM
тАО11-30-2024 02:36 PM
Re: Query: Ezmeral Binary DB Access & Operation
To access the the marpdb table via Rest api mapr-hbase-rest rpm needs to be installed.
Refer to below link for more details
https://docs.ezmeral.hpe.com/datafabric-customer-managed/74/HBase/HBase.html
Once the package is installed you can make rest api call on this gateway to access the tables.
Refer to below link for more details.
https://hbase.apache.org/book.html#_rest
Example
[mapr@node3 ~]$ curl -X GET -s -H "Accept: text/xml" -ku mapr:maprwins@123 "https://localhost:8080/%2Fhbase%2Ft1/schema" <?xml version="1.0" encoding="UTF-8" standalone="yes"?><TableSchema name="/hbase/t1" IS_META="false" AUTOSPLIT="true" MAX_FILESIZE="4294967296" IS_ROOT="false" MAX_VALUE_SIZE_IN_MEM="100" MAPR_UUID="acf6c0d8-871d-a815-0e95-092811ea6600"><ColumnSchema name="fam0" BLOOMFILTER="ROW" VERSIONS="1" IN_MEMORY="false" KEEP_DELETED_CELLS="FALSE" DATA_BLOCK_ENCODING="NONE" TTL="2147483647" COMPRESSION="NONE" MIN_VERSIONS="0" BLOCKCACHE="true" BLOCKSIZE="8192" REPLICATION_SCOPE="0" compression_raw="31"/></TableSchema> [mapr@node3 ~]$
Note:- The curl command has escape the '/' with %2F
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2024 07:30 PM
тАО11-30-2024 07:30 PM
Re: Query: Ezmeral Binary DB Access & Operation
Thanks @hiteshingole for the quick response. In order to support HA and managing external client access, I am assuming HBASE Rest Gateway can be installed on multiple nodes and LB can be put in the front to manage the routing. Is this right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2024 12:38 PM
тАО12-04-2024 12:38 PM
Re: Query: Ezmeral Binary DB Access & Operation
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-09-2024 12:13 AM
тАО12-09-2024 12:13 AM
Query: Ezmeral Binary DB Access & Operation
Hello,
Let us know if you were able to resolve the issue.
If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.