Installing the Aster Spark Connector - Aster Analytics

Teradata AsterĀ® Spark Connector User Guide

Product
Aster Analytics
Release Number
7.00.00.01
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
dbt1482959363906.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
dbt1482959363906
lifecycle
previous
Product Category
Software
  1. Download aster-connector-spark-07.00.00.00*.rpm ("the package") and copy it to the Aster queen node.
  2. Log onto the queen node as user root.
  3. Verify that the external checksum of the package has not been altered:
    rpm --checksig aster-connector-spark-07.00.00.00*.rpm
    aster-connector-spark-07.00.00.00*.rpm: sha1 md5 OK
  4. Verify that the queen node has the supporting packages that the package needs:
    rpm -qpR aster-connector-spark-07.00.00.00*.rpm
    /home/beehive/toolchain/x86_64-unknown-linux-gnu/python-2.7.3/bin/python 
    aster-db-coordinator >= 6.20.00.00-1
    rpmlib(CompressedFileNames) <= 3.0.4-1
    rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  5. Install the packaged files into the target directories:
    rpm -Uvh aster-connector-spark-07.00.00.00*.rpm
    Preparing...             ########################################### [100%]  
    1:aster-connector-spark  ########################################### [100%]

    One of the installed files is configureAsterSpark, a Python script that the next step uses.

  6. [Optional] List the installed files:
    rpm -ql aster-connector-spark
  7. Configure Aster Spark Connector for a single Hadoop Spark instance.
  8. If you have multiple Hadoop Spark instances, configure Aster Spark Connector for additional Hadoop Spark instances.
  9. Execute the Aster Spark Hadoop installation/configuration script.
  10. Execute the Aster Spark queen installation/configuration script.