MicroStrategy ONE
Starting in MicroStrategy 2021 Update 4, Hadoop Gateway is no longer supported.
How to Deploy the MicroStrategy Hadoop Gateway
Deploying the MicroStrategy Hadoop Gateway on a host machine requires you to transfer, extract, and configure MicroStrategy Hadoop Gateway.
Obtain MicroStrategy Hadoop Gateway
You will need a copy of the MicroStrategy Hadoop Gateway package. It can be obtained from MicroStrategy download website or from Intelligence Server directory.
Download the MicroStrategy Hadoop Gateway
- Go to MicroStrategy download website.
- Click on Feature Releases and select your version (for example 10.x).
- Click on MicroStrategy 10.x Add-Ons and Tools.
- Click to download Hadoop Gateway.
- Click OK
- Save the file 10.x.00xx.00xx_10.x_GA_HadoopGateway.zip.
- Copy the file onto your MicroStrategy Hadoop Gateway machine.
Copy the MicroStrategy Hadoop Gateway From the Intelligence Server
- Go to the Intelligence Server directory.
- Open the "hgos-manager" directory.
- Copy the file hgos-dist.tar.gz onto your MicroStrategy Hadoop Gateway machine.
Install the MicroStrategy Hadoop Gateway
- Log in to the MicroStrategy Hadoop Gateway host machine via SSH.
- Locate the MicroStrategy Hadoop Gateway tarball hgos-dist.tar.gz.
- Unzip it in your selected directory (for example, by running: tar -xvzf hgos-dist.tar.gz).
Configure MicroStrategy Hadoop Gateway
MicroStrategy Hadoop Gateway will be configured with minimum infrastructure after installation.
To customize the installation to specific requirements, modify the MicroStrategy Hadoop Gateway configuration file <Installation path>/conf/hgos-spark.properties.
If Kerberos Authentication Has Been Enabled
Modify MicroStrategy Hadoop Gateway configuration file <MicroStrategy Hadoop Gateway installation path>/conf/hgos-spark.properties and uncomment the following section:
spark.yarn.token.renewal.interval=50000
spark.yarn.security.tokens.hdfs.enabled=true
spark.yarn.principal=<Kerberos Principal>
spark.yarn.keytab=<Path of principal keytab file>
Keep at hand the MicroStrategy Hadoop Gateway host IP, host name, and connectivity parameters.
Related Topics
Introduction to the MicroStrategy Hadoop Gateway
How to Deploy the MicroStrategy Hadoop Gateway