Skip to main content Skip to complementary content

Configuring Streams Runner

Procedure

  1. Open the <Streams_Runner_Path>/conf/application.conf file.
  2. Edit the following line to specify the IP address that you want the Streams Runner service to use. The service will listen on this IP address.
    play.server.http.host=localhost
  3. Edit the following line to specify the port that you want the Streams Runner service to use. The service will listen on this port.
    play.server.http.port=9060
  4. Edit the following line to specify the Spark Job Server hostname.
    app.svc.jobserver.host=localhost
  5. Edit the following line to specify the port used by Spark Job Server.
    app.svc.jobserver.port=8090
  6. Save your changes to the configuration file.
  7. Restart Streams Runner for your changes to be taken into account.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!