IBM InfoSphere Streams Version 4.1.1

streamtool embeddedzk

The streamtool embeddedzk command stops, starts, and provides status information about the embedded ZooKeeper.

Usage

Read syntax diagramSkip visual syntax diagram
embeddedzk

>>-+---------+--+- --start--+--+-----------------+-------------->
   +- -h-----+  +- --status-+  '- --trace--level-'   
   '- --help-'  '- --stop---'                        

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

Authority

You do not need any authority to run this command.

Description

InfoSphere® Streams installs and manages an embedded version of Apache ZooKeeper. You can use the Embedded ZooKeeper for managing and storing configuration information in a basic domain.

Options and arguments

-h, --help
Specifies to show the command syntax.
--start
Specifies to start the embedded ZooKeeper service.
--status
Specifies to get the status of the service.
--stop
Specifies to stop the service.
--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.