如何参与HBase社区建设-00-流程-社区建议-与个人思考

为团队同学培训准备的一点内容:

官网答案:

http://hbase.apache.org/book.html#submitting.patches.create

流程:

1.下载代码

主要还是看官网

http://hbase.apache.org/book.html#_configuration_from_scratch

2.编译:

官网

http://hbase.apache.org/book.html#_build_a_tarball

3.如果修改了pb文件编译pl

官网也给出了命令

http://hbase.apache.org/book.html#build.protobuf

4.提交:

http://hbase.apache.org/book.html#submitting.patches

4.1

注册账号

create一个新的issue

提交master branch的改进patch先

提交方法见:http://hbase.apache.org/book.html#submitting.patches.create

hbase有一个py脚本协助大家提交

提交之后可能会有committer跑来围观并进行投票

patch会触发Hadoop QA自动跑单元测试和代码格式验证(发现传图片也会触发机器人跑单测,吐血)

跑完@ committer帮你review

4.2代码code style

https://blog.csdn.net/Gloria_y/article/details/88690615

4.3 各种测试的补充

4.4.代码上传review board(现在注册功能被禁止了:)…等apache的review board重新可以注册了再上传吧。。

6.社区的一些建议

Becoming a committer

Committers are responsible for reviewing and integrating code changes, testing and voting on release candidates, weighing in on design discussions, as well as other types of project contributions. The PMC votes to make a contributor a committer based on an assessment of their contributions to the project. It is expected that committers demonstrate a sustained history of high-quality contributions to the project and community involvement.

Contributions can be made in many ways. There is no single path to becoming a committer, nor any expected timeline. Submitting features, improvements, and bug fixes is the most common avenue, but other methods are both recognized and encouraged (and may be even more important to the health of HBase as a project and a community). A non-exhaustive list of potential contributions (in no particular order):

简单概括:社区贡献可以多种多样,没有单一路径去成为一个committer。也没有任何预期的时间表

Update the documentation for new changes, best practices, recipes, and other improvements.

更新文档,最佳实践,各种方法,其他改进

Keep the website up to date.

保持网站的更新

Perform testing and report the results. For instance, scale testing and testing non-standard configurations is always appreciated.

各种场景的测试结果

Maintain the shared Jenkins testing environment and other testing infrastructure.

维护测试环境

Vote on release candidates after performing validation, even if non-binding. A non-binding vote is a vote by a non-committer.

对提交内容的投票

Provide input for discussion threads on the mailing lists (which usually have [DISCUSS] in the subject line).

Answer questions questions on the user or developer mailing lists and on Slack.

回答邮件列表的问题

Make sure the HBase community is a welcoming one and that we adhere to our Code of conduct. Alert the PMC if you have concerns.

维护HBase社区热度

Review other people’s work (both code and non-code) and provide public feedback.

review其他人的代码并提供反馈

Report bugs that are found, or file new feature requests.

report bug和新的改进

Triage issues and keep JIRA organized. This includes closing stale issues, labeling new issues, updating metadata, and other tasks as needed.

对jira的信息做 关闭,更新 分类等管理

Mentor new contributors of all sorts.

指导各种新的contributors

Give talks and write blogs about HBase. Add these to the News section of the website.

HBase 博客

Provide UX feedback about HBase, the web UI, the CLI, APIs, and the website.

提供有关HBase,Web UI,CLI,API和网站的UX反馈

Write demo applications and scripts.

示例应用和脚本

Help attract and retain a diverse community.

增加社区吸引力,和多元化发展

Interact with other projects in ways that benefit HBase and those other projects.

和其他有关HBase的项目进行互动

Not every individual is able to do all (or even any) of the items on this list. If you think of other ways to contribute, go for it (and add them to the list). A pleasant demeanor and willingness to contribute are all you need to make a positive impact on the HBase project. Invitations to become a committer are the result of steady interaction with the community over the long term, which builds trust and recognition.

概述:以上列表只是建议但并没有任何强制和约束,大家可以增加列表内容,任何有利于社区的action都会被接受,成为committer需要长期并稳定参与社区建设

总结:

1.有问题先看官网

2.多了解社区最新动态

3.订阅hbase邮件列表

4.从多个角度考虑社区发展

5.提交的问题是否通用

6.是否实际解决了问题,给HBase用户和管理员带来了收益

7.社区和内部的各种改进,都先经过讨论再进行,以防止很多工作需要重做

发布了52 篇原创文章 · 获赞 4 · 访问量 5万+

猜你喜欢

转载自blog.csdn.net/Gloria_y/article/details/88690524
今日推荐