You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/03/26 19:48:48 UTC

svn commit: r1669409 - in /incubator/slider/site/trunk: content/ content/design/ content/docs/ content/docs/configuration/ content/docs/slider_specs/ templates/

Author: stevel
Date: Thu Mar 26 18:48:47 2015
New Revision: 1669409

URL: http://svn.apache.org/r1669409
Log:
SLIDER-831 updated web site has broken links to resource spec document

Added:
    incubator/slider/site/trunk/content/docs/configuration/resources.md
      - copied unchanged from r1669188, incubator/slider/site/trunk/content/docs/configuration/resource_specification.md
Removed:
    incubator/slider/site/trunk/content/docs/configuration/resource_specification.md
Modified:
    incubator/slider/site/trunk/content/design/index.md
    incubator/slider/site/trunk/content/docs/high_availability.md
    incubator/slider/site/trunk/content/docs/index.md
    incubator/slider/site/trunk/content/docs/slider_specs/creating_app_definitions.md
    incubator/slider/site/trunk/content/docs/slider_specs/hello_world_slider_app.md
    incubator/slider/site/trunk/content/docs/slider_specs/index.md
    incubator/slider/site/trunk/content/docs/slider_specs/simple_pkg.md
    incubator/slider/site/trunk/content/index.md
    incubator/slider/site/trunk/content/team.md
    incubator/slider/site/trunk/templates/nav.html

Modified: incubator/slider/site/trunk/content/design/index.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/design/index.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/design/index.md (original)
+++ incubator/slider/site/trunk/content/design/index.md Thu Mar 26 18:48:47 2015
@@ -22,4 +22,4 @@
 * [Specification](/design/specification/index.html)
 * [Service Registry](/design/registry/index.html)
 * [SSL Implementation](/design/ssl_implementation.html)
-* [Role history](/design/rolehistory.html) 
+* [Placement and Role history](/design/rolehistory.html) 

Modified: incubator/slider/site/trunk/content/docs/high_availability.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/high_availability.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/high_availability.md (original)
+++ incubator/slider/site/trunk/content/docs/high_availability.md Thu Mar 26 18:48:47 2015
@@ -91,7 +91,7 @@ achieve the corresponding high availabil
 ### Name Node HA
 
  Setting up NN HA is outside the scope of this document. Please refer to this 
