You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page explains how to use Phabricator for code review of contributions to Apache Hive.  Phabricator usage is currently under test; the official code review tool is still Review Board, but we're thinking about changing that, so please help test out Phabricator and let us know what you think on the Hive mailing lists.

Setup

  1. Visit https://reviews.facebook.net and set up an account there.
  2. The Phabricator command-line tool arc requires a PHP interpreter available on your development machine.  If you can run the command php --version, you already have it.  If not, google for "php command line" to see how to install it for your system.
  3. Next, install arc.
  4. In your Hive checkout (either git or svn), run arc install-certificate and follow the instructions given
  5. Run ant arc-setup to install an extra module needed for JIRA integration.

That's it, you're ready to use Phabricator!

  • No labels