You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by fe...@apache.org on 2013/10/08 00:28:21 UTC

svn commit: r1530098 - in /incubator/mrql/site/trunk: developers.html getting_started.html index.html issue-tracking.html mail-lists.html team-list.html

Author: fegaras
Date: Mon Oct  7 22:28:20 2013
New Revision: 1530098

URL: http://svn.apache.org/r1530098
Log:
Changed installation instructions

Modified:
    incubator/mrql/site/trunk/developers.html
    incubator/mrql/site/trunk/getting_started.html
    incubator/mrql/site/trunk/index.html
    incubator/mrql/site/trunk/issue-tracking.html
    incubator/mrql/site/trunk/mail-lists.html
    incubator/mrql/site/trunk/team-list.html

Modified: incubator/mrql/site/trunk/developers.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/developers.html?rev=1530098&r1=1530097&r2=1530098&view=diff
==============================================================================
--- incubator/mrql/site/trunk/developers.html (original)
+++ incubator/mrql/site/trunk/developers.html Mon Oct  7 22:28:20 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Sep 8, 2013
+ | Generated by Apache Maven Doxia at Oct 7, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130908" />
+    <meta name="Date-Revision-yyyymmdd" content="20131007" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Developers Guide</title>
@@ -158,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-09-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.0-incubating-SNAPSHOT</li>
             
                             </ul>

Modified: incubator/mrql/site/trunk/getting_started.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/getting_started.html?rev=1530098&r1=1530097&r2=1530098&view=diff
==============================================================================
--- incubator/mrql/site/trunk/getting_started.html (original)
+++ incubator/mrql/site/trunk/getting_started.html Mon Oct  7 22:28:20 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Sep 8, 2013
+ | Generated by Apache Maven Doxia at Oct 7, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130908" />
+    <meta name="Date-Revision-yyyymmdd" content="20131007" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Getting Started</title>
@@ -158,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-09-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.0-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -190,29 +190,28 @@
 Apache MRQL can run in three modes: in Map-Reduce mode using Apache Hadoop, in BSP mode (Bulk Synchronous Parallel mode) using Apache Hama, and in Spark mode using Apache Spark.
 </p>
 <p>
-The MRQL MapReduce mode has been tested on Hadoop MapReduce releases 1.0.1, and 1.0.3. You can download the latest tarball from Apache Hadoop. The BSP and Spark modes are optional. The BSP mode has been tested on Hama 0.5.0 and 0.6.2. You can download the latest tarball from Apache Hama. The Spark mode has been tested on Spark 0.7.2 and 0.7.3 in both local and standalone deploy modes.
+The MRQL MapReduce mode has been tested on Apache Hadoop MapReduce releases 1.0.1, and 1.0.3. You can download the latest tarball from Apache Hadoop. The BSP and Spark modes are optional. The BSP mode has been tested on Apache Hama 0.5.0 and 0.6.2. You can download the latest tarball from Apache Hama. The Spark mode has been tested on Apache Spark 0.8.0-incubating in both local and standalone deploy modes.
 </p>
 <p>
-The following instructions assume that you have already installed Hadoop MapReduce and you have deployed it on your cluster successfully. Otherwise, follow the directions in <a class="externalLink" href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-multi-node-cluster/">Running Hadoop On Ubuntu Linux</a>.
+The following instructions assume that you have already installed Apache Hadoop MapReduce and you have deployed it on your cluster successfully.
 </p>
     <div class="section"><h3>How to install MRQL<a name="How_to_install_MRQL"></a></h3></div>
 <p>
