Installing the SDK - Spectrum_Routing_for_Big_Data - 5.1

Spectrum Routing Installation: Cloudera

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spatial Big Data > Routing for Big Data
Version
5.1
Language
English
Product name
Spectrum Routing for Big Data
Title
Spectrum Routing Installation: Cloudera
Copyright
2024
First publish date
2017
Last updated
2024-10-18
Published on
2024-10-18T09:54:26.541418
For the purposes of this guide, we will:
  • use a user called sdkuser
  • install everything into /precisely
  • use installed routing datasets
Perform the following steps from a node in your cluster, such as the master node.
  1. Create the install directory and give ownership to sdkuser.
    sudo mkdir /precisely
    sudo chown sdkuser:sdkuser /precisely
  2. Add the routing distribution zip to the node at a temporary location, for example:
    /precisely/temp/spectrum-bigdata-routing-version.zip
  3. Extract the routing distribution.
    mkdir /precisely/routing
    mkdir /precisely/routing/software
    unzip /precisely/temp/spectrum-bigdata-routing-version.zip -d /precisely/routing/software
  4. Create an install directory on HDFS and give ownership to sdkuser.
    sudo -u hdfs hadoop fs -mkdir -p hdfs:///precisely/routing
    sudo -u hdfs hadoop fs -chown -R sdkuser:sdkuser hdfs:///precisely
  5. Upload the distribution into HDFS.
    hadoop fs -copyFromLocal /precisely/routing/software hdfs:///precisely/routing
  6. You will now need to distribute the reference data. A remote method via HDFS or S3 is recommended (see Distributing Reference Data Using HDFS or Distributing Reference Data Using S3). If you wish to manually distribute the reference, see Installing Reference Data Manually on Local File System.