Configuring Streams Runner - 7.3

Talend Installation Guide

Version
7.3
Language
English
EnrichDitaval
Linux
EnrichSubscriptionType
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade

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.