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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new bc0c3ec  HADOOP-17390. Skip license check on lz4 code files (#2478)
bc0c3ec is described below

commit bc0c3ece0fc69093d373280ddc37bd7887cd6d23
Author: dengzh <[email protected]>
AuthorDate: Fri Nov 20 22:12:20 2020 +0800

    HADOOP-17390. Skip license check on lz4 code files (#2478)
    
    
    The relevant files are `Copyright (C) 2011-present, Yann Collet.` and 
licensed on the BSD 2-clause license
    
    Contributed by Zhihua Deng.
---
 .../hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
index c2a521f..8dc8089 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml
@@ -102,6 +102,8 @@
         <configuration>
           <excludes>
             <exclude>src/main/native/testData/*</exclude>
+            <exclude>**/lz4.h</exclude>
+            <exclude>**/lz4.c</exclude>
           </excludes>
         </configuration>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to