Skip to content

Commit 44d3eb5

Browse files
committed
README.md file upgraded: #10
1 parent f6538c6 commit 44d3eb5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ python3 -u -m unittest streamsx.hbase.tests.test_hbase.TestParams
9898

9999
### Test with local Streams instance
100100

101-
This test requires STREAMS_INSTALL set and a running Streams instance.
101+
This test requires `STREAMS_INSTALL` set and a running Streams instance.
102102

103103
Required environment variable for the `com.ibm.streamsx.hbase` toolkit location: `STREAMS_HBASE_TOOLKIT`
104104

@@ -118,16 +118,16 @@ cd package
118118
python3 -u -m unittest streamsx.hbase.tests.test_hbase.TestDistributedPut
119119
```
120120
### 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.
122122

123123
Required environment variable for the `com.ibm.streamsx.hbase` toolkit location: `STREAMS_HBASE_TOOLKIT`
124124
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- 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
131131

132132

133133
```

0 commit comments

Comments
 (0)