From 47e9bf84adfca4b0827bc69337cbee51852bbe9f Mon Sep 17 00:00:00 2001 From: Anirudh Date: Sat, 28 Oct 2017 13:25:05 +0530 Subject: [PATCH 1/2] Formatting changes Better readability and Grammar. --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2fc0968..3763e97 100644 --- a/README.md +++ b/README.md @@ -2,28 +2,29 @@ --- 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 +and a wrapper around Hadoop's minicluster. The client uses protobuf for +communicating with the NameNode and it 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 +*Note:* all methods that read data from a DataNode 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 requires `python2` and `python-protobuf 2.4.1` or higher. +(`python3` is not supported yet) -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)! +Snakebite 1.3.x has been tested mainly against Cloudera `CDH4.1.3` +(which is `Hadoop2.0.0`) in production. Tests passed on HortonWorks +`HDP 2.0.3.22-alpha` (protocol versions 7 and 8) -Installing -========== +`Snakebite 2.x` has been tested on `Hortonworks HDP2.0`, `CDH5 Beta` and +ONLY supports `Hadoop 2.2.0` and up (protocol version 9)! + +installation +============ Snakebite releases are available through pypi at From 3a01a347b9d67ca833e84d880feb019f9b9e2e54 Mon Sep 17 00:00:00 2001 From: Anirudh Date: Sat, 28 Oct 2017 13:26:26 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3763e97..3cff700 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Snakebite 1.3.x has been tested mainly against Cloudera `CDH4.1.3` `Snakebite 2.x` has been tested on `Hortonworks HDP2.0`, `CDH5 Beta` and ONLY supports `Hadoop 2.2.0` and up (protocol version 9)! -installation +Installation ============ Snakebite releases are available through pypi at