HADOOP-10439. Fix compilation error in branch-2 after HADOOP-10426. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
38d0fb9238
commit
496c14ccf0
|
@ -22,6 +22,8 @@ Release 2.5.0 - UNRELEASED
|
|||
removes unused FileContext.getFileStatus(..) and fixes various javac
|
||||
warnings. (szetszwo)
|
||||
|
||||
HADOOP-10439. Fix compilation error in branch-2 after HADOOP-10426. (wheat9)
|
||||
|
||||
Release 2.4.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
package org.apache.hadoop.fs.shell;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.LinkedList;
|
||||
|
|
Loading…
Reference in New Issue