Skip to content

Commit f6538c6

Browse files
committed
README.md file updated. #10
1 parent e091fbd commit f6538c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ python3 -u -m unittest streamsx.hbase.tests.test_hbase.TestDistributedPut
121121
This test requires STREAMS_INSTALL set and a running Streams instance.
122122

123123
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.
125125

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
131131

132132

133133
```

0 commit comments

Comments
 (0)