You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2017/01/25 22:21:29 UTC

svn commit: r1780279 - /incubator/ranger/site/trunk/quick_start_guide.html

Author: sneethir
Date: Wed Jan 25 22:21:29 2017
New Revision: 1780279

URL: http://svn.apache.org/viewvc?rev=1780279&view=rev
Log:
Ranger TLP : updated quick start guide

Modified:
    incubator/ranger/site/trunk/quick_start_guide.html

Modified: incubator/ranger/site/trunk/quick_start_guide.html
URL: http://svn.apache.org/viewvc/incubator/ranger/site/trunk/quick_start_guide.html?rev=1780279&r1=1780278&r2=1780279&view=diff
==============================================================================
--- incubator/ranger/site/trunk/quick_start_guide.html (original)
+++ incubator/ranger/site/trunk/quick_start_guide.html Wed Jan 25 22:21:29 2017
@@ -356,9 +356,9 @@
                 </p>
 <div class="source">
 <pre>
-        ./target/apache-ranger-incubating-%version-number%.tar.gz
-        ./target/apache-ranger-incubating-%version-number%.tar.gz.asc
-        ./target/apache-ranger-incubating-%version-number%.tar.gz.mds
+        ./target/apache-ranger-%version-number%.tar.gz
+        ./target/apache-ranger-%version-number%.tar.gz.asc
+        ./target/apache-ranger-%version-number%.tar.gz.mds
                 </pre></div>
             
             </div>
@@ -368,28 +368,28 @@
 <h3>Verifying Build (also called as a Release)<a name="Verifying_Build_also_called_as_a_Release"></a></h3>
             
 <p>
-                1. Download the release source file, apache-ranger-incubating-%version-number%.tar.gz  (from URL provided in the release email)
+                1. Download the release source file, apache-ranger-%version-number%.tar.gz  (from URL provided in the release email)
            
 			</p>
 			
 <p>
-            	2. Download the PGP signature for, apache-ranger-incubating-%version-number%.tar.gz which usaully named as apache-ranger-incubating-%version-number%.tar.gz.asc (from URL provided in the release email)
+            	2. Download the PGP signature for, apache-ranger-%version-number%.tar.gz which usaully named as apache-ranger-%version-number%.tar.gz.asc (from URL provided in the release email)
 			</p>
 			
 <p>
             	3. Execute the following command to verify the release
         </p>
 <div class="source">
-<pre> $ gpg --verify apache-ranger-incubating-%version-number%.tar.gz.asc apache-ranger-incubating-%version-number%.tar.gz </pre></div>
+<pre> $ gpg --verify apache-ranger-%version-number%.tar.gz.asc apache-ranger-%version-number%.tar.gz </pre></div>
         
 			
         
 <p>
-            4. Download MD5/SHA hash for apache-ranger-incubating-%version-number%.tar.gz which usaully named as apache-ranger-incubating-%version-number%.tar.gz.mds (from URL provided in the release email)
+            4. Download MD5/SHA hash for apache-ranger-%version-number%.tar.gz which usaully named as apache-ranger-%version-number%.tar.gz.mds (from URL provided in the release email)
             </p>
 <div class="source">
-<pre>$ gpg --print-mds apache-ranger-incubating-%version-number%.tar.gz </pre></div>
-            Compare MD5, SHA hash generated from the above command and the signature available in the apache-ranger-incubating-%version-number%.tar.gz.mds.
+<pre>$ gpg --print-mds apache-ranger-%version-number%.tar.gz </pre></div>
+            Compare MD5, SHA hash generated from the above command and the signature available in the apache-ranger-%version-number%.tar.gz.mds.
         
 
         </div>