Skip to content

Commit

Permalink
temporary fix until spark and flink work with 1770
Browse files Browse the repository at this point in the history
  • Loading branch information
ErmiasG authored Feb 21, 2017
1 parent 7529a7c commit 348a0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/jhs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
action :create_as_superuser
owner node.apache_hadoop.hdfs.user
group node.apache_hadoop.group
mode "1775"
mode "1777"
not_if ". #{node.apache_hadoop.home}/sbin/set-env.sh && #{node.apache_hadoop.home}/bin/hdfs dfs -test -d #{d}"
end
end

0 comments on commit 348a0a9

Please sign in to comment.