You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2016/04/16 17:00:21 UTC

[2/2] incubator-kudu git commit: Add RHEL package locations to the download table and add locations where the .repo or .list file should be saved

Add RHEL package locations to the download table
and add locations where the .repo or .list file should be saved

Change-Id: Ib49a6c6b938cf7b9e979ca48f2dc82f796409735
Reviewed-on: http://gerrit.cloudera.org:8080/2801
Tested-by: Kudu Jenkins
Reviewed-by: Jean-Daniel Cryans


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

Branch: refs/heads/master
Commit: 22160e33cdb62de9342c1208fc7d03f681623055
Parents: 2d3b643
Author: Misty Stanley-Jones <mi...@apache.org>
Authored: Fri Apr 15 15:09:50 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Sat Apr 16 14:47:31 2016 +0000

----------------------------------------------------------------------
 docs/installation.adoc | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/22160e33/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index 4d47bfa..1738a7a 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -76,7 +76,10 @@ You can install Kudu using packages managed by the operating system.
 [cols=">s,<,<",options="header"]
 |===
 | OS  | Repository  | Individual Packages
-| RHEL | link:http://archive.cloudera.com/beta/kudu/redhat/6/x86_64/kudu/cloudera-kudu.repo[RHEL 6] |  link:http://archive.cloudera.com/beta/kudu/redhat/6/x86_64/kudu/0.5.0/RPMS/x86_64/[RHEL 6]
+| RHEL | link:http://archive.cloudera.com/beta/kudu/redhat/6/x86_64/kudu/cloudera-kudu.repo[RHEL 6],
+         link:http://archive.cloudera.com/beta/kudu/redhat/7/x86_64/kudu/cloudera-kudu.repo[RHEL 7] |
+         link:http://archive.cloudera.com/beta/kudu/redhat/6/x86_64/kudu/0.8.0/RPMS/x86_64/[RHEL 6],
+         link:http://archive.cloudera.com/beta/kudu/redhat/7/x86_64/kudu/0.8.0/RPMS/x86_64/[RHEL 7]
 | Ubuntu | link:http://archive.cloudera.com/beta/kudu/ubuntu/trusty/amd64/kudu/cloudera.list[Trusty] |  http://archive.cloudera.com/beta/kudu/ubuntu/trusty/amd64/kudu/pool/contrib/k/kudu/[Trusty]
 |===
 
@@ -87,10 +90,10 @@ NOTE: packages are not yet provided for SLES.
 === Install On RHEL Hosts
 
 . Download and configure the Kudu repositories for your operating system, or manually
-download individual RPMs, the appropriate link from <<kudu_package_locations>>.
+download individual RPMs, using the appropriate link from <<kudu_package_locations>>.
 
 . If using a Yum repository, use the following commands to install Kudu packages on
-each host.
+each host, after saving the `cloudera-kudu.repo` file to `/etc/yum.repos.d/`.
 +
 ----
 sudo yum install kudu                         # Base Kudu files
@@ -108,7 +111,7 @@ provide the operating system commands to start and stop Kudu.
 === Install On Ubuntu or Debian Hosts
 
 . If using an Ubuntu or Debian repository, use the following commands to install Kudu
-packages on each host.
+packages on each host after saving the `cloudera.list` file to `/etc/apt/sources.list.d/`.
 +
 ----
 sudo apt-get install kudu                     # Base Kudu files