HADOOP-12959. Add additional github web site for ISA-L library (Li Bo via 
cmccabe)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f65f5b18
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f65f5b18
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f65f5b18

Branch: refs/heads/HDFS-7240
Commit: f65f5b18fd4647e868b8d2a2c035a3b64dc16aa8
Parents: f61de41
Author: Colin Patrick Mccabe <cmcc...@cloudera.com>
Authored: Mon Apr 4 16:30:32 2016 -0700
Committer: Colin Patrick Mccabe <cmcc...@cloudera.com>
Committed: Mon Apr 4 16:30:32 2016 -0700

----------------------------------------------------------------------
 BUILDING.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/f65f5b18/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 408cae1..c7a91da 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -75,6 +75,7 @@ Optional packages:
   $ sudo apt-get install snappy libsnappy-dev
 * Intel ISA-L library for erasure coding
   Please refer to 
https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version
+  (OR https://github.com/01org/isa-l)
 * Bzip2
   $ sudo apt-get install bzip2 libbz2-dev
 * Jansson (C Library for JSON)
@@ -188,11 +189,12 @@ Maven build goals:
 
  Intel ISA-L build options:
 
-   Intel ISA-L is a erasure coding library that can be utilized by the native 
code.
+   Intel ISA-L is an erasure coding library that can be utilized by the native 
code.
    It is currently an optional component, meaning that Hadoop can be built with
    or without this dependency. Note the library is used via dynamic module. 
Please
    reference the official site for the library details.
    https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version
+   (OR https://github.com/01org/isa-l)
 
   * Use -Drequire.isal to fail the build if libisal.so is not found.
     If this option is not specified and the isal library is missing,

Reply via email to