You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2017/01/10 22:13:54 UTC

[4/7] incubator-trafodion git commit: [TRAFODION-2291] Ambari integration - clarify documentation

[TRAFODION-2291] Ambari integration - clarify documentation

Per review, clarify the readme file to indicate the REPO_URL is
to specify the the *default* value of the trafodion repo URL that
is built into the traf_ambari RPM.


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

Branch: refs/heads/master
Commit: ece09b1cc5e9e2a43c375e2f6c9b55ce14dd6a8c
Parents: cf6b979
Author: Steve Varnau <sv...@apache.org>
Authored: Mon Jan 9 18:09:59 2017 +0000
Committer: Steve Varnau <sv...@apache.org>
Committed: Mon Jan 9 18:09:59 2017 +0000

----------------------------------------------------------------------
 install/README.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/ece09b1c/install/README.md
----------------------------------------------------------------------
diff --git a/install/README.md b/install/README.md
index 2dcf9f8..f91035d 100644
--- a/install/README.md
+++ b/install/README.md
@@ -44,12 +44,18 @@ management pack.
 
 Part of Ambari's job is to set up yum repo files on each node in order to install packages.
 The default URLs are for Hortonworks' public repos. But since your custom-built Trafodion is
-not hosted there, you need to specify a URL for your local yum repo server. To build that into
-the `traf_ambari` package, use make to specify value of `REPO_URL`.
+not hosted there, you need to specify a URL for your local yum repo server.
 
-   `make package REPO_URL=http://my.repo.server/repo/...`
+The default value
+is built into the `traf_ambari` RPM. This default value can be changed at install time in the
+Ambari GUI.  The default URL value can also be set when building
+the `traf_ambari` package. Use make to specify value of `REPO_URL`.
+
+   `make package-all REPO_URL=http://my.repo.server/repo/...`
+
+Setting default value can be done either at the top-level (package-all) or from install
+directory ("make pkg-ambari REPO_URL=...").
 
-This can be done either in the install directory or from a top-level "make package-all".
 This is not necessarily the URL where `traf_ambari` is hosted, but rather where the
 `apache-trafodion_server` is hosted.