You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2015/12/14 22:26:25 UTC

[1/2] incubator-trafodion git commit: TRAFODION-1640: Replaced committers and contributors entries with links per the Jira text.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 52afc68e8 -> 7a21d3956


TRAFODION-1640: Replaced committers and contributors entries with links
per the Jira text.

TRAFODION-1699: Partial checkin. Added uninstall page, removed references
to the Scanner, and exposed port-assignment page.

Jenkins, skip test


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

Branch: refs/heads/master
Commit: 643ac18ef795afdf518105bac57fcfcbe7f929de
Parents: 52afc68
Author: Gunnar Tapper <gt...@esgyn.local>
Authored: Fri Dec 11 21:05:49 2015 -0700
Committer: Gunnar Tapper <gt...@esgyn.local>
Committed: Fri Dec 11 21:05:49 2015 -0700

----------------------------------------------------------------------
 docs/src/site/markdown/install.md   |   2 +-
 docs/src/site/markdown/uninstall.md | 176 +++++++++++++++++++++++++++
 docs/src/site/site.xml              |   7 ++
 pom.xml                             | 202 ++-----------------------------
 4 files changed, 191 insertions(+), 196 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/643ac18e/docs/src/site/markdown/install.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/install.md b/docs/src/site/markdown/install.md
index ec9caca..e191915 100644
--- a/docs/src/site/markdown/install.md
+++ b/docs/src/site/markdown/install.md
@@ -110,7 +110,7 @@ cd $HOME/trafodion_downloads
      <td>
         <p>The scripts is run without parameters. Instead, you'll be prompted for information.</p>
         <p><strong>NOTE</strong></p>
-        <p>The trafodion_install script automatically invokes the <a href="scanner.html">Trafodion Scanner</a> to check the cluster for attributes that commonly cause installation issues, runtime performance problems, and so on. Also, various system information is collected for future reference, such as to aid with troubleshooting. The installation will abort if any configuration errors are discovered. You will need to correct such errors before re-running the <strong><code>trafodion_install</code></strong>script.</p>
+        <p>The <strong><code>trafodion_install</code></strong> script automatically checks the cluster for attributes that commonly cause installation issues, runtime performance problems, and so on. Also, various system information is collected for future reference, such as to aid with troubleshooting. The installation will abort if any configuration errors are discovered. You will need to correct such errors before re-running the <strong><code>trafodion_install</code></strong> script.</p>
      </td>
      <td>
        <pre>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/643ac18e/docs/src/site/markdown/uninstall.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/uninstall.md b/docs/src/site/markdown/uninstall.md
