Remove hama_on_clouds page

git-svn-id: https://svn.apache.org/repos/asf/hama/trunk@1689320 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index a86483a..d6f66cd 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -74,13 +74,10 @@
 
     <menu name="Documentation">
       <item name="Getting Started" href="getting_started_with_hama.html" />
-      <item name="Hama on Clouds" href="hama_on_clouds.html" />
       <item name="Run Examples" href="run_examples.html" />
       <item name="BSP tutorial" href="hama_bsp_tutorial.html" />
       <item name="Graph tutorial" href="hama_graph_tutorial.html" />
-      <item name="Presentations" href="http://wiki.apache.org/hama/Presentations" />
-      <item name="Research Papers" href="http://wiki.apache.org/hama/Articles" />
-      <item name="Books" href="http://wiki.apache.org/hama/Books" />
+      <item name="Wiki for more details" href="http://wiki.apache.org/hama" />
     </menu>
 
     <menu name="Art works">
diff --git a/src/site/xdoc/hama_on_clouds.xml b/src/site/xdoc/hama_on_clouds.xml
deleted file mode 100644
index 59fe943..0000000
--- a/src/site/xdoc/hama_on_clouds.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You 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.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-  <properties></properties>
-  <title>Deploy a Hama cluster on EC2</title>
-  
-  <body>
-    <section name="Hama on Clouds"></section>
-    <p>This document describes how to deploy Hama clusters on Clouds e.g., EC2, Rackspace using Whirr.</p>
-    
-    <subsection name="Deploy a Hama cluster on EC2"></subsection>
-    <p>The following commands install Whirr and start a 5 node Hama cluster on Amazon EC2 in 5 minutes or less.
-    <pre>
-  % curl -O http://www.apache.org/dist/whirr/whirr-0.x.0/whirr-0.x.0.tar.gz
-  % tar zxf whirr-0.x.0.tar.gz; cd whirr-0.x.0
-
-  % export AWS_ACCESS_KEY_ID=YOUR_ID
-  % export AWS_SECRET_ACCESS_KEY=YOUR_SECKEY
-  % ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa_whirr
-
-  % bin/whirr launch-cluster --config recipes/hama-ec2.properties --private-key-file ~/.ssh/id_rsa_whirr</pre>
-    </p>
-    <subsection name="Execute Hama Examples"></subsection>
-    <pre>
-  % cd /usr/local/hama-0.x.0
-  % bin/hama jar hama-examples-x.x.x.jar [args]</pre>
-    </body>
-</document>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index f1828a8..e89ef2f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -62,7 +62,6 @@
       <ul>
         <li><a href="downloads.html">Download</a> Hama from the release page.</li>
         <li><a href="getting_started_with_hama.html">Getting Started</a> with Hama.</li>
-        <li><a href="hama_on_clouds.html">Launch a Hama cluster</a> on Clouds.</li>
         <li>Programming Tutorials<ul>
             <li><a href="hama_bsp_tutorial.html">BSP Programming.</a></li>
             <li><a href="hama_graph_tutorial.html">Vertex-centric Programming.</a></li>