You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2020/12/07 22:29:48 UTC

[kudu-CR](gh-pages) Publish docs changes from master

Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16828


Change subject: Publish docs changes from master
......................................................................

Publish docs changes from master

This patch publishes a bunch of recent docs changes from the
master branch. It also updates the .gitignore file to prevent issues
when switching branches.

Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
---
M .gitignore
M releases/1.13.0/docs/administration.html
M releases/1.13.0/docs/background_tasks.html
M releases/1.13.0/docs/command_line_tools.html
M releases/1.13.0/docs/command_line_tools_reference.html
M releases/1.13.0/docs/configuration.html
M releases/1.13.0/docs/configuration_reference.html
M releases/1.13.0/docs/configuration_reference_unsupported.html
M releases/1.13.0/docs/contributing.html
M releases/1.13.0/docs/developing.html
M releases/1.13.0/docs/export_control.html
M releases/1.13.0/docs/hive_metastore.html
M releases/1.13.0/docs/index.html
M releases/1.13.0/docs/installation.html
M releases/1.13.0/docs/known_issues.html
M releases/1.13.0/docs/kudu-master_configuration_reference.html
M releases/1.13.0/docs/kudu-master_configuration_reference_unsupported.html
A releases/1.13.0/docs/kudu-master_metrics_reference.html
M releases/1.13.0/docs/kudu-tserver_configuration_reference.html
M releases/1.13.0/docs/kudu-tserver_configuration_reference_unsupported.html
A releases/1.13.0/docs/kudu-tserver_metrics_reference.html
M releases/1.13.0/docs/kudu_impala_integration.html
A releases/1.13.0/docs/metrics_reference.html
M releases/1.13.0/docs/prior_release_notes.html
M releases/1.13.0/docs/quickstart.html
M releases/1.13.0/docs/quickstartdev.html
M releases/1.13.0/docs/release_notes.html
M releases/1.13.0/docs/scaling_guide.html
M releases/1.13.0/docs/schema_design.html
M releases/1.13.0/docs/security.html
M releases/1.13.0/docs/transaction_semantics.html
M releases/1.13.0/docs/troubleshooting.html
32 files changed, 40,872 insertions(+), 73 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/16828/1
-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2: Code-Review+2

SGTM


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Fri, 11 Dec 2020 19:48:04 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 1:

I will make some more docs changes and update this patch


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 02:54:43 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 1:

> > Patch Set 2:
 > >
 > > shouldn't we replace the symlinks with a newly generated docs
 > instead of changing the 1.13.0 docs? it would be nice to keep
 > 1.13.0 as-is for posterity in case someone needs to look at the
 > docs for 1.13 specifically.
 > 
 > This is a good concern, but I think the changes in this patch do
 > apply to 1.13 (e.g. support for rolling restarts, no reliance on
 > NTP, etc). Even the OS dependencies were announced in 1.12
 > https://kudu.apache.org/releases/1.12.0/docs/release_notes.html.
 > It'd be good to double check and confirm that everything in these
 > new docs applies to 1.13.

Indeed, why to change already published docs for 1.13?  What was so  crucial to replace 1.13 docs?

Instead, should we introduce a new 'in-development' section for these types of updates?


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 20:36:59 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................

Publish docs changes from master

