Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Modify the source code and add some (very) nice features using your favorite IDE.

...

Hive is built by Ant, a Java building build tool.

To build Hive, run

No Format

ant clean package

Hadoop Dependencies

The Hive build downloads a number of different Hadoop versions via ivy in order to compile "shims" which allow for compatibility with these Hadoop versions. However, by default, the rest of Hive is only built and tested against a single Hadoop version (0.20.1 as of this writing, but check build.properties for the latest).

...