Versions Compared

Key

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

...

To open a PR:

(1) clone the hadoop-ozone repository (with clicking the fork button at https://github.com/apache/hadoopozone.git)

(2) Add your new repo as a remote

Code Block
git remote add elek git@github.com:youruser/hadoopozone.git

(3) Create a branch and commits

...

Code Block
git push youruser HDDS-1234

Enumerating objects: 1220, done.
Counting objects: 100% (871/871), done.
Delta compression using up to 4 threads
Compressing objects: 100% (319/319), done.
Writing objects: 100% (683/683), 637.84 KiB | 42.52 MiB/s, done.
Total 683 (delta 249), reused 569 (delta 184)
remote: Resolving deltas: 100% (249/249), completed with 117 local objects.
remote: 
remote: Create a pull request for 'branchtest' on GitHub by visiting:
remote:      https://github.com/yoruser/hadoopozone/pull/new/HDDS-1234
remote: 
To github.com:elek/hadoop.git
 * [new branch]              branchtest -> branchtest

(5) Open the given url to create the PR (https://github.com/yoruser/hadoopozone/pull/new/HDDS-1234 in our case)

...