You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrql.apache.org by ed...@apache.org on 2014/03/07 11:00:24 UTC

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

Author: edwardyoon
Date: Fri Mar  7 10:00:23 2014
New Revision: 1575212

URL: http://svn.apache.org/r1575212
Log:
fix broken link

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=1575212&r1=1575211&r2=1575212&view=diff
==============================================================================
--- incubator/mrql/site/trunk/developers.html (original)
+++ incubator/mrql/site/trunk/developers.html Fri Mar  7 10:00:23 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Oct 31, 2013
+ | Generated by Apache Maven Doxia at Mar 7, 2014
  | 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="20131031" />
+    <meta name="Date-Revision-yyyymmdd" content="20140307" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Developers Guide</title>
@@ -64,9 +64,6 @@
                       <li>      <a href="getting_started.html"  title="Getting Started">Getting Started</a>
 </li>
                   
-                      <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
-</li>
-                  
                       <li>      <a href="http://wiki.apache.org/mrql/Publications"  title="Research Papers and Presentations">Research Papers and Presentations</a>
 </li>
                           </ul>
@@ -161,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-10-31</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-03-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.1-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -201,7 +198,7 @@
     <div class="section"><h3>Issues<a name="Issues"></a></h3></div>
     <p>
     All bugs, improvements, patches, etc. should be logged in 
-    <a href="./issue_tracking.html">JIRA</a>
+    <a href="./issue-tracking.html">JIRA</a>
     </p>
     
 
@@ -212,7 +209,7 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2013
+              <div class="row span12">Copyright &copy;                    2013-2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                     

Modified: incubator/mrql/site/trunk/getting_started.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/getting_started.html?rev=1575212&r1=1575211&r2=1575212&view=diff
==============================================================================
--- incubator/mrql/site/trunk/getting_started.html (original)
+++ incubator/mrql/site/trunk/getting_started.html Fri Mar  7 10:00:23 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Nov 1, 2013
+ | Generated by Apache Maven Doxia at Mar 7, 2014
  | 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="20131101" />
+    <meta name="Date-Revision-yyyymmdd" content="20140307" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Getting Started</title>
@@ -64,9 +64,6 @@
                       <li>      <a href="getting_started.html"  title="Getting Started">Getting Started</a>
 </li>
                   
-                      <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
-</li>
-                  
                       <li>      <a href="http://wiki.apache.org/mrql/Publications"  title="Research Papers and Presentations">Research Papers and Presentations</a>
 </li>
                           </ul>
@@ -161,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-11-01</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-03-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.1-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -200,7 +197,7 @@ The following instructions assume that y
 </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/dyn/closer.cgi/incubator/mrql">http://www.apache.org/dyn/closer.cgi/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.
+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>
@@ -219,7 +216,7 @@ For a test, run the <a class="externalLi
 </p>
     <div class="section"><h2>How to Recompile MRQL<a name="How_to_Recompile_MRQL"></a></h2></div>
 <p>
-Download the latest stable MRQL source release from <a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/mrql">http://www.apache.org/dyn/closer.cgi/incubator/mrql</a> and extract the files. You can get the latest source code using:
+Download the latest stable MRQL source 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. You can get the latest source code using:
 </p><div><pre>
 git clone https://git-wip-us.apache.org/repos/asf/incubator-mrql.git
 </pre></div>
@@ -235,7 +232,7 @@ To build MRQL using maven, use <tt>mvn i
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2013
+              <div class="row span12">Copyright &copy;                    2013-2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                     

Modified: incubator/mrql/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/index.html?rev=1575212&r1=1575211&r2=1575212&view=diff
==============================================================================
--- incubator/mrql/site/trunk/index.html (original)
+++ incubator/mrql/site/trunk/index.html Fri Mar  7 10:00:23 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Oct 31, 2013
+ | Generated by Apache Maven Doxia at Mar 7, 2014
  | 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="20131031" />
+    <meta name="Date-Revision-yyyymmdd" content="20140307" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   A Query Processing and Optimization System</title>
@@ -64,9 +64,6 @@
                       <li>      <a href="getting_started.html"  title="Getting Started">Getting Started</a>
 </li>
                   
-                      <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
-</li>
-                  
                       <li>      <a href="http://wiki.apache.org/mrql/Publications"  title="Research Papers and Presentations">Research Papers and Presentations</a>
 </li>
                           </ul>
