Installing Location Intelligence SDK - Spectrum_Location_Intelligence_for_Big_Data - 5.2.1

Location Intelligence SDK for Big Data Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spatial Big Data > Location Intelligence SDK for Big Data
Version
5.2.1
Language
English
Product name
Location Intelligence for Big Data
Title
Location Intelligence SDK for Big Data Guide
Copyright
2024
First publish date
2015
Last updated
2024-10-16
Published on
2024-10-16T13:55:01.634374

For the purposes of this guide, we will:

  • use a user called sdkuser
  • install everything into /precisely
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 Location Intelligence distribution zip to the node at a temporary location, for example:
    /precisely/temp/location-intelligence-bigdata-distribution-version.zip
  3. Extract the Location Intelligence distribution.
    mkdir /precisely/li
    mkdir /precisely/li/software
    unzip /precisely/temp/location-intelligence-bigdata-distribution-version.zip -d /precisely/li/software
  4. Create an install directory on hdfs and give ownership to sdkuser.
    sudo -u hdfs hadoop fs -mkdir -p hdfs:///precisely/li
    sudo -u hdfs hadoop fs -chown -R sdkuser:sdkuser hdfs:///precisely
  5. Upload the distribution into HDFS.
    hadoop fs -copyFromLocal /precisely/li/software hdfs:///precisely/li