merge -r 1367763:1367764 from trunk. FIXES: HADOOP-8370
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1367765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6817f87461
commit
7fd5b56a8b
|
@ -688,6 +688,10 @@ Release 0.23.3 - UNRELEASED
|
|||
|
||||
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
|
||||
|
||||
NEW FEATURES
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-annotations</artifactId>
|
||||
<scope>provided</scope>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
|
|
Loading…
Reference in New Issue