Skip to content

Commit

Permalink
Merge pull request #154 from caskdata/feature/mapred-history-done-dir
Browse files Browse the repository at this point in the history
check the intended directory
  • Loading branch information
wolf31o2 committed Mar 31, 2015
2 parents ded9438 + 525d6f6 commit 7e807f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/hadoop_mapreduce_historyserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
timeout 300
user 'hdfs'
group 'hdfs'
not_if "hdfs dfs -test -d #{jhs_intermediate_done_dir}", :user => 'hdfs'
not_if "hdfs dfs -test -d #{jhs_done_dir}", :user => 'hdfs'
action :nothing
end

Expand Down

0 comments on commit 7e807f4

Please sign in to comment.