-[HDFS HA document (r2.5.0)](http://hadoop.apache.org/docs/r2.5.0/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html)
+[HDFS HA document (r2.6.0)](http://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithQJM.html)
 for setup details.
 
 ### Work Preserving RM Restart

Modified: incubator/slider/site/trunk/content/docs/index.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/index.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/index.md (original)
+++ incubator/slider/site/trunk/content/docs/index.md Thu Mar 26 18:48:47 2015
@@ -20,6 +20,7 @@
 * [Getting Started](getting_started.html)
 * [Man Page](manpage.html)
 * [Examples](examples.html)
+* [Application Configuration](configuration/index.html)
 * [Client Configuration](client-configuration.html)
 * [Client Exit Codes](exitcodes.html)
 * [Security](security.html)

Modified: incubator/slider/site/trunk/content/docs/slider_specs/creating_app_definitions.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/slider_specs/creating_app_definitions.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/slider_specs/creating_app_definitions.md (original)
+++ incubator/slider/site/trunk/content/docs/slider_specs/creating_app_definitions.md Thu Mar 26 18:48:47 2015
@@ -115,7 +115,7 @@ An appConfig.json contains the applicati
 
 
 ### `--resources resources.json`
-Resource specification is an input to Slider to specify the Yarn resource needs for each component type that belong to the application. [Specification of Resources](/docs/configuration/resource.html) describes how to write a resource config json file. The enlistment includes sample config files for HBase, Accumulo, and Storm.
+Resource specification is an input to Slider to specify the Yarn resource needs for each component type that belong to the application. [Specification of Resources](/docs/configuration/resources.html) describes how to write a resource config json file. The enlistment includes sample config files for HBase, Accumulo, and Storm.
 
 
 ## Scripting for AppPackage

Modified: incubator/slider/site/trunk/content/docs/slider_specs/hello_world_slider_app.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/slider_specs/hello_world_slider_app.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/slider_specs/hello_world_slider_app.md (original)
+++ incubator/slider/site/trunk/content/docs/slider_specs/hello_world_slider_app.md Thu Mar 26 18:48:47 2015
@@ -131,19 +131,19 @@ Add one more entry for the component `ME
 ## Step 4: Create a default configuration template (appConfig.json)
 The config template has few mandatory parameters such as 
 
-* aplication.def - location of the application definition package in default FS (e.g. HDFS). *This is where the application package is stored.*
-* java_home - location of java on target hosts
-* package_list - location of the app tarball in the app package (relative path starting at **files**)
-* config_types - leave it as empty string
-* site.global.app_user - the user that is running the app (e.g. "yarn")
-* site.global.app_root - location of app root, Slider extracts the tarball at ${AGENT_WORK_ROOT}/app/install/, so append the relative path based on the application tarball structure (e.g. jmemcached-1.0.0 for this package)
+* `application.def` - location of the application definition package in default FS (e.g. HDFS). *This is where the application package is stored.*
+* `java_home` - location of java on target hosts
+* `package_list` - location of the app tarball in the app package (relative path starting at **files**)
+* `config_types` - leave it as empty string
+* `site.global.app_user` - the user that is running the app (e.g. "yarn")
+* `site.global.app_root` - location of app root, Slider extracts the tarball at ${AGENT_WORK_ROOT}/app/install/, so append the relative path based on the application tarball structure (e.g. jmemcached-1.0.0 for this package)
 
 Add other parameters needed by the application itself. Currently we support three parameters
 
-* site.global.xmx_val - value of Xmx
-* site.global.xms_val - value of Xms
-* site.global.memory_val - value of memory
-* site.global.listen_port - let Slider know that ports need to be allocated
+* `site.global.xmx_val` - value of Xmx
+* `site.global.xms_val` - value of Xms
+* `site.global.memory_val` - value of memory
+* `site.global.listen_port` - let Slider know that ports need to be allocated
 
 You can add additional parameters as needed.
 
@@ -193,7 +193,7 @@ The parameters file we will use is:
     port = config['configurations']['global']['listen_port']
 
 
-Note that the parameter.py file only reads the parameters needed by the command implementations. 
+Note that the `parameter.py` file only reads the parameters needed by the command implementations. 
 
 
     import sys

Modified: incubator/slider/site/trunk/content/docs/slider_specs/index.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/slider_specs/index.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/slider_specs/index.md (original)
+++ incubator/slider/site/trunk/content/docs/slider_specs/index.md Thu Mar 26 18:48:47 2015
@@ -50,7 +50,7 @@ The entry points to use Slider are:
 - [Slider AppPackage](creating_app_definitions.html) Overview of how to create an Slider AppPackage.
 - [Specifications for AppPackage](application_package.html) Describes the structure of an AppPackage
 - [Specifications for Application Definition](application_definition.html) How to write metainfo.xml
-- [Specification of Resources](/docs/configuration/resource.html) How to write a resource spec for an app/
+- [Specification of Resources](/docs/configuration/resources.html) How to specify the YARN resource requirements
 - [Specifications InstanceConfiguration](application_instance_configuration.html) How to write a template config for an app
 - [Specifications for Configuration](application_configuration.html) Default application configuration
 - [Specifying Exports](specifying_exports.html) How to specify exports for an application?

Modified: incubator/slider/site/trunk/content/docs/slider_specs/simple_pkg.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/slider_specs/simple_pkg.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/slider_specs/simple_pkg.md (original)
+++ incubator/slider/site/trunk/content/docs/slider_specs/simple_pkg.md Thu Mar 26 18:48:47 2015
@@ -48,7 +48,7 @@ It is assummed that all binary dependenc
     }
     }
     
-*At this point a resources.json is required but there is a plan to eliminate it by introducing default resource requirements through slider-client.xml. A common resources.json file is specified [here](#sample_resources)*
+*At this time a `resources.json` is required but there is a plan to eliminate it by introducing default resource requirements through slider-client.xml. A common resources.json file is specified [here](#sample_resources)*
 
 ### create
 
@@ -161,13 +161,13 @@ The intent to get a dynamically allocate
     }
 
 **folder contents:**
-
-    ./package
-    ./package/files
-    ./package/files/jmemcached-1.0.0
-    ./package/files/jmemcached-1.0.0/jmemcached-cli-1.0.0.jar
-    ./package/files/jmemcached-1.0.0/jmemcached-core-1.0.0.jar
-    ./metainfo.json
+
+    ./package
+    ./package/files
+    ./package/files/jmemcached-1.0.0
+    ./package/files/jmemcached-1.0.0/jmemcached-cli-1.0.0.jar
+    ./package/files/jmemcached-1.0.0/jmemcached-core-1.0.0.jar
+    ./metainfo.json
 
 ### create
 

Modified: incubator/slider/site/trunk/content/index.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/index.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/index.md (original)
+++ incubator/slider/site/trunk/content/index.md Thu Mar 26 18:48:47 2015
@@ -67,12 +67,12 @@ code changes and as of this writing, it
 * [Getting Started](/docs/getting_started.html)
 * [Man Page](/docs/manpage.html)
 * [Examples](/docs/examples.html)
+* [Application Configuration](docs/configuration/index.html)
 * [Client Configuration](/docs/client-configuration.html)
 * [Client Exit Codes](/docs/exitcodes.html)
 * [Security](/docs/security.html)
 * [Agent to AM SSL](/docs/ssl.html)
 * [How to define a new slider-packaged application](/docs/slider_specs/index.html)
-* [Application configuration model](/docs/configuration/index.html)
 * [High Availability](/docs/high_availability.html)
 * [Troubleshooting](/docs/troubleshooting.html)
 * [REST API](/docs/api/index.html)

Modified: incubator/slider/site/trunk/content/team.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/team.md?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/team.md (original)
+++ incubator/slider/site/trunk/content/team.md Thu Mar 26 18:48:47 2015
@@ -140,4 +140,6 @@ The following is a list of developers wi
 </table>
 
 ## Contributors
-There are no contributors listed for this project. Please check back again later.
+
+We encourage anyone to help contribute code!
+Please join the Slider developer [mailing list](mailing_lists.html)

Modified: incubator/slider/site/trunk/templates/nav.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/templates/nav.html?rev=1669409&r1=1669408&r2=1669409&view=diff
==============================================================================
--- incubator/slider/site/trunk/templates/nav.html (original)
+++ incubator/slider/site/trunk/templates/nav.html Thu Mar 26 18:48:47 2015
@@ -67,6 +67,8 @@
 <ul class="dropdown-menu">
 <li id="nav_use_getting_started"><a href="/docs/getting_started.html">Getting Started</a></li>
 <li id="nav_use_manpage"><a href="/docs/manpage.html">Man Page</a></li>
+  <li id="nav_use_config"><a href="/docs/configuration/index.html">Application Configuration</a>
+  </li>
 <li role="presentation" class="divider"></li>
 <li id="nav_use_app_package"><a href="/docs/slider_specs/index.html">Creating App Packages</a></li>
 <li role="presentation" class="divider"></li>