This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 09e089bfafb9a1fa2099bd43cd0bd786dad0e771 Author: Andrew Wong <[email protected]> AuthorDate: Tue Jul 9 19:22:48 2019 -0700 [web] add HMS docs to the side menu Change-Id: Ic3aaf36954ca0b63f04f5923b93cddd03813337a Reviewed-on: http://gerrit.cloudera.org:8080/13831 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- docs/support/jekyll-templates/document.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/support/jekyll-templates/document.html.erb b/docs/support/jekyll-templates/document.html.erb index 84c6381..e6dcfa7 100644 --- a/docs/support/jekyll-templates/document.html.erb +++ b/docs/support/jekyll-templates/document.html.erb @@ -89,6 +89,7 @@ end %> :quickstart, "Quickstart Guide", :installation, "Installation Guide", :configuration, "Configuring Kudu", + :hive_metastore, "Using the Hive Metastore with Kudu", :kudu_impala_integration, "Using Impala with Kudu", :administration, "Administering Kudu", :troubleshooting, "Troubleshooting Kudu",
