When running the 'hadoop::default' and 'hadoop::hive' recipes on the same machine the hive recipe fails when installing 'libmysql-java' package.
The error happens cause the HDP repository already includes a 'mysql-connector-java' which contains the file '/usr/share/java/mysql-connector-java.jar', which causes apt to abort. The package mysql-connector-java is an indirect dependency of 'hadoop-2-2-0-0-2041' pkg.
Thanks for reporting this. It would be great if you could submit a pull request for this. Otherwise, I will get to it as soon as I can.