HDFS-12622. Fix enumerate in HDFSErasureCoding.md. Contributed by Yiqun Lin.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dc63a6a5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dc63a6a5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dc63a6a5 Branch: refs/heads/YARN-5881 Commit: dc63a6a52b7fdf076ab83a774b0378f77c1c0cd3 Parents: 639f98c Author: Akira Ajisaka <[email protected]> Authored: Wed Oct 11 18:09:53 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Oct 11 18:09:53 2017 +0900 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dc63a6a5/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md index c8ef6c7..a171665 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSErasureCoding.md @@ -140,6 +140,7 @@ Deployment ### Enable Intel ISA-L HDFS native implementation of default RS codec leverages Intel ISA-L library to improve the encoding and decoding calculation. To enable and use Intel ISA-L, there are three steps. + 1. Build ISA-L library. Please refer to the official site "https://github.com/01org/isa-l/" for detail information. 2. Build Hadoop with ISA-L support. Please refer to "Intel ISA-L build options" section in "Build instructions for Hadoop" in (BUILDING.txt) in the source code. 3. Use `-Dbundle.isal` to copy the contents of the `isal.lib` directory into the final tar file. Deploy Hadoop with the tar file. Make sure ISA-L is available on HDFS clients and DataNodes. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
