Skip to content

Commit

Permalink
[HADOOP-8648]Updating dr-elephant release ID to 0.6.4
Browse files Browse the repository at this point in the history
RB=417448
BUGS=HADOOP-8648
R=fli
A=fli
  • Loading branch information
mcvsubbu committed Jan 21, 2015
1 parent 6fc595c commit be47552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import play.Project._

name := "dr-elephant"

version := "0.6.4-SNAPSHOT"
version := "0.6.4"

javacOptions in Compile ++= Seq("-source", "1.6", "-target", "1.6")

Expand Down
4 changes: 2 additions & 2 deletions conf/CounterPublisherConf.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
HDFS Publishers:
For HDFS publishers, the top-level directory can be configured. If it is not configured
the the default is "/data/HadoopCounters/". Then the date hierarchy is created under the top
level directory as YYYY/MM/DD/HH/jobs. Under this hierarchy, a file is created for each job
the the default is "/data/HadoopCounters". Then the date hierarchy is created under the top
level directory as hourly/YYYY/MM/DD/HH/. Under this hierarchy, a file is created for each job
that puts out counters.
-->

Expand Down

0 comments on commit be47552

Please sign in to comment.