From commits-return-7201-archive-asf-public=cust-asf.ponee.io@trafodion.apache.org Tue Mar 27 15:07:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 75B4718064E for ; Tue, 27 Mar 2018 15:07:51 +0200 (CEST) Received: (qmail 97379 invoked by uid 500); 27 Mar 2018 13:07:50 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 97370 invoked by uid 99); 27 Mar 2018 13:07:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2018 13:07:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 40BEEF6542; Tue, 27 Mar 2018 13:07:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liuming@apache.org To: commits@trafodion.apache.org Date: Tue, 27 Mar 2018 13:07:50 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] trafodion git commit: [TRAFODION-2986] minor issues in adoc found during mvn site Repository: trafodion Updated Branches: refs/heads/master 7430ca834 -> 53f89e6dc [TRAFODION-2986] minor issues in adoc found during mvn site Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/b6157d5f Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/b6157d5f Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/b6157d5f Branch: refs/heads/master Commit: b6157d5fa11688c0c8a1a26d574d479eb376988d Parents: 5339170 Author: Liu Ming Authored: Sun Mar 25 21:48:20 2018 +0000 Committer: Liu Ming Committed: Sun Mar 25 21:48:20 2018 +0000 ---------------------------------------------------------------------- .../src/asciidoc/_chapters/ambari_install.adoc | 4 ++-- .../src/asciidoc/_chapters/introduction.adoc | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/b6157d5f/docs/provisioning_guide/src/asciidoc/_chapters/ambari_install.adoc ---------------------------------------------------------------------- diff --git a/docs/provisioning_guide/src/asciidoc/_chapters/ambari_install.adoc b/docs/provisioning_guide/src/asciidoc/_chapters/ambari_install.adoc index fee825e..2d6e65f 100644 --- a/docs/provisioning_guide/src/asciidoc/_chapters/ambari_install.adoc +++ b/docs/provisioning_guide/src/asciidoc/_chapters/ambari_install.adoc @@ -124,7 +124,7 @@ Upgrade the traf_ambari package and re-start ambari-server service. $ sudo ambari-server restart -==== Upgrade Entire HDP Stack +=== Upgrade Entire HDP Stack Ambari requires version upgrades to be an entire stack, not single components. If you want to include a trafodion upgrade in entire stack version upgrade, first upgrade the traf_ambari @@ -134,7 +134,7 @@ Once that is done, proceed with the upgrade following Ambari instructions. Be su define the Trafodion-2.2 URL that points to a repo server with the new apache-trafodion_server package. -==== Upgrade Only Trafodion +=== Upgrade Only Trafodion In this case, Ambari will not upgrade a single component, so the apache-trafodion_server package must be installed on each node directly (via yum command). Once that is done, the http://git-wip-us.apache.org/repos/asf/trafodion/blob/b6157d5f/docs/provisioning_guide/src/asciidoc/_chapters/introduction.adoc ---------------------------------------------------------------------- diff --git a/docs/provisioning_guide/src/asciidoc/_chapters/introduction.adoc b/docs/provisioning_guide/src/asciidoc/_chapters/introduction.adoc index b16eea3..f253307 100644 --- a/docs/provisioning_guide/src/asciidoc/_chapters/introduction.adoc +++ b/docs/provisioning_guide/src/asciidoc/_chapters/introduction.adoc @@ -265,12 +265,20 @@ and for the Distribution Manager. Therefore, we recommend that you secure the fi that matches the security policies of your organization. ==== Example: Quick start using a {project-name} Configuration File -The {project-name} Installer supports a minimum configuration to quick start your installation in two steps. +The {project-name} Installer supports a minimum configuration to quick start your installation in two steps: + 1. Copy {project-name} server binary file to your installer directory. ++ +*Example* ++ ``` cp /path/to/apache-trafodion_server-2.2.0-RH-x86_64.tar.gz python-installer/ ``` + 2. Modify configuration file `my_config`, add the Hadoop Distribution Manager URL in `mgr_url`. ++ +*Example* ++ ``` mgr_url = 192.168.0.1:8080 ```