[
https://issues.apache.org/jira/browse/HBASE-18020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124638#comment-16124638
]
Nick Dimiduk commented on HBASE-18020:
--------------------------------------
I get some slightly different stacktrace running the version on master.
{noformat}
diocles:dev-support ndimiduk$ ./checkcompatibility.py rel/1.1.11 branch-1.1
INFO:root:Source revision: rel/1.1.11
INFO:root:Destination revision: branch-1.1
INFO:root:Java ACC is already downloaded.
INFO:root:Removing scratch dir /Users/ndimiduk/repos/hbase/target/compat-check
INFO:root:Creating empty scratch dir
/Users/ndimiduk/repos/hbase/target/compat-check
INFO:root:Checking out b67a13e6b6285563da51d926645ba3832acfd2bf in
/Users/ndimiduk/repos/hbase/target/compat-check/src
INFO:root:Checking out ebc1d2bf2c52bbaf5e2bc81afab6298558978239 in
/Users/ndimiduk/repos/hbase/target/compat-check/dst
INFO:root:Building in /Users/ndimiduk/repos/hbase/target/compat-check/src
Traceback (most recent call last):
File "./checkcompatibility.py", line 514, in <module>
main()
File "./checkcompatibility.py", line 492, in main
build_tree(src_dir, args.verbose)
File "./checkcompatibility.py", line 138, in build_tree
subprocess.check_call(mvn_cmd, cwd=java_path)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 535, in check_call
retcode = call(*popenargs, **kwargs)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 522, in call
return Popen(*popenargs, **kwargs).wait()
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 710, in __init__
errread, errwrite)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
{noformat}
> Update API Compliance Checker to Incorporate Improvements Done in Hadoop
> ------------------------------------------------------------------------
>
> Key: HBASE-18020
> URL: https://issues.apache.org/jira/browse/HBASE-18020
> Project: HBase
> Issue Type: Improvement
> Components: API, community
> Reporter: Alex Leblang
> Assignee: Alex Leblang
> Fix For: 2.0.0, 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 1.1.12
>
> Attachments: HBASE-18020.0.patch, HBASE-18020.branch-1.2.001.patch,
> HBASE-18020.branch-1.2.002.patch, HBASE-18020.branch-1.2.003.patch,
> HBASE-18020.branch-1.2.004.patch
>
>
> Recently the Hadoop community has made a number of improvements in their api
> compliance checker based on feedback from the hbase and kudu community. We
> should adopt these changes ourselves.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)