This patch publishes a bunch of recent docs changes from the
master branch. It also updates the .gitignore file to prevent issues
when switching branches.

Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Reviewed-on: http://gerrit.cloudera.org:8080/16828
Reviewed-by: Andrew Wong <aw...@cloudera.com>
Reviewed-by: Alexey Serbin <as...@cloudera.com>
Tested-by: Grant Henke <gr...@apache.org>
---
M .gitignore
M releases/1.13.0/docs/administration.html
M releases/1.13.0/docs/background_tasks.html
M releases/1.13.0/docs/command_line_tools.html
M releases/1.13.0/docs/command_line_tools_reference.html
M releases/1.13.0/docs/configuration.html
M releases/1.13.0/docs/configuration_reference.html
M releases/1.13.0/docs/configuration_reference_unsupported.html
M releases/1.13.0/docs/contributing.html
M releases/1.13.0/docs/developing.html
M releases/1.13.0/docs/export_control.html
M releases/1.13.0/docs/hive_metastore.html
M releases/1.13.0/docs/index.html
M releases/1.13.0/docs/installation.html
M releases/1.13.0/docs/known_issues.html
M releases/1.13.0/docs/kudu-master_configuration_reference.html
M releases/1.13.0/docs/kudu-master_configuration_reference_unsupported.html
A releases/1.13.0/docs/kudu-master_metrics_reference.html
M releases/1.13.0/docs/kudu-tserver_configuration_reference.html
M releases/1.13.0/docs/kudu-tserver_configuration_reference_unsupported.html
A releases/1.13.0/docs/kudu-tserver_metrics_reference.html
M releases/1.13.0/docs/kudu_impala_integration.html
A releases/1.13.0/docs/metrics_reference.html
M releases/1.13.0/docs/prior_release_notes.html
M releases/1.13.0/docs/quickstart.html
M releases/1.13.0/docs/quickstartdev.html
M releases/1.13.0/docs/release_notes.html
M releases/1.13.0/docs/scaling_guide.html
M releases/1.13.0/docs/schema_design.html
M releases/1.13.0/docs/security.html
M releases/1.13.0/docs/transaction_semantics.html
M releases/1.13.0/docs/troubleshooting.html
32 files changed, 40,872 insertions(+), 73 deletions(-)

Approvals:
  Andrew Wong: Looks good to me, approved
  Alexey Serbin: Looks good to me, approved
  Grant Henke: Verified

-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: merged
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 3
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2:

We should probably just always maintain a latest copy that publishes regularly (vi jenkins maybe). I will update this to do that.


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Wed, 09 Dec 2020 17:19:27 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Hello Andrew Wong, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/16828

