File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ python3 -u -m unittest streamsx.hbase.tests.test_hbase.TestDistributedPut
121
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
- and HADOOP_HOST_PORT environment variable (hostname: port ) to create a hbase-site.xml file.
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- hbase. HBasePut puts the rows into test table 'streamsSample_lotr'
128
- 3- The standard Beacon operator creates 10 rwos as query for HbsaeGet
129
- 4- hbase. HBaseGet gets the rows from test table 'streamsSample_lotr'
130
- 5- hbase. HBaseScan scans the test table 'streamsSample_lotr' and delivers the rows in output stream
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
131
131
132
132
133
133
```
You can’t perform that action at this time.
0 commit comments