-Download the latest stable MRQL binary release from <a class="externalLink" href="http://www.apache.org/dist/incubator/mrql/">http://www.apache.org/dist/incubator/mrql/</a> and extract the files. The jar files <tt>mrql-mr-*.jar</tt>, <tt>mrql-bsp-*.jar</tt>, and <tt>mrql-spark-*.jar</tt> in the <tt>lib</tt> directory contain the libraries for evaluating MRQL queries in Hadoop, Hama, and Spark modes, respectively. They can be run using the scripts <tt>bin/mrql</tt>, <tt>bin/mrql.bsp</tt>, and <tt>bin/mrql.spark</tt>.
+Download the latest stable MRQL binary release from <a class="externalLink" href="http://www.apache.org/dist/incubator/mrql/">http://www.apache.org/dist/incubator/mrql/</a> and extract the files. The scripts <tt>bin/mrql</tt>, <tt>bin/mrql.bsp</tt>, and <tt>bin/mrql.spark</tt> evaluate MRQL queries in Hadoop, Hama, and Spark modes, respectively.
 </p>
     <div class="section"><h3>How to run MRQL on a Hadoop MapReduce cluster<a name="How_to_run_MRQL_on_a_Hadoop_MapReduce_cluster"></a></h3></div>
 <p>
-Change the first lines of <tt>conf/mrql-env.sh</tt> to point to your directories. One of these directories must be your existing Hadoop configuration directory. For a test, run the <a class="externalLink" href="https://wiki.apache.org/mrql/Pagerank">PageRank example</a> or the <a class="externalLink" href="https://wiki.apache.org/mrql/Kmeans">k-means clustering example</a> on a small Hadoop MapReduce cluster.
+Change the configuration file <tt>conf/mrql-env.sh</tt> to match your Hadoop installation. For a test, run the <a class="externalLink" href="https://wiki.apache.org/mrql/Pagerank">PageRank example</a> or the <a class="externalLink" href="https://wiki.apache.org/mrql/Kmeans">k-means clustering example</a> on a small Hadoop MapReduce cluster.
 </p>
     <div class="section"><h3>How to run MRQL on a Hama cluster<a name="How_to_run_MRQL_on_a_Hama_cluster"></a></h3></div>
 <p>
 Follow the instructions in <a class="externalLink" href="http://hama.apache.org/getting_started_with_hama.html">Getting Started with Hama</a> to set up and start Hama.
-Change the first lines of <tt>conf/mrql-env.sh</tt> to point to your directories. One of these directories must be your existing Hama configuration directory.
-For a test, run the <a class="externalLink" href="https://wiki.apache.org/mrql/Pagerank">PageRank example</a> or the <a class="externalLink" href="https://wiki.apache.org/mrql/Kmeans">k-means clustering example</a> on a Hama cluster.
+Change the configuration file <tt>conf/mrql-env.sh</tt> to match your Hama installation. For a test, run the <a class="externalLink" href="https://wiki.apache.org/mrql/Pagerank">PageRank example</a> or the <a class="externalLink" href="https://wiki.apache.org/mrql/Kmeans">k-means clustering example</a> on a Hama cluster.
 </p>
     <div class="section"><h3>How to run MRQL on a Spark standalone cluster<a name="How_to_run_MRQL_on_a_Spark_standalone_cluster"></a></h3></div>
 <p>
-Follow the instructions in <a class="externalLink" href="http://spark-project.org/docs/latest/spark-standalone.html">Spark Standalone Mode</a> to set up and start Spark in standalone deploy mode.
-Change the first lines of <tt>conf/mrql-env.sh</tt> to point to the Scala and Spark installation directories.
+Follow the instructions in <a class="externalLink" href="http://spark.incubator.apache.org/docs/latest/spark-standalone.html">Spark Standalone Mode</a> to set up and start Apache Spark in standalone deploy mode.
+Change the configuration file <tt>conf/mrql-env.sh</tt> to match your Spark installation. 
 For a test, run the <a class="externalLink" href="https://wiki.apache.org/mrql/Pagerank">PageRank example</a> or the <a class="externalLink" href="https://wiki.apache.org/mrql/Kmeans">k-means clustering example</a> on a Spark cluster.
 </p>
     <div class="section"><h2>How to Recompile MRQL<a name="How_to_Recompile_MRQL"></a></h2></div>
