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:28:16 UTC

svn commit: r933215 - in /websites/staging/slider/trunk/content: ./ developing/building.html developing/index.html index.html

Author: buildbot
Date: Thu Dec 18 10:28:15 2014
New Revision: 933215

Log:
Staging update by buildbot for slider

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

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

Modified: websites/staging/slider/trunk/content/developing/building.html
==============================================================================
--- websites/staging/slider/trunk/content/developing/building.html (original)
+++ websites/staging/slider/trunk/content/developing/building.html Thu Dec 18 10:28:15 2014
@@ -558,23 +558,9 @@ merge them back in when they are ready.<
 </pre></div>
 
 
-<h2 id="attention-osx-developers">Attention OS/X developers</h2>
-<p>YARN on OS/X doesn't terminate subprocesses the way it does on Linux, so
-HBase Region Servers created by the hbase shell script remain running
-even after the tests terminate.</p>
-<p>This causes some tests -especially those related to flexing down- to fail, 
-and test reruns may be very confused. If ever a test fails because there
-are too many region servers running, this is the likely cause</p>
-<p>After every test run: do a <code>jps -v</code> to look for any leftover HBase services
--and kill them.</p>
-<p>Here is a handy bash command to do this</p>
-<div class="codehilite"><pre><span class="n">jps</span> <span class="o">-</span><span class="n">l</span> <span class="o">|</span> <span class="n">grep</span> <span class="n">HRegion</span> <span class="o">|</span> <span class="n">awk</span> <span class="s">&#39;{print $1}&#39;</span> <span class="o">|</span> <span class="n">xargs</span> <span class="n">kill</span> <span class="o">-</span>9
-</pre></div>
-
-
 <h2 id="groovy">Groovy</h2>
-<p>Slider uses Groovy 2.x as its language for writing tests -for better assertions
-and easier handling of lists and closures. Although the first prototype
+<p>Slider uses Groovy 2.x as its language for writing tests —for better assertions
+and easier handling of lists and closures. The first prototype
 used Groovy on the production source, this was dropped in favor of
 a Java-only production codebase.</p>
 <h2 id="maven-utils">Maven utils</h2>

Modified: websites/staging/slider/trunk/content/developing/index.html
==============================================================================
--- websites/staging/slider/trunk/content/developing/index.html (original)
+++ websites/staging/slider/trunk/content/developing/index.html Thu Dec 18 10:28:15 2014
@@ -191,6 +191,7 @@ Slider</p>
 <li><a href="releasing.html">Releasing</a></li>
 <li><a href="releasing.html">Releasing</a></li>
 <li><a href="style.html">Style Guide</a></li>
+<li><a href="submitting_patches.html">Submitting Patches</a></li>
 <li><a href="windows.html">Windows Development and Testing</a></li>
 <li><a href="demo.html">Demo Script</a></li>
 </ul>

Modified: websites/staging/slider/trunk/content/index.html
==============================================================================
--- websites/staging/slider/trunk/content/index.html (original)
+++ websites/staging/slider/trunk/content/index.html Thu Dec 18 10:28:15 2014
@@ -235,14 +235,8 @@ code changes and as of this writing, it
 <li><a href="/docs/api/index.html">REST API</a></li>
 </ul>
 <h2 id="developing">Developing</h2>
-<ul>
-<li><a href="/developing/building.html">Building</a></li>
-<li><a href="/developing/debugging.html">Debugging</a></li>
-<li><a href="/developing/testing.html">Testing</a></li>
-<li><a href="/developing/functional_tests.html">Functional Testing</a></li>
-<li><a href="/developing/manual_testing.html">Manual Testing</a></li>
-<li><a href="/developing/releasing.html">Releasing</a></li>
-</ul>
+<p>Slider is an open source project, we encourage and welcome development.</p>
+<p>Start with the <a href="developing/index.html">Developing</a> section in the documents</p>
 <h2 id="design">Design</h2>
 <ul>
 <li><a href="/design/architecture.html">Overview</a></li>