HADOOP-11581. Multithreaded correctness Warnings #org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw)
This commit is contained in:
parent
cfd8a2174a
commit
b015fec601
|
@ -382,6 +382,9 @@ Trunk (Unreleased)
|
|||
HADOOP-11559. Add links to RackAwareness and InterfaceClassification
|
||||
to site index (Masatake Iwasaki via aw)
|
||||
|
||||
HADOOP-11581. Multithreaded correctness Warnings
|
||||
#org.apache.hadoop.fs.shell.Ls (Brahma Reddy Battula via aw)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||
|
|
|
@ -84,7 +84,7 @@ class Ls extends FsCommand {
|
|||
" Use time of last access instead of modification for\n" +
|
||||
" display and sorting.";
|
||||
|
||||
protected static final SimpleDateFormat dateFormat =
|
||||
protected final SimpleDateFormat dateFormat =
|
||||
new SimpleDateFormat("yyyy-MM-dd HH:mm");
|
||||
|
||||
protected int maxRepl = 3, maxLen = 10, maxOwner = 0, maxGroup = 0;
|
||||
|
|
Loading…
Reference in New Issue