Overview
You will learn
- How to download Streaming Lite for
Raspberry Pi 2 - How to configure the environment variable
STREAMING_HOMEonRaspberry Pi 2
Prerequisites
Prerequisites
- Proficiency: Beginner
- Tutorial: Introduction to Freezer Monitoring Lite
Steps
Download
Go to SAP Software Downloads > Support Packages and Patches. Look under H, and navigate to “SAP HANA Streaming Analytics”. There, click the version of Streaming Analytics you have, and you will see STREAMING LITE under “Comprised Software Component Versions”. We want the
LINUX ON ARM 32 BITversion. Download the most recent edition, which is at the top. In this tutorial, this file is called"SDSLITE200024_0-80002117.TGZ".
Streaming Lite Download Move
Move the installation file you just downloaded to the root (/home/pi) directory of our Raspberry Pi 2. WinSCP is a useful file transfer tool if you don’t already have another preferred option.
- Extract
Extract our installation file by running the following line on Raspberry Pi 2. (change the file name below to match the file you downloaded):
tar xvf streaming_lite_1.0.100.00_linuxarm32.tarSSH to our
Raspberry PiusingPuTTY.Note: You can run the command
hostname - Iin a local shell session on thePito return the board’sIP addressConfigure environment variable
You need to configure the environment variable STREAMING HOME to be the path of our “install” folder. This is done by opening the /etc/profile configuration file using:
sudo nano /etc/profileand then adding the following line:
export STREAMING_HOME= $HOME/install$HOME is a variable containing the root directory for the current user, which should be /home/pi.
Press Ctrl+O to write the change, click Enter to confirm, and then Ctrl+x to exit.

For the question below, select the correct answer, and click Validate.
Resources
Discussion
Share feedback on this tutorial or join the conversation in SAP Community.