You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2021/01/31 14:27:24 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17506. Fix typo in BUILDING.txt (#2662)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 084b56c  HADOOP-17506. Fix typo in BUILDING.txt (#2662)
084b56c is described below

commit 084b56c616cb35f32e3e06e66dd54db3177bad8d
Author: Gautham B A <ga...@gmail.com>
AuthorDate: Sun Jan 31 19:48:24 2021 +0530

    HADOOP-17506. Fix typo in BUILDING.txt (#2662)
    
    (cherry picked from commit 9801b78edf25289d02194d649bb5f679bd35600c)
    
     Conflicts:
    	BUILDING.txt
---
 BUILDING.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index cb3d68e..67bc7ed 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -96,7 +96,7 @@ Maven main modules:
          - hadoop-project           (Parent POM for all Hadoop Maven modules.             )
                                     (All plugins & dependencies versions are defined here.)
          - hadoop-project-dist      (Parent POM for modules that generate distributions.)
-         - hadoop-annotations       (Generates the Hadoop doclet used to generated the Javadocs)
+         - hadoop-annotations       (Generates the Hadoop doclet used to generate the Javadocs)
          - hadoop-assemblies        (Maven assemblies used by the different modules)
          - hadoop-common-project    (Hadoop Common)
          - hadoop-hdfs-project      (Hadoop HDFS)
@@ -107,7 +107,7 @@ Maven main modules:
 ----------------------------------------------------------------------------------
 Where to run Maven from?
 
-  It can be run from any module. The only catch is that if not run from utrunk
+  It can be run from any module. The only catch is that if not run from trunk
   all modules that are not part of the build run must be installed in the local
   Maven cache or available in a Maven repository.
 
@@ -162,7 +162,6 @@ Maven build goals:
     we silently build a version of libhadoop.so that cannot make use of snappy.
     This option is recommended if you plan on making use of snappy and want
     to get more repeatable builds.
-
   * Use -Dsnappy.prefix to specify a nonstandard location for the libsnappy
     header files and library files. You do not need this option if you have
     installed snappy using a package manager.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org