Skip to main content

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


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.3.3.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

streamsx.hbase-1.3.3-py2.py3-none-any.whl (13.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file streamsx.hbase-1.3.3.tar.gz.

File metadata

  • Download URL: streamsx.hbase-1.3.3.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for streamsx.hbase-1.3.3.tar.gz
Algorithm Hash digest
SHA256 9e6786c31a82ebdd38a6a26ad9a03aeec8f5045f137564fc90efa130e77e06f3
MD5 788b96f1b3c49b93043eb83566248f00
BLAKE2b-256 0f4ed8de568be7b48bfbab630bb57562e3a959b9084d4ba15024d76677578a8a

See more details on using hashes here.

File details

Details for the file streamsx.hbase-1.3.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for streamsx.hbase-1.3.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 891976e916632f66961def590ceb3d0cdb56a35ee130ae0ec72a87c0f171e43e
MD5 9785631aa9770df7605d4c57156e831a
BLAKE2b-256 cafa60a292586cc419753e34a003270be3a36c4656a4e12128a8082eabe07b8c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page