IBM InfoSphere Streams Version 4.1.0

Building your application

The project creation process provides all required make files, configuration settings and Streams Studio settings for the first test of an application build, immediately after you create the project. The Streams Studio environment automatically uses the External Builder.

The external builder in Streams Studio uses the Makefile that is created while creating the application project. For more information about the Makefile syntax, see GNU Make Manual.

The Makefile supports optional arguments. For more information about these optional arguments, run the following command while being in the project directory.

make help

Procedure

  1. Start a build of your project in one of the following ways.
    • If you want to use Streams Studio, right-click on your project, and select Build Project.
    • If you want to use the command line, run the following commands:
      1. Change the current working directory to the project directory. For example:
        cd /home/streamsadmin/teda_aplications/iteAppl
        or
        cd /home/streamsadmin/teda_aplications/lookupmgr
      2. Build the application.
        make all

What to do next

  1. Check the applications that use default settings and the sample input data.
  2. Move the sample data to the appropriate input directories.
Adding toolkits to an ITE application
By default, an ITE application uses only the standard SPL toolkit and the Telecommunications Event Data Analytics toolkit.