IBM InfoSphere Streams Version 4.1.0

streamtool rmbootproperty

The streamtool rmbootproperty removes one or more property values from the InfoSphere® Streams bootstrap configuration.

Usage

Read syntax diagramSkip visual syntax diagram
rmbootproperty

>>-+-+- -a----+--------+--+---------+--+-----------------+------>
   | '- --all-'        |  +- -h-----+  '- --trace--level-'   
   | .---------------. |  '- --help-'                        
   | V               | |                                     
   '---property-name-+-'                                     

>--+-----------------------+-----------------------------------><
   '-+- -v--------+--level-'   
     '- --verbose-'            

Authority

You do not need any authority to run this command.

Description

For a description of the various configuration properties, see streamtool man bootproperties.

The bootstrap properties are applicable only when you use the embedded ZooKeeper.

Bootstrap property changes take effect when the embedded ZooKeeper restarts. For more information about starting and stopping the embedded ZooKeeper, see the streamtool embeddedzk command.

Options and arguments

-a, --all
Specifies to remove all of the properties.
-h, --help
Specifies to show the command syntax.
property-name
Specifies the name of a property.
--trace level
Specifies the trace setting. The following valid levels are listed in order of increasing verbosity, which is to say that the first level in the list generates the least amount of information:
  • off
  • error
  • warn
  • info
  • debug
  • trace
The default value is off.
-v,--verbose level
Specifies to provide more detailed command output. The vebosity level can be from 0 to 3 where each increment provides more detailed output.

Examples

The following command removes the value for the streams.zookeeper.maxClientCnxns boot property:
[streamtool <bsmith@StreamsDomain.StreamsInstance>] rmbootproperty streams.zookeeper.maxClientCnxns