[
https://issues.apache.org/jira/browse/HBASE-21432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676872#comment-16676872
]
Sean Busbey commented on HBASE-21432:
-------------------------------------
the new precommit job can just take PR urls, because Yetus already knows how to
handle them.
this is the github API for getting PRs:
https://developer.github.com/v3/pulls/
e.g. this is the set of open PRs sorted by most-recently-updated-first:
https://api.github.com/repos/apache/hbase-connectors/pulls?sort=updated&direction=DESC
> [hbase-connectors] Add Apache Yetus integration for hbase-connectors
> repository
> --------------------------------------------------------------------------------
>
> Key: HBASE-21432
> URL: https://issues.apache.org/jira/browse/HBASE-21432
> Project: HBase
> Issue Type: Task
> Components: build, hbase-connectors
> Affects Versions: connector-1.0.0
> Reporter: Peter Somogyi
> Priority: Major
>
> Add automated testing for pull requests and patch files created for
> hbase-connectors repository.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)