@@ -221,11 +220,8 @@ Download the latest stable MRQL source r
 </p><div><pre>
 git clone https://git-wip-us.apache.org/repos/asf/incubator-mrql.git
 </pre></div>
-To build MRQL using maven, use <tt>mvn package</tt>. To validate the installation use <tt>mvn verify</tt>, which runs the queries in <tt>tests/queries</tt> in memory, local Hadoop mode, local Hama mode, and Spark standalone mode.
+To build MRQL using maven, use <tt>mvn install</tt>. To validate the installation use <tt>mvn install -Dtests</tt>, which runs the queries in <tt>tests/queries</tt> in memory, local Hadoop mode, local Hama mode, and local Spark mode.
 
-<p>
-Alternatively, you may use <tt>make</tt> or <tt>ant</tt> to rebuild MRQL. Change the first lines of <tt>conf/mrql-env.sh</tt> and <tt>conf/mrql-ant-env.sh</tt> to point to your directories. <tt>make</tt> or <tt>ant</tt> rebuilds the <tt>lib/mrql.jar</tt>. <tt>make bsp</tt> or <tt>ant bsp</tt> rebuilds the <tt>lib/mrql-bsp.jar</tt>. <tt>make spark</tt> or <tt>ant spark</tt> rebuilds the <tt>lib/mrql-spark.jar</tt>.
-</p>
 
   
 

Modified: incubator/mrql/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/index.html?rev=1530098&r1=1530097&r2=1530098&view=diff
==============================================================================
--- incubator/mrql/site/trunk/index.html (original)
+++ incubator/mrql/site/trunk/index.html Mon Oct  7 22:28:20 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Sep 8, 2013
+ | Generated by Apache Maven Doxia at Oct 7, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130908" />
+    <meta name="Date-Revision-yyyymmdd" content="20131007" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   A Query Processing and Optimization System</title>
@@ -158,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-09-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.0-incubating-SNAPSHOT</li>
             
                             </ul>

Modified: incubator/mrql/site/trunk/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/issue-tracking.html?rev=1530098&r1=1530097&r2=1530098&view=diff
==============================================================================
--- incubator/mrql/site/trunk/issue-tracking.html (original)
+++ incubator/mrql/site/trunk/issue-tracking.html Mon Oct  7 22:28:20 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Sep 8, 2013
+ | Generated by Apache Maven Doxia at Oct 7, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130908" />
+    <meta name="Date-Revision-yyyymmdd" content="20131007" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Issue Tracking</title>
@@ -158,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-09-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.0-incubating-SNAPSHOT</li>
             
                             </ul>

Modified: incubator/mrql/site/trunk/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/mail-lists.html?rev=1530098&r1=1530097&r2=1530098&view=diff
==============================================================================
--- incubator/mrql/site/trunk/mail-lists.html (original)
+++ incubator/mrql/site/trunk/mail-lists.html Mon Oct  7 22:28:20 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Sep 8, 2013
+ | Generated by Apache Maven Doxia at Oct 7, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130908" />
+    <meta name="Date-Revision-yyyymmdd" content="20131007" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Mailing Lists</title>
@@ -158,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-09-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.0-incubating-SNAPSHOT</li>
             
                             </ul>

Modified: incubator/mrql/site/trunk/team-list.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/team-list.html?rev=1530098&r1=1530097&r2=1530098&view=diff
==============================================================================
--- incubator/mrql/site/trunk/team-list.html (original)
+++ incubator/mrql/site/trunk/team-list.html Mon Oct  7 22:28:20 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Sep 8, 2013
+ | Generated by Apache Maven Doxia at Oct 7, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130908" />
+    <meta name="Date-Revision-yyyymmdd" content="20131007" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Team List</title>
@@ -158,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-09-08</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2013-10-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.0-incubating-SNAPSHOT</li>
             
                             </ul>