Skip to content

Commit e7dae1b

Browse files
author
KIRSTEN W. HILDRUM
committed
Fix spacing
1 parent 045f665 commit e7dae1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

com.ibm.streamsx.hbase/info.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
8383
2. Configure the SPL compiler to find the toolkit root directory. Use one of the following methods:
8484
* Set the **STREAMS_SPLPATH** environment variable to the root directory of a toolkit
8585
or multiple toolkits (with : as a separator). For example:
86-
export STREAMS_SPLPATH=$STREAMS_INSTALL/toolkits/com.ibm.streamsx.hbase
86+
export STREAMS_SPLPATH=$STREAMS_INSTALL/toolkits/com.ibm.streamsx.hbase
8787
* Specify the **-t** or **--spl-path** command parameter when you run the **sc** command. For example:
88-
sc -t $STREAMS_INSTALL/toolkits/com.ibm.streamsx.hbase -M MyMain
88+
sc -t $STREAMS_INSTALL/toolkits/com.ibm.streamsx.hbase -M MyMain
8989
where MyMain is the name of the SPL main composite.
9090
**Note**: These command parameters override the **STREAMS_SPLPATH** environment variable.
9191
* Add the toolkit location in InfoSphere Streams Studio.
9292
3. Develop your application. To avoid the need to fully qualify the operators, add a use directive in your application.
9393
* For example, you can add the following clause in your SPL source file:
94-
use com.ibm.streamsx.hbase::*;
94+
use com.ibm.streamsx.hbase::*;
9595
You can also specify a use clause for individual operators by replacing the asterisk (\*) with the operator name. For example:
96-
use com.ibm.streamsx.hbase::HBASEDelete;
96+
use com.ibm.streamsx.hbase::HBASEDelete;
9797
4. Build your application. You can use the **sc** command or Streams Studio.
9898
5. Start the InfoSphere Streams instance.
9999
6. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.

0 commit comments

Comments
 (0)