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

captainzmc pushed a commit to branch ozone-1.3
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/ozone-1.3 by this push:
     new fb6367b32c HDDS-7440. Delete package-info class for 
org.apache.hadoop.io.erasurecode.rawcoder to avoid conflict with Hadoop (#3925)
fb6367b32c is described below

commit fb6367b32c5443763ec58fdfb8b4f732fd545169
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Nov 9 17:10:17 2022 +0100

    HDDS-7440. Delete package-info class for 
org.apache.hadoop.io.erasurecode.rawcoder to avoid conflict with Hadoop (#3925)
---
 .../dev-support/checkstyle/suppressions.xml        |  1 +
 .../io/erasurecode/rawcoder/package-info.java      | 29 ----------------------
 2 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/hadoop-hdds/dev-support/checkstyle/suppressions.xml 
b/hadoop-hdds/dev-support/checkstyle/suppressions.xml
index 7bc94797df..8eb5bf7c33 100644
--- a/hadoop-hdds/dev-support/checkstyle/suppressions.xml
+++ b/hadoop-hdds/dev-support/checkstyle/suppressions.xml
@@ -18,4 +18,5 @@
 
 <suppressions>
   <suppress checks="JavadocPackage" files="[\\/]src[\\/]test[\\/].*"/>
+  <suppress checks="JavadocPackage" 
files="src/main/java/org/apache/hadoop/io/erasurecode/rawcoder"/>
 </suppressions>
diff --git 
a/hadoop-hdds/erasurecode/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/package-info.java
 
b/hadoop-hdds/erasurecode/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/package-info.java
deleted file mode 100644
index 42c6705ffd..0000000000
--- 
a/hadoop-hdds/erasurecode/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/package-info.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- *
- * Erasure coding rawcoder utilities for Apache Ozone.
- *
- */
[email protected]
[email protected]
-package org.apache.hadoop.io.erasurecode.rawcoder;
-
-import org.apache.hadoop.classification.InterfaceAudience;
-import org.apache.hadoop.classification.InterfaceStability;
\ No newline at end of file


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

Reply via email to