HADOOP-11194. Ignore .keep files (kasha)
(cherry picked from commit d5084b9fa3
)
This commit is contained in:
parent
b4668f41e8
commit
f8e4cec08a
|
@ -3,6 +3,7 @@
|
|||
*.iws
|
||||
*.orig
|
||||
*.rej
|
||||
**/.keep
|
||||
.idea
|
||||
.svn
|
||||
.classpath
|
||||
|
|
|
@ -317,6 +317,8 @@ Release 2.6.0 - UNRELEASED
|
|||
HADOOP-10681. Remove unnecessary synchronization from Snappy & Zlib
|
||||
codecs. (Gopal Vijayaraghavan via acmurthy)
|
||||
|
||||
HADOOP-11194. Ignore .keep files. (kasha)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HADOOP-11182. GraphiteSink emits wrong timestamps (Sascha Coenen via raviprak)
|
||||
|
|
Loading…
Reference in New Issue