You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Takuma Wakamori (JIRA)" <ji...@apache.org> on 2016/04/28 13:50:12 UTC

[jira] [Created] (HIVE-13642) Update GUESS_FIELDS option in .reviewboardrc to support current version of RBTools.

Takuma Wakamori created HIVE-13642:
--------------------------------------

             Summary: Update GUESS_FIELDS option in .reviewboardrc to support current version of RBTools.
                 Key: HIVE-13642
                 URL: https://issues.apache.org/jira/browse/HIVE-13642
             Project: Hive
          Issue Type: Bug
            Reporter: Takuma Wakamori
            Assignee: Takuma Wakamori
            Priority: Trivial


According to the instruction of using [Review Board|https://cwiki.apache.org/confluence/display/Hive/Review+Board], we can create a review request by running the following command:
{code}
$ rbt post
{code}
However, if we use current version of RBTools (0.7.6), above command doesn't work because the values accepted to the option "--guess-fields" was updated since 0.6.
{code}
$ rbt --version
RBTools 0.7.6
$ rbt post
ERROR: Invalid value "true" for argument "--guess-fields"
{code}
It is better to update the value of GUESS_FIELDS option in .reviewboardrc to avoid this error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)