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 ta...@apache.org on 2018/08/03 14:40:32 UTC

hadoop git commit: HDFS-11610. sun.net.spi.nameservice.NameService has moved to a new location. Contributed by Akira Ajisaka.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 3426f4062 -> 2b18bb4f3


HDFS-11610. sun.net.spi.nameservice.NameService has moved to a new location. Contributed by Akira Ajisaka.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2b18bb4f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2b18bb4f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2b18bb4f

Branch: refs/heads/trunk
Commit: 2b18bb4f37b9eec504b084e11384ec5ede4e0779
Parents: 3426f40
Author: Takanobu Asanuma <ta...@apache.org>
Authored: Fri Aug 3 23:38:05 2018 +0900
Committer: Takanobu Asanuma <ta...@apache.org>
Committed: Fri Aug 3 23:38:05 2018 +0900

----------------------------------------------------------------------
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2b18bb4f/hadoop-hdfs-project/hadoop-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
index fcd5ae1..065c175 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -580,6 +580,23 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
         </plugins>
       </build>
     </profile>
-
+    <profile>
+      <id>java9</id>
+      <activation>
+        <jdk>[9,)</jdk>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+              <testExcludes>
+                <testExclude>org/apache/hadoop/hdfs/TestDFSClientFailover.java</testExclude>
+              </testExcludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 </project>


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