You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Procedure of Merging PR

  1. git clone https://git-wip-us.apache.org/repos/asf/incubator-zeppelin
  2. cd incubator-zeppelin
  3. git remote rename origin apache
  4. git remote add apache-github https://github.com/apache/incubator-zeppelin.git
  5. git config --local --add user.name {name}
  6. git config --local --add user.email {username}@apache.org
  7. echo -e "JIRA_USERNAME={jira_username}\nJIRA_PASSWORD={jira_password}" > ~/.bashrc
  8. source ~/.bashrc
  9. dev/merge_zeppelin_pr.py

 

The Procedure to Update https://zeppelin.incubator.apache.org/

https://github.com/apache/incubator-zeppelin/blob/master/docs/README.md

 

 

New Committers

In addition to normal Apache committer access, should be granted access to

  • Apache JIRA
  • Apache cwiki/Confluence

 

  • No labels