iwasakims commented on pull request #848:
URL: https://github.com/apache/bigtop/pull/848#issuecomment-1004470465


   @elukey Yeah, it seems to be cleanly applicable to branch-3.0. I use command 
lines like following for cherry-picking. It would nice if you can build and 
test the artifacts before pushing the branch to GitHub/Gitbox.
   
   ```
   $ git checkout branch-3.0
   $ git pull origin branch-3.0
   $ git log -1 --oneline master
   265e891a (origin/master, origin/HEAD, master) BIGTOP-3626: Upgrade log4j 
dependencies for ycsb (#848)
   
   $ git cherry-pick -x 265e891a
   ...
   $ git push origin branch-3.0
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to