OSDN Git Service

fix service control.
[metasearch/grid-chef-repo.git] / roles / test-hdp2-on-localhost.rb
index 36e233b..42c02d0 100644 (file)
@@ -9,7 +9,13 @@ run_list(
 
 default_attributes(
   'hdp' => {
-    'version' => '2.0.0.2',
+    'version' => '2.0.6.0',
+    #'version' => '2.0.5.0',
+    #'version' => '2.0.4.0',
+    #'version' => '2.0.0.2',
+    'yum_repo' => {
+      'update' => true
+    }
   },
   'hadoop' => {
     'install_flavor' => 'hdp',