Hive 0.12.0 (and previous versions) worked with Hadoop 0.20.x, 0.23.x.y, 1.x.y, 2.x.y.
Hive 0.13.0 did not work with Hadoop 0.20.x out of the box and to make it work I had to patch Hadoop installation and add Path(URL) constructor and Configuration.unset() method. After that the basic functionality seems to be working. Both issues originate from the org.apache.hadoop.hive.ql.exec.Utilities I know that Hadoop 0.20.x is old but some of us still have to work with that version. So does anyone know what is the minimal required version of Hadoop for Hive 0.13.0? Thanks Dmitry Vasilenko
