-
Notifications
You must be signed in to change notification settings - Fork 5
Streams Yarn Client 2.0
The streams-on-yarn
CLI provides the ability to deploy and stop the Streams Yarn Application Master. The Application Master must be deployed before starting the streams domain and should only be stopped after stopping the domain via streamtool.
The usage of the CLI is as follows
streams-on-yarn command <options>
COMMAND OPTIONS
start Starts the Streams Application Master. If the --deploy option is specified,
Streams will first be installed on the node before starting the services.
[--zkconnect {<host>:<port>},...]
[-d,--domain-id <did>]
[--deploy]
[--properties <optional: path to App Master Properties>]
stop Stops the Streams Application Master.
[--zkconnect {<host>:<port>},...]
[-d,--domain-id <did>]
[--force]
Note:
The --deploy
option enables you to take advantage of the InfoSphere Streams provisioning features.
When this option is specified, the Application Master copies and extracts the installer for each container. To avoid timeout issues, ensure that the value of the InfoSphere Streams domain.serviceStartTimeout
property is at least 300 before you start the domain. To view domain properties, use the streamtool getdomainproperties
command. To update properties, use the streamtool setdomainproperties command. For more information about domain properties, use the streamtool man domainproperties
command.