@@ -161,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-10-31</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-03-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.1-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -200,7 +197,6 @@ The MRQL query language is powerful enou
     <p>
       </p><ul>
         <li>2013-03-13: MRQL project enters Apache Incubation.</li>
-        <li>2013-10-31: Apache MRQL 0.9.0-incubating is released.</li>
       </ul>
         
 
@@ -215,7 +211,7 @@ The MRQL query language is powerful enou
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2013
+              <div class="row span12">Copyright &copy;                    2013-2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                     

Modified: incubator/mrql/site/trunk/issue-tracking.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/issue-tracking.html?rev=1575212&r1=1575211&r2=1575212&view=diff
==============================================================================
--- incubator/mrql/site/trunk/issue-tracking.html (original)
+++ incubator/mrql/site/trunk/issue-tracking.html Fri Mar  7 10:00:23 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Oct 31, 2013
+ | Generated by Apache Maven Doxia at Mar 7, 2014
  | 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="20131031" />
+    <meta name="Date-Revision-yyyymmdd" content="20140307" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Issue Tracking</title>
@@ -64,9 +64,6 @@
                       <li>      <a href="getting_started.html"  title="Getting Started">Getting Started</a>
 </li>
                   
-                      <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
-</li>
-                  
                       <li>      <a href="http://wiki.apache.org/mrql/Publications"  title="Research Papers and Presentations">Research Papers and Presentations</a>
 </li>
                           </ul>
@@ -161,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-10-31</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-03-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.1-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -204,7 +201,7 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2013
+              <div class="row span12">Copyright &copy;                    2013-2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                     

Modified: incubator/mrql/site/trunk/mail-lists.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/mail-lists.html?rev=1575212&r1=1575211&r2=1575212&view=diff
==============================================================================
--- incubator/mrql/site/trunk/mail-lists.html (original)
+++ incubator/mrql/site/trunk/mail-lists.html Fri Mar  7 10:00:23 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Oct 31, 2013
+ | Generated by Apache Maven Doxia at Mar 7, 2014
  | 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="20131031" />
+    <meta name="Date-Revision-yyyymmdd" content="20140307" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Mailing Lists</title>
@@ -64,9 +64,6 @@
                       <li>      <a href="getting_started.html"  title="Getting Started">Getting Started</a>
 </li>
                   
-                      <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
-</li>
-                  
                       <li>      <a href="http://wiki.apache.org/mrql/Publications"  title="Research Papers and Presentations">Research Papers and Presentations</a>
 </li>
                           </ul>
@@ -161,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-10-31</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-03-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.1-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -231,7 +228,7 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2013
+              <div class="row span12">Copyright &copy;                    2013-2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                     

Modified: incubator/mrql/site/trunk/team-list.html
URL: http://svn.apache.org/viewvc/incubator/mrql/site/trunk/team-list.html?rev=1575212&r1=1575211&r2=1575212&view=diff
==============================================================================
--- incubator/mrql/site/trunk/team-list.html (original)
+++ incubator/mrql/site/trunk/team-list.html Fri Mar  7 10:00:23 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at Oct 31, 2013
+ | Generated by Apache Maven Doxia at Mar 7, 2014
  | 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="20131031" />
+    <meta name="Date-Revision-yyyymmdd" content="20140307" />
     <meta http-equiv="Content-Language" content="en" />
     <title>MRQL - 
   Team List</title>
@@ -64,9 +64,6 @@
                       <li>      <a href="getting_started.html"  title="Getting Started">Getting Started</a>
 </li>
                   
-                      <li>      <a href="downloads.html"  title="Downloads">Downloads</a>
-</li>
-                  
                       <li>      <a href="http://wiki.apache.org/mrql/Publications"  title="Research Papers and Presentations">Research Papers and Presentations</a>
 </li>
                           </ul>
@@ -161,7 +158,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2013-10-31</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2014-03-07</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.9.1-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -244,7 +241,7 @@
        <tr class="b" valign="top">
           <td align="center">edwardyoon</td>
           <td align="center"><a class="externalLink" href="http://blog.udanax.org/">Edward J. Yoon</a></td>
-          <td align="center">Oracle</td>
+          <td align="center">DataSayer</td>
           <td align="center">committer</td>
         </tr>
        <tr class="a" valign="top">
@@ -309,7 +306,7 @@
 
     <footer>
             <div class="container">
-              <div class="row span12">Copyright &copy;                    2013
+              <div class="row span12">Copyright &copy;                    2013-2014
                         <a href="http://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.