Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://blur.apache.org/blur%2Fdocs%2F0.2.3%2Fgetting-started.html

RH

Index: trunk/content/blur/docs/0.2.3/getting-started.html
===================================================================
--- trunk/content/blur/docs/0.2.3/getting-started.html  (revision 1655891)
+++ trunk/content/blur/docs/0.2.3/getting-started.html  (working copy)
@@ -81,7 +81,7 @@
               You will at a minimum need the following:
             </p>
             <ul>
-              <li>Java 6 or Java 7 (Java 7 is recommended)</li>
+              <li>Java 8 is required to compile blur from source.</li>
             </ul>
             <h3>Setup passphraseless ssh</h3>
             <p>These instructions are taken from the Hadoop Quick Start 
Guide.</p>
@@ -120,7 +120,8 @@
             <p>The binary artifact is located 
<code>distribution/target/apache-blur-0.2.3-incubating-hadoop1-bin.tar.gz</code>.</p>
             <h4>Hadoop 2</h4>
             <div class="bs-callout bs-callout-info"><h4>Heads Up!</h4><p>While 
all the tests pass on Hadoop 2, Blur has not be tested at scale on Hadoop 2 and 
bin/blur-config.sh script will likely require modification to include the 
correct Hadoop 2 libraries.</p></div>
-            <p>Build the artifacts for Hadoop 2 (if you want to run the tests 
remove the "-DskipTests")</p>
+            <div class="bs-callout bs-callout-info"><h4>Heads Up!</h4><p>If 
you're building from git HEAD, please use the instructions for Hadoop 2 below. 
Hadoop1 is not supported anymore.</p></div>
+                       <p>Build the artifacts for Hadoop 2 (if you want to run 
the tests remove the "-DskipTests")</p>
                        <pre><code class="bash">cd incubator-blur/
 mvn install -DskipTests -Dhadoop2</code></pre>
                        <p>The binary artifact is located 
<code>distribution/target/apache-blur-0.2.3-incubating-hadoop2-bin.tar.gz</code>.</p>

Reply via email to