You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bu...@apache.org on 2014/12/18 11:31:55 UTC

svn commit: r933216 - in /websites/staging/slider/trunk/content: ./ developing/windows.html

Author: buildbot
Date: Thu Dec 18 10:31:54 2014
New Revision: 933216

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/developing/windows.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 18 10:31:54 2014
@@ -1 +1 @@
-1646431
+1646432

Modified: websites/staging/slider/trunk/content/developing/windows.html
==============================================================================
--- websites/staging/slider/trunk/content/developing/windows.html (original)
+++ websites/staging/slider/trunk/content/developing/windows.html Thu Dec 18 10:31:54 2014
@@ -225,13 +225,15 @@ Their <code>tcpview</code> tool is ideal
 <h3 id="knowledge">Knowledge</h3>
 <ol>
 <li>Knowledge of the <a href="http://technet.microsoft.com/en-us/library/bb490954.aspx">CMD.EXE command line</a></li>
-<li>How to set <code>Path</code>. 
-    i. In explorer, find "This PC"
-    i. right mouse button onto "properties"
-    i. then "advanced properties"<ol>
+<li>
+<p>How to set <code>Path</code></p>
+<ol>
+<li>In explorer, find "This PC"</li>
+<li>right mouse button onto "properties"</li>
+<li>then "advanced properties"</li>
 <li>then "Environment variables"</li>
 <li>then the user env vars ... scroll down to find path.</li>
-<li>copy the <code>Path</code> value, edit in PFE or similar, paste back in.</li>
+<li>copy the <code>Path</code> value, edit in jedit or similar, paste back in.</li>
 <li>Open a new command window.</li>
 </ol>
 </li>
@@ -246,15 +248,15 @@ Their <code>tcpview</code> tool is ideal
 not any cygwin one.</li>
 </ol>
 <p>Things to install in cygwin
-<em> sh
-</em> ls
-<em> rm
-</em> cp
-<em> gzip
-</em> tar
-<em> awk
-</em> grep
-* xargs</p>
+<em> <code>sh</code>
+</em> <code>ls</code>
+<em> <code>rm</code>
+</em> <code>cp</code>
+<em> <code>gzip</code>
+</em> <code>tar</code>
+<em> <code>awk</code>
+</em> <code>grep</code>
+* <code>xargs</code></p>
 <h2 id="avoid">Avoid</h2>
 <ul>
 <li>having cygwin <code>cmake</code> on your path; it must be the native cmake</li>
@@ -292,9 +294,12 @@ not any cygwin one.</li>
 
 
 <p>and for hadoop, once installed</p>
-<p>winutils sysinfo
-hadoop version
-hadoop checknative </p>
+<div class="codehilite"><pre><span class="n">winutils</span> <span class="n">sysinfo</span>
+<span class="n">hadoop</span> <span class="n">version</span>
+<span class="n">hadoop</span> <span class="n">checknative</span>
+</pre></div>
+
+
 <h3 id="sliders-test-for-windows-support">Slider's test for windows support</h3>
 <p>You can test for windows support with the slider-core test</p>
 <div class="codehilite"><pre><span class="n">mvn</span> <span class="n">test</span>  <span class="o">-</span><span class="n">Dtest</span><span class="p">=</span><span class="n">TestWindowsSupport</span>