Skip to content

Commit

Permalink
Merge pull request #65 from continuuity/feature/issue-64
Browse files Browse the repository at this point in the history
Feature/issue 64
  • Loading branch information
wolf31o2 committed May 20, 2014
2 parents 5e005da + fcfb8ee commit 5936075
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

gem 'chefspec', '~> 3.1'

gem 'rubocop'
gem 'rubocop', '~> 0.21.0'
gem 'rubocop-checkstyle_formatter', require: false
gem 'rainbow', '<= 1.99.1'

Expand Down
1 change: 1 addition & 0 deletions recipes/hadoop_hdfs_datanode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
end

service 'hadoop-hdfs-datanode' do
status_command 'service hadoop-hdfs-datanode status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_hdfs_journalnode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
end

service 'hadoop-hdfs-journalnode' do
status_command 'service hadoop-hdfs-journalnode status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_hdfs_namenode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
end

service 'hadoop-hdfs-namenode' do
status_command 'service hadoop-hdfs-namenode status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_hdfs_secondarynamenode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
end

service 'hadoop-hdfs-secondarynamenode' do
status_command 'service hadoop-hdfs-secondarynamenode status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_hdfs_zkfc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
end

service 'hadoop-hdfs-zkfc' do
status_command 'service hadoop-hdfs-zkfc status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_mapreduce_historyserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
end

service 'hadoop-mapreduce-historyserver' do
status_command 'service hadoop-mapreduce-historyserver status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_yarn_nodemanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
end

service 'hadoop-yarn-nodemanager' do
status_command 'service hadoop-yarn-nodemanager status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_yarn_proxyserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
end

service 'hadoop-yarn-proxyserver' do
status_command 'service hadoop-yarn-proxyserver status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hadoop_yarn_resourcemanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
end

service 'hadoop-yarn-resourcemanager' do
status_command 'service hadoop-yarn-resourcemanager status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hbase_master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
end

service 'hbase-master' do
status_command 'service hbase-master status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hbase_rest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
end

service 'hbase-rest' do
status_command 'service hbase-rest status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hbase_thrift.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
end

service 'hbase-thrift' do
status_command 'service hbase-thrift status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hive_metastore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
end

service 'hive-metastore' do
status_command 'service hive-metastore status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hive_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
end

service 'hive-server' do
status_command 'service hive-server status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/hive_server2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
end

service 'hive-server2' do
status_command 'service hive-server2 status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
1 change: 1 addition & 0 deletions recipes/oozie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
end

service 'oozie' do
status_command 'service oozie status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
Expand Down
1 change: 1 addition & 0 deletions recipes/zookeeper_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
end # End log4j.properties

service 'zookeeper-server' do
status_command 'service zookeeper-server status'
supports [:restart => true, :reload => false, :status => true]
action :nothing
end
Expand Down

0 comments on commit 5936075

Please sign in to comment.