Browse Source

HDFS-16523. Fix dependency error in hadoop-hdfs on M1 Mac (#4112)

The version of hawtjni-runtime has been fixed to 1.11 to avoid build failures

Contributed by Akira Ajisaka
Akira Ajisaka 3 years ago
parent
commit
4e32318ace
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hadoop-project/pom.xml

+ 5 - 0
hadoop-project/pom.xml

@@ -1481,6 +1481,11 @@
         <artifactId>leveldbjni-all</artifactId>
         <version>1.8</version>
       </dependency>
+      <dependency>
+        <groupId>org.fusesource.hawtjni</groupId>
+        <artifactId>hawtjni-runtime</artifactId>
+        <version>1.11</version>
+      </dependency>
 
       <dependency>
         <groupId>com.microsoft.azure</groupId>