Installing Data Access Gateway
This topic includes instructions for using package managers to download and install the Data Access Gateway from the EEP repository.
Prerequisites
To view the supported core and EEP versions for the Data Access Gateway, see the Data Access Gateway Support Matrix.
To set up the EEP repository, see Step 11: Install Ecosystem Components Manually.The Data Access Gateway is included in EEP repositories beginning with EEP 5.0.0. The Data Access Gateway is a service that acts as a proxy and gateway for translating requests between lightweight client applications and the HPE Ezmeral Data Fabric cluster. For EEP 6.0.0, the HPE Ezmeral Data Fabric Database JSON REST API and Python OJAI client use this service.
In the Installer, the gateway is not visible as a unique service but is installed when the HPE Ezmeral Data Fabric DataBase service is selected and can also be installed manually using this procedure. The gateway should be installed on at least two nodes, if possible, but not on CLDB or Zookeeper nodes. It is recommended to install the service on the same node as the gateway server.
About this task
root
or using
sudo
.Procedure
-
Install the Data Access Gateway package:
On Ubuntu:
apt-get install mapr-data-access-gateway
On RedHat/ CentOS:
yum install mapr-data-access-gateway
On SLES:
zypper install mapr-data-access-gateway
-
Run
configure.sh -R
:/opt/mapr/server/configure.sh -R
NOTEAs the Data Access Gateway is managed by Warden, you don't have to restart Warden after installing the gateway. Warden brings up the service after a few minutes.
What to do next
To manage and administer the gateway, see Administering the Data Access Gateway.
To learn more about the gateway, see Understanding the HPE Ezmeral Data Fabric Data Access Gateway.