to look at the new patch set (#2).

Change subject: Publish docs changes from master
......................................................................

Publish docs changes from master

This patch publishes a bunch of recent docs changes from the
master branch. It also updates the .gitignore file to prevent issues
when switching branches.

Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
---
M .gitignore
M releases/1.13.0/docs/administration.html
M releases/1.13.0/docs/background_tasks.html
M releases/1.13.0/docs/command_line_tools.html
M releases/1.13.0/docs/command_line_tools_reference.html
M releases/1.13.0/docs/configuration.html
M releases/1.13.0/docs/configuration_reference.html
M releases/1.13.0/docs/configuration_reference_unsupported.html
M releases/1.13.0/docs/contributing.html
M releases/1.13.0/docs/developing.html
M releases/1.13.0/docs/export_control.html
M releases/1.13.0/docs/hive_metastore.html
M releases/1.13.0/docs/index.html
M releases/1.13.0/docs/installation.html
M releases/1.13.0/docs/known_issues.html
M releases/1.13.0/docs/kudu-master_configuration_reference.html
M releases/1.13.0/docs/kudu-master_configuration_reference_unsupported.html
A releases/1.13.0/docs/kudu-master_metrics_reference.html
M releases/1.13.0/docs/kudu-tserver_configuration_reference.html
M releases/1.13.0/docs/kudu-tserver_configuration_reference_unsupported.html
A releases/1.13.0/docs/kudu-tserver_metrics_reference.html
M releases/1.13.0/docs/kudu_impala_integration.html
A releases/1.13.0/docs/metrics_reference.html
M releases/1.13.0/docs/prior_release_notes.html
M releases/1.13.0/docs/quickstart.html
M releases/1.13.0/docs/quickstartdev.html
M releases/1.13.0/docs/release_notes.html
M releases/1.13.0/docs/scaling_guide.html
M releases/1.13.0/docs/schema_design.html
M releases/1.13.0/docs/security.html
M releases/1.13.0/docs/transaction_semantics.html
M releases/1.13.0/docs/troubleshooting.html
32 files changed, 40,872 insertions(+), 73 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/16828/2
-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Andrew Wong (Code Review)" <ge...@cloudera.org>.
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2: Code-Review+2

> Patch Set 2:
> 
> shouldn't we replace the symlinks with a newly generated docs instead of changing the 1.13.0 docs? it would be nice to keep 1.13.0 as-is for posterity in case someone needs to look at the docs for 1.13 specifically.

This is a good concern, but I think the changes in this patch do apply to 1.13 (e.g. support for rolling restarts, no reliance on NTP, etc). Even the OS dependencies were announced in 1.12 https://kudu.apache.org/releases/1.12.0/docs/release_notes.html. It'd be good to double check and confirm that everything in these new docs applies to 1.13.


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 20:29:06 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Andrew Wong (Code Review)" <ge...@cloudera.org>.
Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

I looked through the metrics pages in chrome without rendering on and they look fine.

http://gerrit.cloudera.org:8080/#/c/16828/1/releases/1.13.0/docs/installation.html
File releases/1.13.0/docs/installation.html:

http://gerrit.cloudera.org:8080/#/c/16828/1/releases/1.13.0/docs/installation.html@172
PS1, Line 172: 7.6 
Not an issue with this patch specifically, but this is odd because one of our dev boxes is 7.3.1611 and builds fine. Is this supposed to reference a different version? Or am I misunderstanding what this is referring to?



-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Comment-Date: Mon, 07 Dec 2020 22:49:38 +0000
Gerrit-HasComments: Yes

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Attila Bukor (Code Review)" <ge...@cloudera.org>.
Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2:

shouldn't we replace the symlinks with a newly generated docs instead of changing the 1.13.0 docs? it would be nice to keep 1.13.0 as-is for posterity in case someone needs to look at the docs for 1.13 specifically.


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 19:41:46 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/16828/1/releases/1.13.0/docs/installation.html
File releases/1.13.0/docs/installation.html:

http://gerrit.cloudera.org:8080/#/c/16828/1/releases/1.13.0/docs/installation.html@172
PS1, Line 172: 7.0 
> I bet it was a typo going from v6 to v7 and missed dropping the .6
Done



-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 20:00:52 +0000
Gerrit-HasComments: Yes

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Alexey Serbin (Code Review)" <ge...@cloudera.org>.
Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 1:

> > Patch Set 2:
 > >
 > > shouldn't we replace the symlinks with a newly generated docs
 > instead of changing the 1.13.0 docs? it would be nice to keep
 > 1.13.0 as-is for posterity in case someone needs to look at the
 > docs for 1.13 specifically.
 > 
 > This is a good concern, but I think the changes in this patch do
 > apply to 1.13 (e.g. support for rolling restarts, no reliance on
 > NTP, etc). Even the OS dependencies were announced in 1.12
 > https://kudu.apache.org/releases/1.12.0/docs/release_notes.html.
 > It'd be good to double check and confirm that everything in these
 > new docs applies to 1.13.

What about adding 

 > shouldn't we replace the symlinks with a newly generated docs
 > instead of changing the 1.13.0 docs? it would be nice to keep
 > 1.13.0 as-is for posterity in case someone needs to look at the
 > docs for 1.13 specifically.

+1


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 20:34:28 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2: Verified+1


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Mon, 14 Dec 2020 14:44:18 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 2:

That said, these changes to apply to 1.13.0 and apply them retroactively to correct errors is also useful and should be done. Documentation is not set in stone for any release if corrections can/should be made.


-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Wed, 09 Dec 2020 17:20:48 +0000
Gerrit-HasComments: No

[kudu-CR](gh-pages) Publish docs changes from master

Posted by "Grant Henke (Code Review)" <ge...@cloudera.org>.
Grant Henke has posted comments on this change. ( http://gerrit.cloudera.org:8080/16828 )

Change subject: Publish docs changes from master
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/16828/1/releases/1.13.0/docs/installation.html
File releases/1.13.0/docs/installation.html:

http://gerrit.cloudera.org:8080/#/c/16828/1/releases/1.13.0/docs/installation.html@172
PS1, Line 172: 7.6 
> Not an issue with this patch specifically, but this is odd because one of o
I bet it was a typo going from v6 to v7 and missed dropping the .6



-- 
To view, visit http://gerrit.cloudera.org:8080/16828
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: gh-pages
Gerrit-MessageType: comment
Gerrit-Change-Id: Iedaa57269d77665331fb2846d837ba0f9d544e43
Gerrit-Change-Number: 16828
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Comment-Date: Tue, 08 Dec 2020 02:54:29 +0000
Gerrit-HasComments: Yes