File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ class HBaseGet(streamsx.topology.composite.Map):
555
555
"""
556
556
HBaseGet gets tuples from an HBase table.
557
557
558
- Example, gets tuples from HBase table 'streamsSample_lotr'.
558
+ Example, gets tuples from HBase table 'streamsSample_lotr'::
559
559
560
560
inputStream = _create_stream_for_get(topo)
561
561
# crete a query stream
@@ -856,7 +856,7 @@ class HBasePut(streamsx.topology.composite.Map):
856
856
HBasePut puts the incoming tuples into an Hbase table.
857
857
858
858
859
- Example, puts tuples into HBase table 'streamsSample_lotr'.
859
+ Example, puts tuples into HBase table 'streamsSample_lotr'::
860
860
861
861
import streamsx.hbase as hbase
862
862
@@ -1206,7 +1206,7 @@ class HBaseScan(streamsx.topology.composite.Source):
1206
1206
If no input port is specifed, then the operator scans the table according to the parameters that you specify, and sends the final punctuation.
1207
1207
1208
1208
1209
- Example, puts tuples into HBase table 'streamsSample_lotr'.
1209
+ Example, puts tuples into HBase table 'streamsSample_lotr'::
1210
1210
1211
1211
import streamsx.hbase as hbase
1212
1212
You can’t perform that action at this time.
0 commit comments