IBM Streams HBASE integration
Project description
Overview
Provides functions to access HBASE. For example, connect to Hortonworks (HDP). This package exposes the com.ibm.streamsx.hbase toolkit as Python methods.
Sample
A simple Streams application that scans a HBASE table and prints the scanned rows:
from streamsx.topology.topology import * from streamsx.topology.schema import CommonSchema, StreamSchema from streamsx.topology.context import submit import streamsx.hbase as hbase topo = Topology('hbase_scan_sample') scanned_rows = hbase.scan(topo, table_name='sample', max_versions=1 , init_delay=2) scanned_rows.print() cfg = {} cfg[streamsx.topology.context.ConfigParams.SSL_VERIFY] = False submit ('DISTRIBUTED', topo, cfg)
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
streamsx.hbase-1.4.0.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file streamsx.hbase-1.4.0.tar.gz
.
File metadata
- Download URL: streamsx.hbase-1.4.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 768f22b83ddbb5b724e44dc81f5a5919ff00b675ba67e2632a7ed57e00d71b30 |
|
MD5 | 32f6e33c8035182c89832cb7ce2b9af6 |
|
BLAKE2b-256 | 69a3c484e6663d25e54c3d29f72d25d25a8c3c86b4446c0fdc067bd3e19d3325 |
File details
Details for the file streamsx.hbase-1.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: streamsx.hbase-1.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7c540fbb14f24a952b33bba10f7bae28aa8486fd26a67ea8f54fad38d1fe193 |
|
MD5 | 4e2d775f8e01cedd513322524ff5d729 |
|
BLAKE2b-256 | a7049b443da4b7547ded239024c55edb71439b68dc73b76e3ec23eabd69b91fa |