You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/DESC.txt
+5-21Lines changed: 5 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,13 @@
1
1
Overview
2
2
========
3
3
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).
6
5
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.
7
8
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
0 commit comments