Quellcode durchsuchen

HADOOP-10973. Native Libraries Guide contains format error. (Contributed by Peter Klavins)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618682 13f79535-47bb-0310-9956-ffa450edef68
Arpit Agarwal vor 10 Jahren
Ursprung
Commit
110cf46a07

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -612,6 +612,9 @@ Release 2.6.0 - UNRELEASED
     negative values on busy clusters (Tsuyoshi OZAWA and Akira AJISAKA
     via jlowe)
 
+    HADOOP-10973. Native Libraries Guide contains format error. (Peter Klavins
+    via Arpit Agarwal)
+
 Release 2.5.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 4 - 2
hadoop-common-project/hadoop-common/src/site/apt/NativeLibraries.apt.vm

@@ -56,10 +56,12 @@ Native Libraries Guide
 
     [[4]] Install the compression codec development packages (>zlib-1.2,
        >gzip-1.2):
-          + If you download the library, install one or more development
+
+          * If you download the library, install one or more development
             packages - whichever compression codecs you want to use with
             your deployment.
-          + If you build the library, it is mandatory to install both
+
+          * If you build the library, it is mandatory to install both
             development packages.
 
     [[5]] Check the runtime log files.