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

This commit is contained in:
Daniel Templeton 2017-04-19 09:41:09 -07:00
parent 9ff25408bc
commit d4483a2fe4

View File

@ -327,7 +327,7 @@ backend that can handle multiple contexts (file, gangalia etc.):
<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
...