@@ -98,7 +98,7 @@ python3 -u -m unittest streamsx.hbase.tests.test_hbase.TestParams
98
98
99
99
### Test with local Streams instance
100
100
101
- This test requires STREAMS_INSTALL set and a running Streams instance.
101
+ This test requires ` STREAMS_INSTALL ` set and a running Streams instance.
102
102
103
103
Required environment variable for the ` com.ibm.streamsx.hbase ` toolkit location: ` STREAMS_HBASE_TOOLKIT `
104
104
@@ -118,16 +118,16 @@ cd package
118
118
python3 -u -m unittest streamsx.hbase.tests.test_hbase.TestDistributedPut
119
119
```
120
120
### Test with local Streams instance and composite classes
121
- This test requires STREAMS_INSTALL set and a running Streams instance.
121
+ This test requires ` STREAMS_INSTALL ` set and a running Streams instance.
122
122
123
123
Required environment variable for the ` com.ibm.streamsx.hbase ` toolkit location: ` STREAMS_HBASE_TOOLKIT `
124
124
And ` HADOOP_HOST_PORT ` environment variable (hostname: port ) to create a ` hbase-site.xml ` file.
125
125
126
- 1 - The standard ` Beacon ` operator creates 10 rows.
127
- 2 - The ` HBasePut ` puts the rows into test table 'streamsSample_lotr'
128
- 3 - The standard ` Beacon ` operator creates 10 rwos as query for HbsaeGet
129
- 4 - The ` HBaseGet ` gets the rows from test table 'streamsSample_lotr'
130
- 5 - The ` HBaseScan ` scans the test table 'streamsSample_lotr' and delivers the rows in output stream
126
+ - The standard ` Beacon ` operator creates 10 rows.
127
+ - The ` HBasePut ` puts the rows into test table 'streamsSample_lotr'
128
+ - The standard ` Beacon ` operator creates 10 rwos as query for HbsaeGet
129
+ - The ` HBaseGet ` gets the rows from test table 'streamsSample_lotr'
130
+ - The ` HBaseScan ` scans the test table 'streamsSample_lotr' and delivers the rows in output stream
131
131
132
132
133
133
```
0 commit comments