new file mode 100644
index 0000000..48618c2
--- /dev/null
+++ b/docs/src/site/markdown/uninstall.md
@@ -0,0 +1,176 @@
+<!--
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+ 
+      http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the 
+  License.
+-->
+This page describes how to remove Trafodion and/or a Hadoop distribution.
+
+# Remove Trafodion
+Use these instructions to remove Trafodion. 
+
+<table><tr><td><p><strong>NOTE</strong></p><p>You do not need to use the <strong><code>trafodion_uninstaller</code></strong> script if upgrading Trafodion. Instead, use the <strong><code>trafodion_install</code></strong> script, which automatically upgrades the version of Trafodion. Please refer to <a href="install.html">Install</a> for further information.</p></td></tr></table>
+
+Run the commands from the first node of the cluster. Do not run them from a machine that is not part of the Trafodion cluster.
+
+## Step 1: Stop Trafodion
+Do the following:
+
+    su trafodion
+    cd $MY_SQROOT/sql/scripts or cds
+    sqstop
+
+## Step 2: Run **```trafodion_uninstaller```**
+**```trafodion_uninstaller```** accepts the following command options.
+
+Option                        | Description 
+------------------------------|------------------------------------------------------------------------
+**```instance <dir-name>```** | \<dir-name\> represents the directory path of the Trafodion instance to remove. Run this option from the **```trafodion```** user ID.
+**```--all```**                | Completely removes Trafodion, including the **```trafodion```** user ID and its /root directory. Run this option from a user ID with **```sudo```** access 
+
+**Examples**
+
+    cd /root/trafodion_downloads/installer
+    # Uninstall Trafodion but leave user IDs and root directory in place
+    ./trafodion_uninstaller --instance /home/trafodion/trafodion
+    # Completely remove Trafodion
+    ./trafodion_uninstaller --all
+
+# Remove Hadoop Distribution
+Use these instructions of you need to change the Hadoop distribution on your environment.
+
+**Assumption:** You've already [removed Trafodion](#Remove_Trafodion), if previously installed.
+
+## Remove Cloudera
+**```cloudera_uninstall```** must be run by a user with **```root```** privileges. It accepts the following command options.
+
+Option                          | Description 
+--------------------------------|------------------------------------------------------------------------
+**```--help```**                | Print help text and exit.
+**```--nodes "<node-list>```**" | **```<node-list```** represents a space-separated list from which Cloudera should be uninstalled. Quotes are required.
+
+**Example**
+
+    cd /root/trafodion_downloads/installer/tools
+    ./cloudera_uninstall --nodes "redhat-1 redhat-2" 
+
+## Remove Hortonworks
+**```hortonworks_uninstall```** must be run by a user with **```root```** privileges. It accepts the following command options.
+
+Option                          | Description 
+--------------------------------|------------------------------------------------------------------------
+**```--help```**                | Print help text and exit.
+**```--nodes "<node-list>```**" | **```<node-list```** represents a space-separated list from which Hortonworks should be uninstalled. Quotes are required.
+
+**Example**
+
+    cd /root/trafodion_downloads/installer/tools
+    ./hortonworks_uninstall --nodes "redhat-1 redhat-2" 
+
+<table><tr><td>
+<p><strong>NOTE</strong></p>
+<p>During removal, the Ambari Server database must be reset. Type <strong><code>yes</code></strong> when prompted.</p>
+<p><strong>Example</strong></p>
+<pre>Resetting ambari-server
+**** WARNING **** You are about to reset and clear the Ambari Server database. This will remove all cluster host and configuration 
+information from the database. You will be required to re-configure the Ambari server and re-run the cluster wizard.
+Are you SURE you want to perform the reset [yes/no] (no)? yes
+Confirm server reset [yes/no](no)? yes</pre>
+</td></tr></table>
+
+## Remove MapR
+<table><tr><td>
+<p><strong>NOTE</strong></p>
+<p>Trafodion does not currently support MapR. However, the <strong><code>mapr_unistall</code></strong> allows you to remove an existing MapR installation.</p>
+<p>Follow these instructions to remove MapR and install one of the supported Hadoop distributions before installing Trafodion.</p>
+</td></tr></table>
+
+**```mapr_uninstall```** must be run by a user with **```root```** privileges. It accepts the following command options.
+
+Option                          | Description 
+--------------------------------|------------------------------------------------------------------------
+**```--help```**                | Print help text and exit.
+**```--nodes "<node-list>```**" | **```<node-list```** represents a space-separated list from which MapR should be uninstalled. Quotes are required.
+
+
+Do the following:
+
+<table>
+  <tr>
+    <th width="15%">Step</th>
+    <th width="30%">Description</th>
+    <th width="55%">Example</th>
+  </tr>
+  <tr>
+     <td><strong>Download Trafodion</strong></td>
+     <td>If you haven't done so already, <a href="download.html">download</a> Trafodion.</td>
+     <td></td>
+  </tr>
+  <tr>
+     <td><strong>Create <code>trafodion_downloads</code> Directory</strong></td>
+     <td>Place the downloaded <strong><code>trafodion-1.1.&lt;n&gt;.tar.gz</code></strong> and <strong><code>installer-1.1.&lt;n&gt;_v&lt;num&gt;.tar.gz</code></strong> tar files into the <strong><code>trafodion_downloads</code></strong> directory.</td>
+     <td><pre>
+mkdir $HOME/trafodion_downloads
+mv &lt;your-download-path&gt;/trafodion-1.1.&lt;n&gt;.tar.gz $HOME/trafodion_downloads
+mv &lt;your-download-path&gt;/installer-1.1.&lt;n&gt;_v&lt;num&gt;.tar.gz $HOME/trafodion_downloads
+cd $HOME/trafodion_downloads</pre>
+     </td>
+  </tr>
+  <tr>
+     <td><strong>Unpack <code>tar</code> Files</strong></td>
+     <td>Enables access to the Trafodion installation tools.</td>
+     <td><pre>
+tar -xzf trafodion-1.1.&lt;n&gt;.tar.gz
+tar -xzf installer-1.1.&lt;n&gt;_v&lt;num&gt;.tar.gz</pre>
+     </td>
+  </tr>
+  <tr>
+     <td><strong>Run <code>mapr_uninstall</code></strong></td>
+     <td>Remove the MapR distribution software.</td>
+     <td><pre>
+cd /root/trafodion_downloads/installer/tools
+./mapr_uninstall --nodes "redhat-1 redhat-2"
+./mapr_uninstall</pre>
+     </td>
+  </tr>
+</table>
+
+
+# Switch Hadoop Distribution
+If needed, you can switch the Hadoop distribution that Trafodion is running on without reinstalling Trafodion.
+
+Do the following.
+
+## Step 1: Shut Down Trafodion
+
+    su trafodion
+    cd $MY_SQROOT/sql/scripts
+    sqstop
+    
+## Step 2: Remove Hadoop Distribution
+Remove the Hadoop Distribution per the instructions above.
+
+Hadoop Distribution | Instructions
+--------------------|--------------------------------------
+**Cloudera**        | [Remove Cloudera](#Remove_Cloudera)
+**Hortonworks**     | [Remove Hortonworks](#Remove_Hortonworks)
+**MapR**            | [Remove MapR](#Remove_MapR)
+
+## Step 3: Reinstall Hadoop Distribution
+Refer to [Install Hadoop Distribution](install-preparation.html#Install_Hadoop_Distribution).
+
+## Step 4: Run Trafodion Installer
+Refer to the [Install](install.html).
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/643ac18e/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index f09afee..e7b6cf5 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -219,6 +219,11 @@
           <tocTopFlatten>false</tocTopFlatten>
         </testing>
         <traf_authentication_config><shortTitle>.traf_authentication_config Configuration File</shortTitle></traf_authentication_config>
+        <uninstall>
+          <shortTitle>Uninstall</shortTitle>
+          <!-- Use H1 headings only for the TOC -->
+          <tocTopFlatten>false</tocTopFlatten>
+        </uninstall>
         <website>
            <shortTitle>Modify Web Site</shortTitle>
            <tocTopFlatten>false</tocTopFlatten>
@@ -258,9 +263,11 @@
       <item href="quickstart.html" name="Quick Start"/>
       <item href="download.html" name="Download"/>
       <item href="install.html" name="Install"/>
+      <item href="uninstall.html" name="Uninstall"/>
       <item href="management.html" name="Managing Trafodion"/>
       <item href="http:divider" name=""/>
       <item href="documentation.html" name="Documentation"/>
+      <item href="port-assignment.html" name="Port Assignments"/>
       <item href="faq.html" name="FAQ"/>
       <item href="release-notes.html" name="Release Notes"/>
       <!-- 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/643ac18e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 17e072e..d1720b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,206 +111,18 @@
 
   <developers>
     <developer>
-      <id>alchen</id>
-      <name>Alice Chen</name>
-      <email>alchen at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Hewlett Packard</organization>
-      <organizationUrl>http://www.hp.com</organizationUrl>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>amanda</id>
-      <name>Amanda K Moran</name>
-      <email>amanda at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>apurtell</id>
-      <name>Andrew Purtell</name>
-      <email>apurtell at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Salesforce.com</organization>
-      <organizationUrl>http://www.salesforce.com/</organizationUrl>
-      <roles>
-        <role>Mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>dbirdsall</id>
-      <name>Dave Birdsall</name>
-      <email>dbirdsall at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>ddas</id>
-      <name>Devaraj Das</name>
-      <email>ddas at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Hortonworks</organization>
-      <organizationUrl>http://www.hortonworks.com</organizationUrl>
-      <roles>
-        <role>Mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>enis</id>
-      <name>Enis Soztutar</name>
-      <email>enis at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Hortonworks</organization>
-      <organizationUrl>http://www.hortonworks.com</organizationUrl>
-      <roles>
-        <role>Mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>larsh</id>
-      <name>Lars Hofhansl</name>
-      <email>larsh at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Salesforce.com</organization>
-      <organizationUrl>http://www.salesforce.com/</organizationUrl>
-      <roles>
-        <role>Mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>matbrown</id>
-      <name>Matt Brown</name>
-      <email>matbrown at a dot o</email>
-      <timezone>-8</timezone>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>rmarton</id>
-      <name>Roberta Marton</name>
-      <email>rmarton at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>rvs</id>
-      <name>Roman Shaposhnik</name>
-      <email>rvs at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Pivotal</organization>
-      <organizationUrl>http://pivotal.io/</organizationUrl>
-      <roles>
-        <role>Mentor</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>sandhya</id>
-      <name>Sandhya Sundaresan</name>
-      <email>sandhya at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>stack</id>
-      <name>Michael Stack</name>
-      <email>stack at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Cloudera</organization>
-      <organizationUrl>http://www.cloudera.com/</organizationUrl>
-      <roles>
-        <role>Champion</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>sureshs</id>
-      <name>Suresh Subbiah</name>
-      <email>sureshs at a dot o</email>
-      <timezone>-5</timezone>
-      <organization>Esgyn Corp</organization>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <id>tharakc</id>
-      <name>Tharak Capirala</name>
-      <email>tharakc at a dot o</email>
-      <timezone>-8</timezone>
-      <organization>Hewlett Packard</organization>
-      <organizationUrl>http://www.hp.com</organizationUrl>
-      <roles>
-        <role>Committer</role>
-      </roles>
-    </developer>
-    <developer>
-      <name>Steve Varnau</name>
-      <email>svarnau at apache dot org</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
+      <id>TrafodionDeveloper</id>
+      <name>See list of Trafodion developers</name>
+      <email>dev@trafodion.incubator.apache.org</email>
+      <url>https://cwiki.apache.org/confluence/display/TRAFODION/Contributors</url>
     </developer>
   </developers>
 
   <contributors>
     <contributor>
-      <name>Sean Broeder</name>
-      <email>sean dot broeder at esgyn dot com</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-    </contributor>
-    <contributor>
-      <name>Qifan Chen</name>
-      <email>qifan dot chen at esgyn dot com</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-    </contributor>
-    <contributor>
-      <name>Kevin Deyager</name>
-      <email>kevin dot deyager at gmail dot com</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-    </contributor>
-    <contributor>
-      <name>Selva Govindarajan</name>
-      <email>selva dot govindarajan at esgyn dot com</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-    </contributor>
-    <contributor>
-      <name>Anuradha Hedge</name>
-      <email>anuradha dot hedge at esgyn dot com</email>
-      <timezone>-8</timezone>
-      <organization>Esgyn Corp</organization>
-    </contributor>
-    <contributor>
-      <name>Rohit Jain</name>
-      <email>rohit dot jain at esgyn dot com</email>
-      <timezone>-6</timezone>
-      <organization>Esgyn Corp</organization>
-    </contributor>
-    <contributor>
-      <name>Pierre Smits</name>
-      <email>pierre dot smits at gmail dot com</email>
-      <timezone>+2</timezone>
-    </contributor>
-    <contributor>
-      <name>Gunnar Tapper</name>
-      <email>gunnar dot tapper at esgyn dot com</email>
-      <timezone>-7</timezone>
+      <name>See list of Trafodion contributors</name>
+      <email>dev@trafodion.incubator.apache.org</email>
+      <url>https://cwiki.apache.org/confluence/display/TRAFODION/Contributors</url>
     </contributor>
   </contributors>
 


[2/2] incubator-trafodion git commit: TRAFODION-1640: Replaced committers and contributors entries with links

Posted by hz...@apache.org.
TRAFODION-1640: Replaced committers and contributors entries with links


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

Branch: refs/heads/master
Commit: 7a21d3956368ad3b98c13c574d68360d01033db2
Parents: 52afc68 643ac18
Author: Hans Zeller <hz...@apache.org>
Authored: Mon Dec 14 21:24:47 2015 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Mon Dec 14 21:24:47 2015 +0000

----------------------------------------------------------------------
 docs/src/site/markdown/install.md   |   2 +-
 docs/src/site/markdown/uninstall.md | 176 +++++++++++++++++++++++++++
 docs/src/site/site.xml              |   7 ++
 pom.xml                             | 202 ++-----------------------------
 4 files changed, 191 insertions(+), 196 deletions(-)
----------------------------------------------------------------------