You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by li...@apache.org on 2020/07/03 02:08:58 UTC

[hadoop-ozone] branch HDDS-2823 updated: HDDS-3911. Compile error in acceptance test on HDDS-2823 (#1157)

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

licheng pushed a commit to branch HDDS-2823
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/HDDS-2823 by this push:
     new 144f9a8  HDDS-3911. Compile error in acceptance test on HDDS-2823 (#1157)
144f9a8 is described below

commit 144f9a83390a60cf66a6c7f148218ebaf95db7ef
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Fri Jul 3 04:08:44 2020 +0200

    HDDS-3911. Compile error in acceptance test on HDDS-2823 (#1157)
---
 .../src/main/proto/SCMRatisProtocol.proto          |  0
 hadoop-hdds/server-scm/pom.xml                     | 26 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/hadoop-hdds/server-scm/src/main/proto/SCMRatisProtocol.proto b/hadoop-hdds/interface-server/src/main/proto/SCMRatisProtocol.proto
similarity index 100%
rename from hadoop-hdds/server-scm/src/main/proto/SCMRatisProtocol.proto
rename to hadoop-hdds/interface-server/src/main/proto/SCMRatisProtocol.proto
diff --git a/hadoop-hdds/server-scm/pom.xml b/hadoop-hdds/server-scm/pom.xml
index 8c17aae..92b563f 100644
--- a/hadoop-hdds/server-scm/pom.xml
+++ b/hadoop-hdds/server-scm/pom.xml
@@ -169,32 +169,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-maven-plugins</artifactId>
-        <executions>
-          <execution>
-            <id>compile-protoc</id>
-            <goals>
-              <goal>protoc</goal>
-            </goals>
-            <configuration>
-              <protocVersion>${protobuf.version}</protocVersion>
-              <imports>
-                <param>
-                  ${basedir}/src/main/proto
-                </param>
-              </imports>
-              <source>
-                <directory>${basedir}/src/main/proto</directory>
-                <includes>
-                  <include>SCMRatisProtocol.proto</include>
-                </includes>
-              </source>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
         <configuration>


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