Author: stevel
Date: Thu Dec 18 10:28:08 2014
New Revision: 1646431

URL: http://svn.apache.org/r1646431
Log:
avoid problem of keeping developing x-links in sync by culling off front page, 
now only in one place

Modified:
    incubator/slider/site/trunk/content/developing/building.md
    incubator/slider/site/trunk/content/developing/index.md
    incubator/slider/site/trunk/content/index.md

Modified: incubator/slider/site/trunk/content/developing/building.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/building.md?rev=1646431&r1=1646430&r2=1646431&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/building.md (original)
+++ incubator/slider/site/trunk/content/developing/building.md Thu Dec 18 
10:28:08 2014
@@ -414,28 +414,11 @@ merge them back in when they are ready.
     git flow release finish 0.4.0
 
 
-## Attention OS/X developers
-
-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.
-
-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
-
-After every test run: do a `jps -v` to look for any leftover HBase services
--and kill them.
-
-Here is a handy bash command to do this
-
-    jps -l | grep HRegion | awk '{print $1}' | xargs kill -9
-
 
 ## Groovy 
 
-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
+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.
 

Modified: incubator/slider/site/trunk/content/developing/index.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/index.md?rev=1646431&r1=1646430&r2=1646431&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/index.md (original)
+++ incubator/slider/site/trunk/content/developing/index.md Thu Dec 18 10:28:08 
2014
@@ -31,6 +31,7 @@ Slider
 * [Releasing](releasing.html)
 * [Releasing](releasing.html)
 * [Style Guide](style.html)
+* [Submitting Patches](submitting_patches.html)
 * [Windows Development and Testing](windows.html)
 * [Demo Script](demo.html)
 

Modified: incubator/slider/site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/index.md?rev=1646431&r1=1646430&r2=1646431&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/index.md (original)
+++ incubator/slider/site/trunk/content/index.md Thu Dec 18 10:28:08 2014
@@ -80,13 +80,9 @@ code changes and as of this writing, it
 
 ## Developing 
 
-* [Building](/developing/building.html)
-* [Debugging](/developing/debugging.html)
-* [Testing](/developing/testing.html)
-* [Functional Testing](/developing/functional_tests.html)
-* [Manual Testing](/developing/manual_testing.html)
-* [Releasing](/developing/releasing.html)
+Slider is an open source project, we encourage and welcome development.
 
+Start with the [Developing](developing/index.html) section in the documents
 
 ## Design
 * [Overview](/design/architecture.html)


Reply via email to