HPE Ezmeral Data Fabric Database Binary Application Requirements
The following tables include the minimal node requirements for building and running HPE Ezmeral Data Fabric Database binary table applications.
Node Requirement | Method(s) to Meet Requirement |
---|---|
A connection to the Data Fabric cluster. |
Select one of the following options:
For more information, see Connect to the Cluster. |
The HBase client is installed. |
Install the HBase client. The HBase client is as part of the EEP installation. For more information, see 7.9.0 Installation. NOTE The HBase client is include when you install PACC. |
HBase client library files are configured as an application dependency. |
When you build the application, use the Maven Repository to determine the dependencies. The POM file should include the Data Fabric Repository and the HBase client dependency. When you run an application, include the For more information, see Compiling and Running HPE Ezmeral Data Fabric Database Binary Applications |
Other Items |
If an ecosystem component, such as Spark, runs or integrates with the application, you may need to include additional dependencies in the POM file. |
Node Requirement | Method(s) to Meet Requirement |
---|---|
A connection to the Data Fabric cluster. |
Select one of the following options:
For more information, see Connect to the Cluster. |
The HBase Client is installed. |
Install the HBase client. The HBase client is as part of the EEP installation. For more information, see 7.9.0 Installation. NOTE The HBase client is include when you install PACC. |
The libMapRClient library and
libjvm shared libraries are in the application’s library
search path and the libMapRClient header files are in this
directory:/opt/mapr/include/hbase |
For more information, see Building and Launching C Applications. |