You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Zoltan Ivanfi (JIRA)" <ji...@apache.org> on 2017/11/07 10:58:00 UTC

[jira] [Created] (PARQUET-1156) dev/merge_parquet_pr.py problems

Zoltan Ivanfi created PARQUET-1156:
--------------------------------------

             Summary: dev/merge_parquet_pr.py problems
                 Key: PARQUET-1156
                 URL: https://issues.apache.org/jira/browse/PARQUET-1156
             Project: Parquet
          Issue Type: Bug
            Reporter: Zoltan Ivanfi


I have run into several issues while trying to run dev/merge_parquet_pr.py according to the [instructions|https://parquet.apache.org/contribute/]:
* The optional import {{jira.client}} is only checked for the {{resolve_jira()}} call, but the script fails much earlier if {{jira.client}} is not available in {{check_jira()}}, so that should be checked as well. In fact, the script shouldn't even ask for {{JIRA_USERNAME}} and {{JIRA_PASSWORD}} if {{jira.client}} is not available.
* Even if one has {{jira.client}} installed, the script fails when one follows the [instructions|https://parquet.apache.org/contribute/], because the instructions specify a remote named {{github-apache}} but the script tries to use {{apache-github}}. Either the instructions or the script should be updated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)