IBM InfoSphere Streams requirements
IBM InfoSphere Streams is a computing platform that you can use to convert expanding data volumes into information and business insights that you can work with. IBM InfoSphere Streams is installed automatically when you install Opportunity Detection Run Time.
*
Required RPMs for InfoSphere Streams
To operate correctly, IBM InfoSphere Streams requires a set of prerequisite RPMs that are provided in the following table:
*
You must install the ibm-java-x86_64-sdk package before running the installers for Opportunity Detection. To obtain the package, navigate to the StreamsInstallFiles/rpm directory in the IBM InfoSphere Streams installer.
*
You must install the perl-XML-Simple package before running the installers for Opportunity Detection. To obtain the package, navigate to the StreamsInstallFiles/rpm directory in the IBM InfoSphere Streams installer.
Confirm that the following IBM InfoSphere Streams elements exist before installing Opportunity Detection Run Time:
*
*
Updating JAVA package
You must update the JAVA package that is required by IBM InfoSphere Streams. Complete the following steps to update all packages in the rpm directory:
1.
2.
Navigate to the StreamsInstallFiles directory.
3.
Navigate to the rpm directory and update all packages.
Modifying the bashrc file
You must modify the bashrc file for the streamsadmin user for the streams command to work. Use the following example to modify the bshrc file"
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export JAVA_HOME=/opt/ibm/java-x86_64-60
source /home/streamsadmin/InfoSphereStreams/bin/streamsprofile.sh
. /home/db2inst1/sqllib/db2profile
export DETECT_HOME=/home/streamsadmin/OpDetection
alias st='streamtool'
alias ls='ls -lt'
Firewall configuration guidelines for InfoSphere Streams
If your security plan requires a firewall on the host operating system or between hosts, the following communications must be enabled between hosts and blocked from unauthorized external access:
*
*
*
*
*
For more information, see the IBM InfoSphere Streams documentation that is available in the /home/streamsadmin/InfoSphereStreams/doc/install-and-admin directory.
Installation of Streams by root users
Opportunity Detection supports Streams integration with root users only. If you are running the installation utility as a root user, you are the owner of the InfoSphere Streams installation. During the installation, you can specify the location of the installed InfoSphere Streams files. The default location is home_directory/InfoSphereStreams.
*
For more information about installing and configuring IBM InfoSphere Streams, see IBM InfoSphere Streams: Installation and Administration Guide.