Browse Source

HADOOP-8370. Native build failure: javah: class file for org.apache.hadoop.classification.InterfaceAudience not found (Trevor Robinson via tgraves)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1367764 13f79535-47bb-0310-9956-ffa450edef68
Thomas Graves 12 years ago
parent
commit
c29851024f

+ 4 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -869,6 +869,10 @@ Release 0.23.3 - UNRELEASED
 
 
     HADOOP-8637. FilterFileSystem#setWriteChecksum is broken (daryn via bobby)
     HADOOP-8637. FilterFileSystem#setWriteChecksum is broken (daryn via bobby)
 
 
+    HADOOP-8370. Native build failure: javah: class file for 
+    org.apache.hadoop.classification.InterfaceAudience not found  (Trevor
+    Robinson via tgraves)
+
 Release 0.23.2 - UNRELEASED 
 Release 0.23.2 - UNRELEASED 
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-common-project/hadoop-common/pom.xml

@@ -44,7 +44,7 @@
     <dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-annotations</artifactId>
       <artifactId>hadoop-annotations</artifactId>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     </dependency>
     <dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <groupId>com.google.guava</groupId>