Skip to content

Commit bc9ef1e

Browse files
author
markheger
committed
remove sample from package description
1 parent b542944 commit bc9ef1e

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

package/DESC.txt

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
Overview
22
========
33

4-
Provides functions to access HBASE. For example, connect to Hortonworks (HDP).
5-
This package exposes the `com.ibm.streamsx.hbase` toolkit as Python methods.
4+
Provides functions and classes to access HBASE. For example, connect to Hortonworks (HDP).
65

6+
This package exposes the `com.ibm.streamsx.hbase <https://ibmstreams.github.io/streamsx.hbase/>`_ toolkit as Python methods for use with Streaming Analytics service on
7+
IBM Cloud and IBM Streams including IBM Cloud Pak for Data.
78

8-
Sample
9-
======
10-
11-
A simple Streams application that scans a HBASE table and prints
12-
the scanned rows::
13-
14-
from streamsx.topology.topology import *
15-
from streamsx.topology.schema import CommonSchema, StreamSchema
16-
from streamsx.topology.context import submit
17-
import streamsx.hbase as hbase
18-
19-
topo = Topology('hbase_scan_sample')
20-
21-
scanned_rows = hbase.scan(topo, table_name='sample', max_versions=1 , init_delay=2)
22-
scanned_rows.print()
23-
24-
cfg = {}
25-
cfg[streamsx.topology.context.ConfigParams.SSL_VERIFY] = False
26-
submit ('DISTRIBUTED', topo, cfg)
9+
* `Streaming Analytics service <https://console.ng.bluemix.net/catalog/services/streaming-analytics>`_
10+
* `IBM Streams developer community <https://developer.ibm.com/streamsdev/>`_
2711

2812

2913
Documentation

0 commit comments

Comments
 (0)