X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=roles%2Ftest-ah2-on-localhost.rb;h=e40c971b883b3206a9be9a27f29b50fed89f3c25;hb=86ce4a9d76e11fbc92f456700ea25d3140657106;hp=bc8c940ef2f5433b3ff4de991c7ba2378c9ea0dc;hpb=d2a284214e62b5d82c1fde611090e5b809849fcc;p=metasearch%2Fgrid-chef-repo.git diff --git a/roles/test-ah2-on-localhost.rb b/roles/test-ah2-on-localhost.rb index bc8c940..e40c971 100644 --- a/roles/test-ah2-on-localhost.rb +++ b/roles/test-ah2-on-localhost.rb @@ -12,7 +12,9 @@ default_attributes( 'version' => '3.4.5' }, 'hadoop' => { - 'version' => '2.1.0-beta', + 'version' => '2.3.0', + #'version' => '2.2.0', + #'version' => '2.1.1-beta', #'version' => '2.0.6-alpha', 'hadoop.http.authentication.type' => 'simple', 'metrics2' => { @@ -29,11 +31,11 @@ default_attributes( => 'org.apache.hadoop.yarn.server.nodemanager.util.CgroupsLCEResourcesHandler', }, 'hbase' => { - 'version' => '0.94.7' + 'version' => '0.94.13' }, 'pig' => { - 'version' => '0.11.1' - #'version' => '0.11.0' + 'version' => '0.12.0' + #'version' => '0.11.1' } )