🐍 About This Fork🍴
--------------------
This is a fork of https://github.com/spotify/snakebite, via
https://github.com/kirklg/snakebite/tree/feature/python3. We maintain it enough
to work for our needs at the Internet Archive. We use the library with our CDH5
cluster and have not tested it with any other versions of hadoop. Please help
us improve this! Or make your own fork. No hard feelings.

---
Snakebite is a python library that provides a pure python HDFS client
and a wrapper around Hadoops minicluster. The client uses protobuf for
communicating with the NameNode and comes in the form of a library and a
command line interface. Currently, the snakebite client supports most
actions that involve the Namenode and reading data from DataNodes.
*Note:* all methods that read data from a data node are able to check
the CRC during transfer, but this is disabled by default because of
performance reasons. This is the opposite behaviour from the stock
Hadoop client.
~Snakebite requires python2 (python3 is not supported yet)~ and
python-protobuf 2.4.1 or higher.
Snakebite 1.3.x has been tested mainly against Cloudera CDH4.1.3 (hadoop
2.0.0) in production. Tests pass on HortonWorks HDP 2.0.3.22-alpha
(protocol versions 7 and 8)
Snakebite 2.x has been tested on Hortonworks HDP2.0 and CDH5 Beta and
ONLY supports Hadoop 2.2.0 and up (protocol version 9)!
Installing
==========
Snakebite-py3 releases will be available through pypi at
<https://pypi.python.org/pypi/snakebite-py3/>
To install snakebite run:
`pip install snakebite-py3`
Documentation
=============
More information and documentation can be found at
https://snakebite.readthedocs.io/en/latest/
Development
===========
Travis CI status: [](https://travis-ci.org/internetarchive/snakebite-py3)
[](https://gitter.im/spotify/snakebite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Copyright 2013-2016 Spotify AB
Copyright 2016-2019 Internet Archive and individual contributors
Raw data
{
"_id": null,
"home_page": "http://github.com/internetarchive/snakebite-py3",
"name": "snakebite-py3",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "hadoop, protobuf, hdfs",
"author": "Wouter de Bie",
"author_email": "wouter@spotify.com",
"download_url": "https://files.pythonhosted.org/packages/98/fb/f206527cd961ac7f4f75bdc3e6ca7a295eee2bd134a5c982f31568a5709b/snakebite_py3-3.0.6.tar.gz",
"platform": null,
"description": "\ud83d\udc0d About This Fork\ud83c\udf74\n--------------------\nThis is a fork of https://github.com/spotify/snakebite, via\nhttps://github.com/kirklg/snakebite/tree/feature/python3. We maintain it enough\nto work for our needs at the Internet Archive. We use the library with our CDH5\ncluster and have not tested it with any other versions of hadoop. Please help\nus improve this! Or make your own fork. No hard feelings.\n\n\n---\n\nSnakebite is a python library that provides a pure python HDFS client\nand a wrapper around Hadoops minicluster. The client uses protobuf for\ncommunicating with the NameNode and comes in the form of a library and a\ncommand line interface. Currently, the snakebite client supports most\nactions that involve the Namenode and reading data from DataNodes.\n\n*Note:* all methods that read data from a data node are able to check\nthe CRC during transfer, but this is disabled by default because of\nperformance reasons. This is the opposite behaviour from the stock\nHadoop client.\n\n~Snakebite requires python2 (python3 is not supported yet)~ and\npython-protobuf 2.4.1 or higher.\n\nSnakebite 1.3.x has been tested mainly against Cloudera CDH4.1.3 (hadoop\n2.0.0) in production. Tests pass on HortonWorks HDP 2.0.3.22-alpha\n(protocol versions 7 and 8)\n\nSnakebite 2.x has been tested on Hortonworks HDP2.0 and CDH5 Beta and\nONLY supports Hadoop 2.2.0 and up (protocol version 9)!\n\nInstalling\n==========\n\nSnakebite-py3 releases will be available through pypi at\n<https://pypi.python.org/pypi/snakebite-py3/>\n\nTo install snakebite run:\n\n`pip install snakebite-py3`\n\nDocumentation\n=============\n\nMore information and documentation can be found at\nhttps://snakebite.readthedocs.io/en/latest/\n\nDevelopment\n===========\n\nTravis CI status: [](https://travis-ci.org/internetarchive/snakebite-py3)\n[](https://gitter.im/spotify/snakebite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nCopyright 2013-2016 Spotify AB\nCopyright 2016-2019 Internet Archive and individual contributors\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Pure Python HDFS client",
"version": "3.0.6",
"project_urls": {
"Homepage": "http://github.com/internetarchive/snakebite-py3"
},
"split_keywords": [
"hadoop",
" protobuf",
" hdfs"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a851fe16156a007d637c963a7c7dd2e3c3cf79bad0f2cfc34245cb5e156a82fe",
"md5": "97d6dacee49660f783e38f7f16f19cc3",
"sha256": "456ad694d0d32db24fcd23039b4fdfb1bfff168bd15b96c8bc7fabb1ac9f6d9f"
},
"downloads": -1,
"filename": "snakebite_py3-3.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "97d6dacee49660f783e38f7f16f19cc3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 101530,
"upload_time": "2025-02-18T21:40:01",
"upload_time_iso_8601": "2025-02-18T21:40:01.156444Z",
"url": "https://files.pythonhosted.org/packages/a8/51/fe16156a007d637c963a7c7dd2e3c3cf79bad0f2cfc34245cb5e156a82fe/snakebite_py3-3.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "98fbf206527cd961ac7f4f75bdc3e6ca7a295eee2bd134a5c982f31568a5709b",
"md5": "fab55d912109fa0198285ecb65aa3148",
"sha256": "f6586f79610ca466506fd8507970b3fc059b0b5144e7a8f53e9474aaed2fc637"
},
"downloads": -1,
"filename": "snakebite_py3-3.0.6.tar.gz",
"has_sig": false,
"md5_digest": "fab55d912109fa0198285ecb65aa3148",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 86666,
"upload_time": "2025-02-18T21:40:02",
"upload_time_iso_8601": "2025-02-18T21:40:02.631107Z",
"url": "https://files.pythonhosted.org/packages/98/fb/f206527cd961ac7f4f75bdc3e6ca7a295eee2bd134a5c982f31568a5709b/snakebite_py3-3.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-18 21:40:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "internetarchive",
"github_project": "snakebite-py3",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "argparse",
"specs": []
},
{
"name": "protobuf",
"specs": [
[
"==",
"3.0.0b2.post2"
]
]
}
],
"tox": true,
"lcname": "snakebite-py3"
}