HADOOP-11194. Ignore .keep files (kasha)
(cherry picked from commit d5084b9fa3
)
This commit is contained in:
parent
a78dd99d67
commit
cdf265de4f
|
@ -3,6 +3,7 @@
|
|||
*.iws
|
||||
*.orig
|
||||
*.rej
|
||||
**/.keep
|
||||
.idea
|
||||
.svn
|
||||
.classpath
|
||||
|
|
|
@ -297,6 +297,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