Strategy ONE

Starting in MicroStrategy 2021 Update 4, Hadoop Gateway is no longer supported.

How to Deploy the Strategy Hadoop Gateway

Deploying the Strategy Hadoop Gateway on a host machine requires you to transfer, extract, and configure Strategy Hadoop Gateway.

Obtain Strategy Hadoop Gateway

You will need a copy of the Strategy Hadoop Gateway package. It can be obtained from the Strategy download website or from Intelligence Server directory.

Download the Strategy Hadoop Gateway

  1. Go to Strategy 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 Strategy Hadoop Gateway machine.

Copy the Strategy 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 Strategy Hadoop Gateway machine.

Install the Strategy Hadoop Gateway

  1. Log in to the Strategy Hadoop Gateway host machine via SSH.
  2. Locate the StrategyHadoop Gateway tarball hgos-dist.tar.gz.
  3. Unzip it in your selected directory (for example, by running: tar -xvzf hgos-dist.tar.gz).

Configure Strategy Hadoop Gateway

Strategy Hadoop Gateway will be configured with minimum infrastructure after installation.

To customize the installation to specific requirements, modify the Strategy 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 Strategy Hadoop Gateway

How to Register the Strategy Hadoop Gateway

Troubleshooting

Known Issues

Frequently Asked Questions