Skip to main content

IBM Streams HDFS integration

Project description

Overview

Provides functions to access files on HDFS. For example, connect to IBM Analytics Engine on IBM Cloud.

This package exposes the com.ibm.streamsx.hdfs toolkit as Python methods for use with Streaming Analytics service on IBM Cloud and IBM Streams including IBM Cloud Pak for Data.

Sample

A simple hello world example of a Streams application writing string messages to a file to HDFS. Scan for created file on HDFS and read the content:

from streamsx.topology.topology import *
from streamsx.topology.schema import CommonSchema, StreamSchema
from streamsx.topology.context import submit
import streamsx.hdfs as hdfs

credentials = json.load(credentials_analytics_engine_service)

topo = Topology('HDFSHelloWorld')

to_hdfs = topo.source(['Hello', 'World!'])
to_hdfs = to_hdfs.as_string()

# Write a stream to HDFS
hdfs.write(to_hdfs, credentials=credentials, file='/sample/hw.txt')

scanned = hdfs.scan(topo, credentials=credentials, directory='/sample', init_delay=10)

# read text file line by line
r = hdfs.read(scanned, credentials=credentials)

# print each line (tuple)
r.print()

submit('STREAMING_ANALYTICS_SERVICE', topo)
# Use for IBM Streams including IBM Cloud Pak for Data
# submit ('DISTRIBUTED', topo)

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.hdfs-1.1.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamsx.hdfs-1.1.0-py2.py3-none-any.whl (13.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file streamsx.hdfs-1.1.0.tar.gz.

File metadata

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

File hashes

Hashes for streamsx.hdfs-1.1.0.tar.gz
Algorithm Hash digest
SHA256 e495e18772b58cf1a45913a02239726b749e2ff628b509e9bc75b8aeddad9ef3
MD5 53de607ec2c71a9b38901a3dec13e614
BLAKE2b-256 2dbb9968e506f6ba0ed1a990e11449e50e6b507ae577ee5b54a5bcd358cd608f

See more details on using hashes here.

File details

Details for the file streamsx.hdfs-1.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for streamsx.hdfs-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9aed23bea9f1896221cd17a875b00117201d228afb45b0576833014061d5733d
MD5 7335de9b6b92e5afe9debd13dd051f77
BLAKE2b-256 4c223e6af1cfe8a4b957d5f0b84b47ff83ab331be43bce972ebff8eb8281c583

See more details on using hashes here.

Supported by

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