From 5b943b5c95d55bd7585cecfe4374f6552c58c881 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Wed, 30 Jan 2019 15:51:13 +0800 Subject: [PATCH] 2019-01-30 15:51:13 --- CONTRIBUTING.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 18 ++++++++++++-- update.sh | 3 +++ 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.md create mode 100644 update.sh diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..fed26d8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,64 @@ +# 贡献指南 + +> 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科) + +负责人: + ++ 达尔:491920256 + +## 章节列表 + ++ [Preface](docs/0.md) ++ [Getting Started](docs/1.md) ++ [Apache HBase Configuration](docs/2.md) ++ [Upgrading](docs/3.md) ++ [The Apache HBase Shell](docs/4.md) ++ [Data Model](docs/5.md) ++ [HBase and Schema Design](docs/6.md) ++ [RegionServer Sizing Rules of Thumb](docs/7.md) ++ [HBase and MapReduce](docs/8.md) ++ [Securing Apache HBase](docs/9.md) ++ [Architecture](docs/10.md) ++ [In-memory Compaction](docs/11.md) ++ [Backup and Restore](docs/12.md) ++ [Synchronous Replication](docs/13.md) ++ [Apache HBase APIs](docs/14.md) ++ [Apache HBase External APIs](docs/15.md) ++ [Thrift API and Filter Language](docs/16.md) ++ [HBase and Spark](docs/17.md) ++ [Apache HBase Coprocessors](docs/18.md) ++ [Apache HBase Performance Tuning](docs/19.md) ++ [Troubleshooting and Debugging Apache HBase](docs/20.md) ++ [Apache HBase Case Studies](docs/21.md) ++ [Apache HBase Operational Management](docs/22.md) ++ [Building and Developing Apache HBase](docs/23.md) ++ [Unit Testing HBase Applications](docs/24.md) ++ [Protobuf in HBase](docs/25.md) ++ [Procedure Framework (Pv2): HBASE-12439](docs/26.md) ++ [AMv2 Description for Devs](docs/27.md) ++ [ZooKeeper](docs/28.md) ++ [Community](docs/29.md) ++ [Appendix](docs/30.md) + +## 流程 + +### 一、认领 + +首先查看[整体进度](https://github.com/apachecn/hbase-doc-zh/issues/1),确认没有人认领了你想认领的章节。 + +然后回复 ISSUE,注明“章节 + QQ 号”(一定要留 QQ)。 + +### 二、翻译 + +可以合理利用翻译引擎(例如[谷歌](https://translate.google.cn/)),但一定要把它变得可读! + +如果遇到格式问题,请随手把它改正。 + +### 三、提交 + ++ `fork` Github 项目 ++ 将译文放在`docs/1.0`文件夹下 ++ `push` ++ `pull request` + +请见 [Github 入门指南](https://github.com/apachecn/kaggle/blob/dev/docs/GitHub)。 diff --git a/README.md b/README.md index 84fc648..d4cf8ae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,21 @@ # HBase™ 中文参考指南 3.0 -![](img/9401b38c9b161e7f2680ea8cd2972031.jpg) +![](docs/img/9401b38c9b161e7f2680ea8cd2972031.jpg) > 作者:[Apache HBase Team](hbase-dev@lists.apache.org) +> +> 欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。 -(施工中) \ No newline at end of file +* [贡献指南](CONTRIBUTING.md) +* [ApacheCN 大数据交流群 152622464](http://shang.qq.com/wpa/qunwpa?idkey=30e5f1123a79867570f665aa3a483ca404b1c3f77737bc01ec520ed5f078ddef) +* [ApacheCN 学习资源](http://www.apachecn.org/) + +## 联系方式 + +### 负责人 + +* 达尔: 491920256 + +## 赞助我们 + +![](https://www.apachecn.org/img/about/donate.jpg) diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..f76166c --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file -- GitLab