Installation - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

The only library that Aster Scoring SDK needs is scoring.jar. You must load this jar file into your environment, and then you can invoke the Scorer like any jar library.

Some ways to load the library are:
  • Use classpath

    While compiling a package that contains Scoring classes, add scoring.jar to the classpath.

    For example, assume that the application MyApp.java uses Scoring classes. The command to compile it from the command line is:
    javac -cp .:path_to_scoring.jar MyApp.java

    (You can also add scoring.jar to the classpath when you compile such a package from a builder such as ant or maven.)

    The command to run the compiled application from the command line is:
    java -cp .:path_to_scoring.jar MyApp
  • Use Eclipse

    Add scoring.jar to the Java build path of the project.

For instructions for installing and running Aster Scoring SDK in a cloud environment, see your cloud environment documentation for running a third party jar library.