Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create pull requests: https://help.github.com/articles/creating-a-pull-request/.

Pull requests are made to apache/hadoop repository on Github. In the Github UI you should pick the trunk branch to target the PR as described for committers. This will be reviewed and commented on so the merge is not automatic. This can be used for discussing a contributions in progress.

How to run Jenkins precommit job for a PR

...

Jenkins precommit job is automatically run for the PRs created by committers, but not run for the PRs created by non-committers. If you are a committer and want to run Jenkins precommit job manually, log in to https://buildsci-hadoop.apache.org/view/H-L/view/Hadoop/job/hadoop-multibranch/ and and run the job corresponding with the pull request ID. If there is no such job, click "Scan Repository Now" linkto scan the pull requests. If you are not committer, please create an empty commit on the branch.

Merging a PR (yours or contributors)

...