You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ab...@apache.org on 2018/12/11 21:11:43 UTC

[20/21] kudu git commit: [docs] Update docs with contributing to blog

[docs] Update docs with contributing to blog

This commit replaces the docs symlink (which pointed to
releases/1.8.0/docs) with a new docs directory to be able to publish
this new section (added in 7adcba3) which is not tagged in a release
yet.

Change-Id: Ib96096bae24ae97bd51f39cbf8867e822492ea69
Reviewed-on: http://gerrit.cloudera.org:8080/12055
Reviewed-by: Grant Henke <gr...@apache.org>
Tested-by: Grant Henke <gr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/87b27857
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/87b27857
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/87b27857

Branch: refs/heads/gh-pages
Commit: 87b27857c3b9383238f9b21d7c402825b8f4bd69
Parents: 4e6fd84
Author: Attila Bukor <ab...@apache.org>
Authored: Fri Dec 7 17:53:04 2018 +0100
Committer: Attila Bukor <ab...@apache.org>
Committed: Tue Dec 11 21:06:42 2018 +0000

----------------------------------------------------------------------
 docs                                            |     1 -
 docs/administration.html                        |  2330 +++
 docs/background_tasks.html                      |   227 +
 docs/command_line_tools.html                    |  3721 ++++
 docs/command_line_tools_reference.html          |  3711 ++++
 docs/configuration.html                         |   398 +
 docs/configuration_reference.html               | 16884 +++++++++++++++++
 docs/configuration_reference_unsupported.html   |  7849 ++++++++
 docs/contributing.html                          |   980 +
 docs/developing.html                            |   554 +
 docs/export_control.html                        |   158 +
 docs/images/hash-hash-partitioning-example.png  |   Bin 0 -> 61887 bytes
 docs/images/hash-partitioning-example.png       |   Bin 0 -> 21851 bytes
 docs/images/hash-range-partitioning-example.png |   Bin 0 -> 80584 bytes
 docs/images/kudu-architecture-2.png             |   Bin 0 -> 414311 bytes
 docs/images/range-partitioning-example.png      |   Bin 0 -> 55048 bytes
 docs/index.html                                 |   474 +
 docs/installation.html                          |  1257 ++
 docs/known_issues.html                          |   409 +
 docs/kudu-master_configuration_reference.html   |  4725 +++++
 ...ter_configuration_reference_unsupported.html |  4632 +++++
 docs/kudu-tserver_configuration_reference.html  |  4522 +++++
 ...ver_configuration_reference_unsupported.html |  3904 ++++
 docs/kudu_impala_integration.html               |  1146 ++
 docs/prior_release_notes.html                   |  3161 +++
 docs/quickstart.html                            |   435 +
 docs/release_notes.html                         |   641 +
 docs/scaling_guide.html                         |   469 +
 docs/schema_design.html                         |  1006 +
 docs/security.html                              |   484 +
 docs/transaction_semantics.html                 |   572 +
 docs/troubleshooting.html                       |  1164 ++
 32 files changed, 65813 insertions(+), 1 deletion(-)
----------------------------------------------------------------------