diff --git a/.kitchen.yml b/.kitchen.yml index f807b65..14202ac 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -150,7 +150,7 @@ suites: - recipe[hadoop::zookeeper] - recipe[hadoop::zookeeper_server] attributes: { hadoop: { distribution: 'hdp', distribution_version: '2.1' } } - - name: bigtop070 + - name: bigtop080 excludes: debian-6.0.10, ubuntu-14.04 run_list: - recipe[hadoop::default] @@ -173,4 +173,4 @@ suites: - recipe[hadoop::pig] - recipe[hadoop::zookeeper] - recipe[hadoop::zookeeper_server] - attributes: { hadoop: { distribution: 'bigtop', distribution_version: '0.7.0' } } + attributes: { hadoop: { distribution: 'bigtop', distribution_version: '0.8.0' } }