You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/02/01 20:04:00 UTC

[jira] [Updated] (HBASE-20106) API Compliance checker should fall back to specifying origin as remote repo

     [ https://issues.apache.org/jira/browse/HBASE-20106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-20106:
-----------------------------------
    Fix Version/s:     (was: 1.5.0)

> API Compliance checker should fall back to specifying origin as remote repo
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-20106
>                 URL: https://issues.apache.org/jira/browse/HBASE-20106
>             Project: HBase
>          Issue Type: Bug
>          Components: API, community
>    Affects Versions: 1.4.0, 1.3.2, 2.0.0, 1.2.7
>            Reporter: Sean Busbey
>            Assignee: Alex Leblang
>            Priority: Major
>             Fix For: 1.3.2, 1.4.3, 2.0.0, 1.2.7
>
>         Attachments: HBASE-20106.0.patch
>
>
> Since HBASE-18020 has been in the 1.4.0 release, handling the addendum here.
> {quote}
> Andrew Purtell added a comment - 08/Aug/17 19:34
> Does there need to be a documentation update too. This didn't work for me. On branch-1.4 
> {code}
> ./dev-support/checkcompatibility.py --annotation org.apache.hadoop.hbase.classification.InterfaceAudience.Public --annotation org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate  --include-file "hbase-*" rel/1.3.1 branch-1.4
> INFO:root:Source revision: rel/1.3.1
> INFO:root:Destination revision: branch-1.4
> INFO:root:Applying JAR filename include filter: hbase-*
> INFO:root:Filtering classes using 2 annotation(s):
> INFO:root:	org.apache.hadoop.hbase.classification.InterfaceAudience.Public
> INFO:root:	org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate
> INFO:root:Downloading Java ACC...
> INFO:root:Removing scratch dir /data/src/hbase/target/compat-check 
> INFO:root:Creating empty scratch dir /data/src/hbase/target/compat-check 
> INFO:root:Checking out 1b8ca49af872b63c7b1fbc20a6fdbe71516dd04c in /data/src/hbase/target/compat-check/src
> INFO:root:Checking out e9e16b59420c5d9a47b9b014b3bb3cb3421b1de9 in /data/src/hbase/target/compat-check/dst
> INFO:root:Building in /data/src/hbase/target/compat-check/src 
> ...
> INFO:root:Will check compatibility between original jars:
> 	/data/src/hbase/target/compat-check/src/hbase-archetypes/hbase-client-project/target/hbase-client-project-1.3.1.jar
> ...
> and new jars:
> 	/data/src/hbase/target/compat-check/dst/hbase-archetypes/hbase-shaded-client-project/target/hbase-shaded-client-project-1.4.0-SNAPSHOT.jar
> ...
> Traceback (most recent call last):
>   File "./dev-support/checkcompatibility.py", line 514, in <module>
>     main()
>   File "./dev-support/checkcompatibility.py", line 508, in main
>     dst_jars, args.annotations, skip_annotations)
>   File "./dev-support/checkcompatibility.py", line 283, in run_java_acc
>     "-l", get_repo_name(),
>   File "./dev-support/checkcompatibility.py", line 126, in get_repo_name
>     cwd=get_repo_dir()).strip()
>   File "./dev-support/checkcompatibility.py", line 71, in check_output
>     raise error
> subprocess.CalledProcessError: Command '['git', 'config', '--get', 'remote.origin.url']' returned non-zero exit status 1
> [apurtell@ip-172-31-47-35 hbase]$ git --version
> git version 1.7.1
> {code}
> {quote}
> {quote}
> awleblang Alex Leblang added a comment - 05/Sep/17 08:47
> For some reason, perhaps due to the change from bash to python, the code needed to explicitly state "origin/branch_name" on clean checkouts. I went back to look at the bash version and we use the same command, git rev-parse, so I'm not sure why this only just starting failing but this fixed the issue in all cases where I was able to replicate the failure
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)