HADOOP-13997. Typo in metrics docs (Contributed by Ana Krasteva via Daniel Templeton)

(cherry picked from commit d4483a2fe4)
This commit is contained in:
Daniel Templeton 2017-04-19 09:41:09 -07:00
parent 1ae6be46b4
commit 5225ae50b7
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@
<td><pre>
myprefix.sink.*.class=org.apache.hadoop.metrics2.sink.FileSink
myprefix.sink.file0.context=context0
myprefix.sink.file0.filename=context1.out
myprefix.sink.file0.filename=context0.out
myprefix.sink.file1.context=context1
myprefix.sink.file1.filename=context1.out
...