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

  1. Go to MicroStrategy download website.
  2. Click on Feature Releases and select your version (for example 10.x).
  3. Click on MicroStrategy 10.x Add-Ons and Tools.
  4. Click to download Hadoop Gateway.
  5. Click OK
  6. Save the file 10.x.00xx.00xx_10.x_GA_HadoopGateway.zip.
  7. Copy the file onto your MicroStrategy Hadoop Gateway machine.

Copy the MicroStrategy Hadoop Gateway From the Intelligence Server

  1. Go to the Intelligence Server directory.
  2. Open the "hgos-manager" directory.
  3. Copy the file hgos-dist.tar.gz onto your MicroStrategy Hadoop Gateway machine.

Install the MicroStrategy Hadoop Gateway

  1. Log in to the MicroStrategy Hadoop Gateway host machine via SSH.
  2. Locate the MicroStrategy Hadoop Gateway tarball hgos-dist.tar.gz.
  3. 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:

Copy
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

Environment Considerations

How to Deploy the MicroStrategy Hadoop Gateway

How to Register the MicroStrategy Hadoop Gateway

Troubleshooting

Known Issues

Frequently Asked Questions