Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D84BF6EE for ; Fri, 22 Mar 2013 04:11:36 +0000 (UTC) Received: (qmail 33312 invoked by uid 500); 22 Mar 2013 04:11:35 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 33268 invoked by uid 500); 22 Mar 2013 04:11:35 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 33252 invoked by uid 99); 22 Mar 2013 04:11:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 04:11:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 04:11:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 48C642388A4A; Fri, 22 Mar 2013 04:10:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1459619 [12/35] - in /incubator/ambari/site/1.2.2: ./ common/ common/css/ common/images/ common/images/admon/ common/images/callouts/ common/images/cc/ common/jquery/ common/jquery/jquery.qtip-1.0.0-rc3/ common/jquery/theme-redmond/ common... Date: Fri, 22 Mar 2013 04:10:06 -0000 To: ambari-commits@incubator.apache.org From: yusaku@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130322041017.48C642388A4A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/ambari/site/1.2.2/content/ambari-chap2-2.html URL: http://svn.apache.org/viewvc/incubator/ambari/site/1.2.2/content/ambari-chap2-2.html?rev=1459619&view=auto ============================================================================== --- incubator/ambari/site/1.2.2/content/ambari-chap2-2.html (added) +++ incubator/ambari/site/1.2.2/content/ambari-chap2-2.html Fri Mar 22 04:10:01 2013 @@ -0,0 +1,414 @@ + + + + + + 2. Set Up the Server - Apache Ambari + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+
+
+

 2. Set + Up the Server

+
+
+

The Ambari Server manages the install process.

+ +
+
    +
  1. Run the Ambari Server setup:

    +
    ambari-server setup
    +

    If you have not disabled SELinux, you may get a warning. + Enter y to continue. If you have not + temporarily disabled iptables, the setup will do it for you.

  2. +
  3. PostgreSQL is configured by the process. When you are prompted to enter Advanced + Database + Configuration, enter n to set up the default username and password: + ambari-server/bigdata. To use your own username and password, enter y.

  4. +
  5. Agree to the Oracle JDK license when asked. You must accept this license to be able to + download the necessary JDK from Oracle. The JDK is installed during the deploy phase.

    + +
    + + + + + + + + +
    [Note]Note

    If you already have a local copy of the Oracle JDK v 1.6 update 31 + 64-bit binaries accessible + from the install host, you can skip this and the next step. See Setup + Options for more information. + You can set the appropriate path during the Installing, Configuring + and Deploying the Cluster: Install Options section of the install wizard.

    +
    +
  6. +
  7. Setup completes.

  8. +
+
+
+ +
+ +
+
+
+
+ +
loading table of contents... + + +
+
+ +
+
+
+

Search Highlighter (On/Off)

+
+
+
+ + + \ No newline at end of file Added: incubator/ambari/site/1.2.2/content/ambari-chap2-2a.html URL: http://svn.apache.org/viewvc/incubator/ambari/site/1.2.2/content/ambari-chap2-2a.html?rev=1459619&view=auto ============================================================================== --- incubator/ambari/site/1.2.2/content/ambari-chap2-2a.html (added) +++ incubator/ambari/site/1.2.2/content/ambari-chap2-2a.html Fri Mar 22 04:10:01 2013 @@ -0,0 +1,404 @@ + + + + + + 4. Optional: Change the Ambari Server Port - Apache Ambari + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+
+
+

 4. Optional: + Change the Ambari Server Port

+
+
+

By default Ambari uses port 8080 for access to Ambari Web and the REST API. If you wish to + change the port number, you need to edit the Ambari properties file.

+ +
+ + + + + + + + +
[Important]Important

Ambari Server should not be running when you do this: either make the edits + before you start + Ambari Server the first time or bring the server down to make the edits.

+
+
+
    +
  1. On the Ambari Server host, open /etc/ambari-server/conf/ambari.properties + with a text editor.

  2. +
  3. Add the client API port property and set it to your desired port value: +

    +
    client.api.port=<port_number>
    +
  4. +
  5. Start (or re-start) the Ambari Server. You can now access Ambari Web via the newly + configured + port:

    +
    http://{your.ambari.server}:<port_number>
    +
  6. +
+
+
+ +
+ +
+
+
+
+ +
loading table of contents... + + +
+
+ +
+
+
+

Search Highlighter (On/Off)

+
+
+
+ + + \ No newline at end of file Added: incubator/ambari/site/1.2.2/content/ambari-chap2-3.html URL: http://svn.apache.org/viewvc/incubator/ambari/site/1.2.2/content/ambari-chap2-3.html?rev=1459619&view=auto ============================================================================== --- incubator/ambari/site/1.2.2/content/ambari-chap2-3.html (added) +++ incubator/ambari/site/1.2.2/content/ambari-chap2-3.html Fri Mar 22 04:10:01 2013 @@ -0,0 +1,385 @@ + + + + + + 5. Start the Ambari Server - Apache Ambari + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
 
+
+
+
+

 5. Start + the Ambari Server

+
+
+
+
    +
  • To start the Ambari Server:

    +
    ambari-server start
    +
  • +
  • To check the Ambari Server processes:

    +
    ps -ef | grep Ambari
    +
  • +
  • To stop the Ambari Server:

    +
    ambari-server stop
    +
  • +
+
+
+ +
+ +
+
+
+
+ +
loading table of contents... + + +
+
+ +
+
+
+

Search Highlighter (On/Off)

+
+
+
+ + + \ No newline at end of file