Skip to Content

Install the Optional SAP HANA Automated Predictive Library Package for SAP HANA, express edition (Native Linux Machine)

SAP HANA Automated Predictive Library (APL) is an application function library which exposes the data mining capabilities of the Automated Analytics engine in SAP HANA, express edition through a set of functions.
You will learn

You will learn how to download, extract, and install the apl.tgz SAP HANA Automated Predictive Library (APL) package.

Prerequisites

SAP HANA Automated Predictive Library is a separate download. Use the commands in this procedure to download the SAP HANA Automated Predictive Library package apl.tgz using the built-in Download Manager (console mode).

  • Step 1

    Use the built-in Download Manager (console mode) to download the SAP HANA Automated Predictive Library package, apl.tgz.

    Navigate to /usr/sap/HXE/home/bin:

    bash
    Copy
    cd /usr/sap/HXE/home/bin
    

    If your installation is on x86_64, enter the following command:

    bash
    Copy
    ./HXEDownloadManager_linux.bin linuxx86_64 installer apl.tgz
    

    If your installation is on PowerPC, enter the following command:

    bash
    Copy
    java -jar HXEDownloadManager.jar linuxppc64le installer apl.tgz
    
  • Step 2
    bash
    Copy
    cd ~/Downloads
    
  • Step 3
    bash
    Copy
    tar -xvzf apl.tgz
    
  • Step 4

    As the <sid>adm user, run:

    bash
    Copy
    sudo <extracted_path>/HANA_EXPRESS_20/install_apl.sh
    
Back to top