You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bi...@apache.org on 2014/07/07 21:03:40 UTC

svn commit: r1608561 [14/16] - in /incubator/slider/site/content: ./ css/ design/ design/registry/ design/specification/ developing/ docs/ docs/configuration/ docs/slider_specs/ downloads/ fonts/ images/ js/ release_notes/

Added: incubator/slider/site/content/docs/slider_specs/index.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/docs/slider_specs/index.html?rev=1608561&view=auto
==============================================================================
--- incubator/slider/site/content/docs/slider_specs/index.html (added)
+++ incubator/slider/site/content/docs/slider_specs/index.html Mon Jul  7 19:03:38 2014
@@ -0,0 +1,231 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+  <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <link href="/css/slider.css" rel="stylesheet" type="text/css">
+  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+  <title></title>
+  
+</head>
+
+<body>
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<div class="container-fluid">
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
+    <a class="navbar-brand" href="/index.html">Slider</a>
+  </div>
+  <div class="collapse navbar-collapse" id="navbar-items">
+  <ul class="nav navbar-nav">
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Project <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_index"><a href="/index.html">Home</a></li>
+<li id="nav_downloads"><a href="/downloads">Downloads</a></li>
+<li id="nav_source"><a href="https://git-wip-us.apache.org/repos/asf/incubator-slider.git"><i class="fa fa-external-link"></i> Source</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Community</li>
+<li id="nav_team"><a href="/team.html">Team</a></li>
+<li id="nav_mailinglists"><a href="/mailing_lists.html">Mailing Lists</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Tools</li>
+<li id="nav_jira"><a href="https://issues.apache.org/jira/browse/SLIDER"><i class="fa fa-external-link"></i> Issues</a></li>
+<li id="nav_builds"><a href="https://builds.apache.org/job/Slider-develop"><i class="fa fa-external-link"></i> Builds</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/design">
+        Design <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_design_overview"><a href="/design/architecture.html">Overview</a></li>
+<li id="nav_app_needs"><a href="/docs/slider_specs/application_needs.html">Application Needs</a></li>
+<li id="nav_spec"><a href="/design/specification/index.html">Expected Behavior</a></li>
+<li id="nav_registry"><a href="/design/registry/index.html">Service Registry</a></li>
+<li id="nav_role_history"><a href="/design/rolehistory.html">Role History</a></li>
+</ul>
+</li>
+
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/developing">
+        Developing <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_dev_building"><a href="/developing/building.html">Building</a></li>
+<li id="nav_dev_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_dev_testing"><a href="/developing/testing.html">Testing</a></li>
+<li id="nav_dev_funtesting"><a href="/developing/functional_tests.html">Functional Testing</a></li>
+<li id="nav_dev_manual_testing"><a href="/developing/manual_testing.html">Manual Testing</a></li>
+<li id="nav_releasing"><a href="/developing/releasing.html">Releasing</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Using <span class="caret"></span>
+      </a>
+<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_examples"><a href="/docs/examples.html">Examples</a></li>
+<li id="nav_use_client_config"><a href="/docs/client-configuration.html">Client Configuration</a></li>
+<li id="nav_use_exitcodes"><a href="/docs/exitcodes.html">Client Exit Codes</a></li>
+<li id="nav_use_security"><a href="/docs/security.html">Security</a></li>
+<li id="nav_use_app_package"><a href="/docs/slider_specs/index.html">App Packaging</a></li>
+<li id="nav_use_app_configuration"><a href="/docs/configuration/index.html">App Configuration Model</a></li>
+<li id="nav_use_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_use_troubleshooting"><a href="/docs/troubleshooting.html">Troubleshooting</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        ASF Links <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+<li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+</ul>
+</li>
+</ul>
+
+  </div>
+
+</div>
+</nav>
+
+
+<div class="container-fluid">
+<div class="row">
+  <div class="col-md-2" id="sidebar">
+  <div style="text-align: center">
+    <h1><a href="/index.html">Apache Slider (incubating)</a></h1>
+    <hr>
+Latest release: <strong>0.30-incubating</strong><br>
+    <br>
+    <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+  </div>
+    <hr>
+    <a href="http://incubator.apache.org"><img id="logo" alt="Apache Incubator &trade;" class="img-responsive" src="http://incubator.apache.org/images/apache-incubator-logo.png"/></a>
+  </div>
+  <div class="col-md-8 col-md-offset-1">
+
+  <div id="content">
+
+    <h1 class="title"></h1>
+
+    <!---
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<h1 id="apache-slider-app-packaging">Apache Slider App Packaging</h1>
+<h2 id="introduction">Introduction</h2>
+<p><strong>SLIDER: A collection of tools and technologies to simplify the packaging, deployment and management of long-running applications on YARN.</strong></p>
+<ul>
+<li>Availability (always-on) - YARN works with the application to ensure recovery or restart of running application components.</li>
+<li>Flexibility (dynamic scaling) - YARN provides the application with the facilities to allow for scale-up or scale-down</li>
+<li>Resource Mgmt (optimization) - YARN handles allocation of cluster resources.</li>
+</ul>
+<h2 id="terminology">Terminology</h2>
+<h3 id="apps-on-yarn">Apps on YARN</h3>
+<ul>
+<li>Application written to run directly on YARN</li>
+<li>Packaging, deployment and lifecycle management are custom built for each application</li>
+</ul>
+<h3 id="slider-apps">Slider Apps</h3>
+<ul>
+<li>Applications deployed and managed on YARN using Slider</li>
+<li>Use of slider minimizes custom code for deployment + lifecycle management</li>
+<li>Requires apps to follow Slider guidelines and packaging ("Sliderize")</li>
+</ul>
+<h2 id="specifications">Specifications</h2>
+<p>The entry points to leverage Slider are:</p>
+<ul>
+<li><a href="application_needs.html">Application Needs</a> What it takes to be deployable by Slider. </li>
+<li><a href="creating_app_definitions.html">Slider AppPackage</a> Overview of how to create an Slider AppPackage.</li>
+<li><a href="application_package.html">Specifications for AppPackage</a> Describes the structure of an AppPackage</li>
+<li><a href="application_definition.html">Specifications for Application Definition</a> How to write metainfo.xml?</li>
+<li><a href="application_configuration.html">Specifications for Configuration</a> How to create a template config file for an app?</li>
+<li><a href="resource_specification.html">Specification of Resources</a> How to write a resource spec for an app?</li>
+<li><a href="application_instance_configuration.html">Specifications InstanceConfiguration</a> How to write a template config for an app?</li>
+<li><a href="canonical_scenarios.html">Guidelines for Clients and Client Applications</a></li>
+<li><a href="/developing/index.html">Documentation for "General Developer Guidelines"</a></li>
+</ul>
+  </div>
+
+  <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" width="100">
+    </a>
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2014 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        Apache Slider, Slider, Apache, the Apache feather logo, and the Apache Incubator
+        project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+      </p>
+    </div> 
+  </div>
+  </div>
+
+</div>
+</div>
+
+<script type="text/javascript">
+
+</script>
+</body>
+</html>

Propchange: incubator/slider/site/content/docs/slider_specs/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/slider/site/content/docs/slider_specs/resource_specification.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/docs/slider_specs/resource_specification.html?rev=1608561&view=auto
==============================================================================
--- incubator/slider/site/content/docs/slider_specs/resource_specification.html (added)
+++ incubator/slider/site/content/docs/slider_specs/resource_specification.html Mon Jul  7 19:03:38 2014
@@ -0,0 +1,230 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+  <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <link href="/css/slider.css" rel="stylesheet" type="text/css">
+  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+  <title></title>
+  
+</head>
+
+<body>
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<div class="container-fluid">
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
+    <a class="navbar-brand" href="/index.html">Slider</a>
+  </div>
+  <div class="collapse navbar-collapse" id="navbar-items">
+  <ul class="nav navbar-nav">
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Project <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_index"><a href="/index.html">Home</a></li>
+<li id="nav_downloads"><a href="/downloads">Downloads</a></li>
+<li id="nav_source"><a href="https://git-wip-us.apache.org/repos/asf/incubator-slider.git"><i class="fa fa-external-link"></i> Source</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Community</li>
+<li id="nav_team"><a href="/team.html">Team</a></li>
+<li id="nav_mailinglists"><a href="/mailing_lists.html">Mailing Lists</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Tools</li>
+<li id="nav_jira"><a href="https://issues.apache.org/jira/browse/SLIDER"><i class="fa fa-external-link"></i> Issues</a></li>
+<li id="nav_builds"><a href="https://builds.apache.org/job/Slider-develop"><i class="fa fa-external-link"></i> Builds</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/design">
+        Design <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_design_overview"><a href="/design/architecture.html">Overview</a></li>
+<li id="nav_app_needs"><a href="/docs/slider_specs/application_needs.html">Application Needs</a></li>
+<li id="nav_spec"><a href="/design/specification/index.html">Expected Behavior</a></li>
+<li id="nav_registry"><a href="/design/registry/index.html">Service Registry</a></li>
+<li id="nav_role_history"><a href="/design/rolehistory.html">Role History</a></li>
+</ul>
+</li>
+
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/developing">
+        Developing <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_dev_building"><a href="/developing/building.html">Building</a></li>
+<li id="nav_dev_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_dev_testing"><a href="/developing/testing.html">Testing</a></li>
+<li id="nav_dev_funtesting"><a href="/developing/functional_tests.html">Functional Testing</a></li>
+<li id="nav_dev_manual_testing"><a href="/developing/manual_testing.html">Manual Testing</a></li>
+<li id="nav_releasing"><a href="/developing/releasing.html">Releasing</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Using <span class="caret"></span>
+      </a>
+<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_examples"><a href="/docs/examples.html">Examples</a></li>
+<li id="nav_use_client_config"><a href="/docs/client-configuration.html">Client Configuration</a></li>
+<li id="nav_use_exitcodes"><a href="/docs/exitcodes.html">Client Exit Codes</a></li>
+<li id="nav_use_security"><a href="/docs/security.html">Security</a></li>
+<li id="nav_use_app_package"><a href="/docs/slider_specs/index.html">App Packaging</a></li>
+<li id="nav_use_app_configuration"><a href="/docs/configuration/index.html">App Configuration Model</a></li>
+<li id="nav_use_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_use_troubleshooting"><a href="/docs/troubleshooting.html">Troubleshooting</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        ASF Links <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+<li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+</ul>
+</li>
+</ul>
+
+  </div>
+
+</div>
+</nav>
+
+
+<div class="container-fluid">
+<div class="row">
+  <div class="col-md-2" id="sidebar">
+  <div style="text-align: center">
+    <h1><a href="/index.html">Apache Slider (incubating)</a></h1>
+    <hr>
+Latest release: <strong>0.30-incubating</strong><br>
+    <br>
+    <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+  </div>
+    <hr>
+    <a href="http://incubator.apache.org"><img id="logo" alt="Apache Incubator &trade;" class="img-responsive" src="http://incubator.apache.org/images/apache-incubator-logo.png"/></a>
+  </div>
+  <div class="col-md-8 col-md-offset-1">
+
+  <div id="content">
+
+    <h1 class="title"></h1>
+
+    <!---
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<h1 id="apache-slider-resource-specification">Apache Slider Resource Specification</h1>
+<p>Resource specification is an input to Slider to specify the Yarn resource needs for each component type that belong to the application.</p>
+<p>An example resource requirement for an application that has two components "master" and "worker" is as follows. Slider will automatically add the requirements for the AppMaster for the application. This compoent is named "slider-appmaster".</p>
+<p>Some parameters that can be specified for a component instance include:</p>
+<ul>
+<li><code>yarn.memory</code>: amount of memory requried for the component instance</li>
+<li><code>yarn.vcores</code>: number of vcores requested</li>
+<li><code>yarn.role.priority</code>: each component must be assigned unique priority. Component with higher priority come up earlier than components with lower priority</li>
+<li><code>yarn.component.instances</code>: number of instances for this component type</li>
+</ul>
+<p>Sample:</p>
+<pre class="codehilite"><code>{
+  &quot;schema&quot; : &quot;http://example.org/specification/v2.0.0&quot;,
+  &quot;metadata&quot; : {
+  },
+  &quot;global&quot; : {
+  },
+  &quot;components&quot; : {
+    &quot;HBASE_MASTER&quot; : {
+      &quot;yarn.role.priority&quot; : &quot;1&quot;,
+      &quot;yarn.component.instances&quot; : &quot;1&quot;
+      &quot;yarn.memory&quot; : &quot;768&quot;,
+      &quot;yarn.vcores&quot; : &quot;1&quot;
+    },
+    &quot;slider-appmaster&quot; : {
+    },
+    &quot;HBASE_REGIONSERVER&quot; : {
+      &quot;yarn.role.priority&quot; : &quot;2&quot;,
+      &quot;yarn.component.instances&quot; : &quot;1&quot;
+    }
+  }
+}</code></pre>
+  </div>
+
+  <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" width="100">
+    </a>
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2014 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        Apache Slider, Slider, Apache, the Apache feather logo, and the Apache Incubator
+        project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+      </p>
+    </div> 
+  </div>
+  </div>
+
+</div>
+</div>
+
+<script type="text/javascript">
+
+</script>
+</body>
+</html>

Propchange: incubator/slider/site/content/docs/slider_specs/resource_specification.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/slider/site/content/docs/slider_specs/writing_app_command_scripts.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/docs/slider_specs/writing_app_command_scripts.html?rev=1608561&view=auto
==============================================================================
--- incubator/slider/site/content/docs/slider_specs/writing_app_command_scripts.html (added)
+++ incubator/slider/site/content/docs/slider_specs/writing_app_command_scripts.html Mon Jul  7 19:03:38 2014
@@ -0,0 +1,389 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+  <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <link href="/css/slider.css" rel="stylesheet" type="text/css">
+  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+  <title></title>
+  
+</head>
+
+<body>
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<div class="container-fluid">
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
+    <a class="navbar-brand" href="/index.html">Slider</a>
+  </div>
+  <div class="collapse navbar-collapse" id="navbar-items">
+  <ul class="nav navbar-nav">
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Project <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_index"><a href="/index.html">Home</a></li>
+<li id="nav_downloads"><a href="/downloads">Downloads</a></li>
+<li id="nav_source"><a href="https://git-wip-us.apache.org/repos/asf/incubator-slider.git"><i class="fa fa-external-link"></i> Source</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Community</li>
+<li id="nav_team"><a href="/team.html">Team</a></li>
+<li id="nav_mailinglists"><a href="/mailing_lists.html">Mailing Lists</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Tools</li>
+<li id="nav_jira"><a href="https://issues.apache.org/jira/browse/SLIDER"><i class="fa fa-external-link"></i> Issues</a></li>
+<li id="nav_builds"><a href="https://builds.apache.org/job/Slider-develop"><i class="fa fa-external-link"></i> Builds</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/design">
+        Design <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_design_overview"><a href="/design/architecture.html">Overview</a></li>
+<li id="nav_app_needs"><a href="/docs/slider_specs/application_needs.html">Application Needs</a></li>
+<li id="nav_spec"><a href="/design/specification/index.html">Expected Behavior</a></li>
+<li id="nav_registry"><a href="/design/registry/index.html">Service Registry</a></li>
+<li id="nav_role_history"><a href="/design/rolehistory.html">Role History</a></li>
+</ul>
+</li>
+
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/developing">
+        Developing <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_dev_building"><a href="/developing/building.html">Building</a></li>
+<li id="nav_dev_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_dev_testing"><a href="/developing/testing.html">Testing</a></li>
+<li id="nav_dev_funtesting"><a href="/developing/functional_tests.html">Functional Testing</a></li>
+<li id="nav_dev_manual_testing"><a href="/developing/manual_testing.html">Manual Testing</a></li>
+<li id="nav_releasing"><a href="/developing/releasing.html">Releasing</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Using <span class="caret"></span>
+      </a>
+<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_examples"><a href="/docs/examples.html">Examples</a></li>
+<li id="nav_use_client_config"><a href="/docs/client-configuration.html">Client Configuration</a></li>
+<li id="nav_use_exitcodes"><a href="/docs/exitcodes.html">Client Exit Codes</a></li>
+<li id="nav_use_security"><a href="/docs/security.html">Security</a></li>
+<li id="nav_use_app_package"><a href="/docs/slider_specs/index.html">App Packaging</a></li>
+<li id="nav_use_app_configuration"><a href="/docs/configuration/index.html">App Configuration Model</a></li>
+<li id="nav_use_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_use_troubleshooting"><a href="/docs/troubleshooting.html">Troubleshooting</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        ASF Links <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+<li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+</ul>
+</li>
+</ul>
+
+  </div>
+
+</div>
+</nav>
+
+
+<div class="container-fluid">
+<div class="row">
+  <div class="col-md-2" id="sidebar">
+  <div style="text-align: center">
+    <h1><a href="/index.html">Apache Slider (incubating)</a></h1>
+    <hr>
+Latest release: <strong>0.30-incubating</strong><br>
+    <br>
+    <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+  </div>
+    <hr>
+    <a href="http://incubator.apache.org"><img id="logo" alt="Apache Incubator &trade;" class="img-responsive" src="http://incubator.apache.org/images/apache-incubator-logo.png"/></a>
+  </div>
+  <div class="col-md-8 col-md-offset-1">
+
+  <div id="content">
+
+    <h1 class="title"></h1>
+
+    <!---
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<h1 id="apache-slider-developing-app-command-scripts">Apache Slider: Developing App Command Scripts</h1>
+<p>App command implementations follow a standard structure so that they can be invoked in an uniform manner. For any command, the python scripts are invoked as:</p>
+<pre class="codehilite"><code>python SCRIPT COMMAND JSON_FILE PACKAGE_ROOT STRUCTURED_OUT_FILE</code></pre>
+
+
+<ul>
+<li>
+<p>SCRIPT is the top level script that implements the commands for the component. </p>
+</li>
+<li>
+<p>COMMAND is one of the following default commands - START, STOP, INSTALL, CONFIG, RESTART, STATUS or any custom commands. </p>
+</li>
+<li>
+<p>JSON_FILE includes all configuration parameters and the values. </p>
+</li>
+<li>
+<p>PACKAGE_ROOT is the root folder of the package. From this folder, its possible to access files, scripts, templates, packages (e.g. tarballs), etc. The Yarn-App author has complete control over the structure of the package as long as the PACKAGE_ROOT and SCRIPT path is known to the management tool. </p>
+</li>
+<li>
+<p>STRUCTURED_OUT_FILE is the file where the script can output structured data. </p>
+</li>
+</ul>
+<p>The management infrastructure is expected to automatically reports back STD_OUT and STD_ERR.</p>
+<p>Sample:</p>
+<pre class="codehilite"><code>python /apps/HBASE_ON_YARN/package/scripts/hbase_regionserver.py START /apps/commands/cmd_332/command.json /apps/HBASE_ON_YARN/package /apps/commands/cmd_332/strout.txt</code></pre>
+
+
+<p><strong>Note</strong>: The above is how Slider-Agent invokes the scripts. Its provided as a reference for developing the scripts themselves as well as a way to test/debug the scripts.</p>
+<h2 id="structure-of-json-formatted-parameter">Structure of JSON formatted parameter</h2>
+<p>The parameters are organized as multi-layer name-value pairs.</p>
+<pre class="codehilite"><code>{
+    &quot;commandId&quot;: &quot;Command Id as assigned by Slider&quot;,
+    &quot;command&quot;: &quot;Command being executed&quot;,
+    &quot;commandType&quot;: &quot;Type of command&quot;,
+    &quot;clusterName&quot;: &quot;Name of the cluster&quot;,
+    &quot;appName&quot;: &quot;Name of the app&quot;,
+    &quot;component&quot;: &quot;Name of the component&quot;,
+    &quot;hostname&quot;: &quot;Name of the host&quot;,
+    &quot;public_hostname&quot;: &quot;FQDN of the host&quot;,
+    &quot;hostParams&quot;: {
+        &quot;host specific parameters common to all commands&quot;
+    },
+    &quot;componentParams&quot;: {
+        &quot;component specific parameters, if any&quot;
+    },
+    &quot;commandParams&quot;: {
+        &quot;command specific parameters, usually used in case of custom commands&quot;
+    },
+    &quot;configurations&quot;: {
+        &quot;app-global-config&quot;: {
+        },
+        &quot;config-type-2&quot;: {
+        },
+        &quot;config-type-2&quot;: {
+        }
+    }
+}</code></pre>
+
+
+<h2 id="sample-configuration-parameters">Sample configuration parameters</h2>
+<pre class="codehilite"><code>{
+  &quot;commandId&quot;: &quot;2-2&quot;,
+  &quot;command&quot;: &quot;START&quot;,
+  &quot;commandType&quot;: &quot;EXECUTION_COMMAND&quot;,
+  &quot;clusterName&quot;: &quot;c1&quot;,
+  &quot;appName&quot;: &quot;HBASE&quot;,
+  &quot;componentName&quot;: &quot;HBASE_MASTER&quot;,
+  &quot;hostParams&quot;: {
+      &quot;java_home&quot;: &quot;/usr/jdk64/jdk1.7.0_45&quot;
+  },
+  &quot;componentParams&quot;: {},
+  &quot;commandParams&quot;: {},
+  &quot;hostname&quot;: &quot;c6403.ambari.apache.org&quot;,
+  &quot;public_hostname&quot;: &quot;c6403.ambari.apache.org&quot;,
+  &quot;configurations&quot;: {
+      &quot;hbase-log4j&quot;: {
+       &quot;log4j.threshold&quot;: &quot;ALL&quot;,
+       &quot;log4j.rootLogger&quot;: &quot;${hbase.root.logger}&quot;,
+       &quot;log4j.logger.org.apache.zookeeper&quot;: &quot;INFO&quot;,
+       &quot;log4j.logger.org.apache.hadoop.hbase&quot;: &quot;DEBUG&quot;,
+       &quot;log4j.logger.org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher&quot;: &quot;INFO&quot;,
+       &quot;log4j.logger.org.apache.hadoop.hbase.zookeeper.ZKUtil&quot;: &quot;INFO&quot;,
+       &quot;log4j.category.SecurityLogger&quot;: &quot;${hbase.security.logger}&quot;,
+       &quot;log4j.appender.console&quot;: &quot;org.apache.log4j.ConsoleAppender&quot;,
+       &quot;log4j.appender.console.target&quot;: &quot;System.err&quot;,
+       &quot;log4j.appender.console.layout&quot;: &quot;org.apache.log4j.PatternLayout&quot;,
+       &quot;log4j.appender.console.layout.ConversionPattern&quot;: &quot;%d{ISO8601} %-5p [%t] %c{2}: %m%n&quot;,
+       &quot;log4j.appender.RFAS&quot;: &quot;org.apache.log4j.RollingFileAppender&quot;,
+       &quot;log4j.appender.RFAS.layout&quot;: &quot;org.apache.log4j.PatternLayout&quot;,
+       &quot;log4j.appender.RFAS.layout.ConversionPattern&quot;: &quot;%d{ISO8601} %p %c: %m%n&quot;,
+       &quot;log4j.appender.RFAS.MaxFileSize&quot;: &quot;${hbase.security.log.maxfilesize}&quot;,
+       &quot;log4j.appender.RFAS.MaxBackupIndex&quot;: &quot;${hbase.security.log.maxbackupindex}&quot;,
+       &quot;log4j.appender.RFAS.File&quot;: &quot;${hbase.log.dir}/${hbase.security.log.file}&quot;,
+       &quot;log4j.appender.RFA&quot;: &quot;org.apache.log4j.RollingFileAppender&quot;,
+       &quot;log4j.appender.RFA.layout&quot;: &quot;org.apache.log4j.PatternLayout&quot;,
+       &quot;log4j.appender.RFA.layout.ConversionPattern&quot;: &quot;%d{ISO8601} %-5p [%t] %c{2}: %m%n&quot;,
+       &quot;log4j.appender.RFA.MaxFileSize&quot;: &quot;${hbase.log.maxfilesize}&quot;,
+       &quot;log4j.appender.RFA.MaxBackupIndex&quot;: &quot;${hbase.log.maxbackupindex}&quot;,
+       &quot;log4j.appender.RFA.File&quot;: &quot;${hbase.log.dir}/${hbase.log.file}&quot;,
+       &quot;log4j.appender.NullAppender&quot;: &quot;org.apache.log4j.varia.NullAppender&quot;,
+       &quot;log4j.appender.DRFA&quot;: &quot;org.apache.log4j.DailyRollingFileAppender&quot;,
+       &quot;log4j.appender.DRFA.layout&quot;: &quot;org.apache.log4j.PatternLayout&quot;,
+       &quot;log4j.appender.DRFA.layout.ConversionPattern&quot;: &quot;%d{ISO8601} %-5p [%t] %c{2}: %m%n&quot;,
+       &quot;log4j.appender.DRFA.File&quot;: &quot;${hbase.log.dir}/${hbase.log.file}&quot;,
+       &quot;log4j.appender.DRFA.DatePattern&quot;: &quot;.yyyy-MM-dd&quot;,
+       &quot;log4j.additivity.SecurityLogger&quot;: &quot;false&quot;,
+       &quot;hbase.security.logger&quot;: &quot;INFO,console&quot;,
+       &quot;hbase.security.log.maxfilesize&quot;: &quot;256MB&quot;,
+       &quot;hbase.security.log.maxbackupindex&quot;: &quot;20&quot;,
+       &quot;hbase.security.log.file&quot;: &quot;SecurityAuth.audit&quot;,
+       &quot;hbase.root.logger&quot;: &quot;INFO,console&quot;,
+       &quot;hbase.log.maxfilesize&quot;: &quot;256MB&quot;,
+       &quot;hbase.log.maxbackupindex&quot;: &quot;20&quot;,
+       &quot;hbase.log.file&quot;: &quot;hbase.log&quot;,
+       &quot;hbase.log.dir&quot;: &quot;.&quot;
+      },
+      &quot;app-global-config&quot;: {
+       &quot;security_enabled&quot;: &quot;false&quot;,
+       &quot;pid_dir&quot;: &quot;/hadoop/yarn/log/application_1394053491953_0003/run&quot;,
+       &quot;log_dir&quot;: &quot;/hadoop/yarn/log/application_1394053491953_0003/log&quot;,
+       &quot;tmp_dir&quot;: &quot;/hadoop/yarn/log/application_1394053491953_0003/tmp&quot;,
+       &quot;user_group&quot;: &quot;hadoop&quot;,
+       &quot;user&quot;: &quot;hbase&quot;,
+       &quot;hbase_regionserver_heapsize&quot;: &quot;1024m&quot;,
+       &quot;hbase_master_heapsize&quot;: &quot;1024m&quot;,
+       &quot;fs_default_name&quot;: &quot;hdfs://c6403.ambari.apache.org:8020&quot;,
+       &quot;hdfs_root&quot;: &quot;/apps/hbase/instances/01&quot;,
+       &quot;zookeeper_node&quot;: &quot;/apps/hbase/instances/01&quot;,
+       &quot;zookeeper_quorom_hosts&quot;: &quot;c6403.ambari.apache.org&quot;,
+       &quot;zookeeper_port&quot;: &quot;2181&quot;,
+      },
+      &quot;hbase-site&quot;: {
+       &quot;hbase.hstore.flush.retries.number&quot;: &quot;120&quot;,
+       &quot;hbase.client.keyvalue.maxsize&quot;: &quot;10485760&quot;,
+       &quot;hbase.hstore.compactionThreshold&quot;: &quot;3&quot;,
+       &quot;hbase.rootdir&quot;: &quot;hdfs://c6403.ambari.apache.org:8020/apps/hbase/instances/01/data&quot;,
+       &quot;hbase.stagingdir&quot;: &quot;hdfs://c6403.ambari.apache.org:8020/apps/hbase/instances/01/staging&quot;,
+       &quot;hbase.regionserver.handler.count&quot;: &quot;60&quot;,
+       &quot;hbase.regionserver.global.memstore.lowerLimit&quot;: &quot;0.38&quot;,
+       &quot;hbase.hregion.memstore.block.multiplier&quot;: &quot;2&quot;,
+       &quot;hbase.hregion.memstore.flush.size&quot;: &quot;134217728&quot;,
+       &quot;hbase.superuser&quot;: &quot;yarn&quot;,
+       &quot;hbase.zookeeper.property.clientPort&quot;: &quot;2181&quot;,
+       &quot;hbase.regionserver.global.memstore.upperLimit&quot;: &quot;0.4&quot;,
+       &quot;zookeeper.session.timeout&quot;: &quot;30000&quot;,
+       &quot;hbase.tmp.dir&quot;: &quot;/hadoop/yarn/log/application_1394053491953_0003/tmp&quot;,
+       &quot;hbase.hregion.max.filesize&quot;: &quot;10737418240&quot;,
+       &quot;hfile.block.cache.size&quot;: &quot;0.40&quot;,
+       &quot;hbase.security.authentication&quot;: &quot;simple&quot;,
+       &quot;hbase.defaults.for.version.skip&quot;: &quot;true&quot;,
+       &quot;hbase.zookeeper.quorum&quot;: &quot;c6403.ambari.apache.org&quot;,
+       &quot;zookeeper.znode.parent&quot;: &quot;/apps/hbase/instances/01&quot;,
+       &quot;hbase.hstore.blockingStoreFiles&quot;: &quot;10&quot;,
+       &quot;hbase.hregion.majorcompaction&quot;: &quot;86400000&quot;,
+       &quot;hbase.security.authorization&quot;: &quot;false&quot;,
+       &quot;hbase.cluster.distributed&quot;: &quot;true&quot;,
+       &quot;hbase.hregion.memstore.mslab.enabled&quot;: &quot;true&quot;,
+       &quot;hbase.client.scanner.caching&quot;: &quot;100&quot;,
+       &quot;hbase.zookeeper.useMulti&quot;: &quot;true&quot;,
+       &quot;hbase.regionserver.info.port&quot;: &quot;&quot;,
+       &quot;hbase.master.info.port&quot;: &quot;60010&quot;
+      }
+  }
+}</code></pre>
+
+
+<h2 id="sample-command-script">Sample command script</h2>
+<pre class="codehilite"><code>class OozieServer(Script):
+  def install(self, env):
+    self.install_packages(env)
+
+  def configure(self, env):
+    import params
+    env.set_params(params)
+    oozie(is_server=True)
+
+  def start(self, env):
+    import params
+    env.set_params(params)
+    self.configure(env)
+    oozie_service(action='start')
+
+  def stop(self, env):
+    import params
+    env.set_params(params)
+    oozie_service(action='stop')
+
+  def status(self, env):
+    import status_params
+    env.set_params(status_params)
+    check_process_status(status_params.pid_file)</code></pre>
+  </div>
+
+  <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" width="100">
+    </a>
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2014 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        Apache Slider, Slider, Apache, the Apache feather logo, and the Apache Incubator
+        project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+      </p>
+    </div> 
+  </div>
+  </div>
+
+</div>
+</div>
+
+<script type="text/javascript">
+
+</script>
+</body>
+</html>

Propchange: incubator/slider/site/content/docs/slider_specs/writing_app_command_scripts.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/slider/site/content/docs/troubleshooting.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/docs/troubleshooting.html?rev=1608561&view=auto
==============================================================================
--- incubator/slider/site/content/docs/troubleshooting.html (added)
+++ incubator/slider/site/content/docs/troubleshooting.html Mon Jul  7 19:03:38 2014
@@ -0,0 +1,303 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+  <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <link href="/css/slider.css" rel="stylesheet" type="text/css">
+  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+  <title></title>
+  
+</head>
+
+<body>
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<div class="container-fluid">
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
+    <a class="navbar-brand" href="/index.html">Slider</a>
+  </div>
+  <div class="collapse navbar-collapse" id="navbar-items">
+  <ul class="nav navbar-nav">
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Project <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_index"><a href="/index.html">Home</a></li>
+<li id="nav_downloads"><a href="/downloads">Downloads</a></li>
+<li id="nav_source"><a href="https://git-wip-us.apache.org/repos/asf/incubator-slider.git"><i class="fa fa-external-link"></i> Source</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Community</li>
+<li id="nav_team"><a href="/team.html">Team</a></li>
+<li id="nav_mailinglists"><a href="/mailing_lists.html">Mailing Lists</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Tools</li>
+<li id="nav_jira"><a href="https://issues.apache.org/jira/browse/SLIDER"><i class="fa fa-external-link"></i> Issues</a></li>
+<li id="nav_builds"><a href="https://builds.apache.org/job/Slider-develop"><i class="fa fa-external-link"></i> Builds</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/design">
+        Design <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_design_overview"><a href="/design/architecture.html">Overview</a></li>
+<li id="nav_app_needs"><a href="/docs/slider_specs/application_needs.html">Application Needs</a></li>
+<li id="nav_spec"><a href="/design/specification/index.html">Expected Behavior</a></li>
+<li id="nav_registry"><a href="/design/registry/index.html">Service Registry</a></li>
+<li id="nav_role_history"><a href="/design/rolehistory.html">Role History</a></li>
+</ul>
+</li>
+
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/developing">
+        Developing <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_dev_building"><a href="/developing/building.html">Building</a></li>
+<li id="nav_dev_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_dev_testing"><a href="/developing/testing.html">Testing</a></li>
+<li id="nav_dev_funtesting"><a href="/developing/functional_tests.html">Functional Testing</a></li>
+<li id="nav_dev_manual_testing"><a href="/developing/manual_testing.html">Manual Testing</a></li>
+<li id="nav_releasing"><a href="/developing/releasing.html">Releasing</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Using <span class="caret"></span>
+      </a>
+<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_examples"><a href="/docs/examples.html">Examples</a></li>
+<li id="nav_use_client_config"><a href="/docs/client-configuration.html">Client Configuration</a></li>
+<li id="nav_use_exitcodes"><a href="/docs/exitcodes.html">Client Exit Codes</a></li>
+<li id="nav_use_security"><a href="/docs/security.html">Security</a></li>
+<li id="nav_use_app_package"><a href="/docs/slider_specs/index.html">App Packaging</a></li>
+<li id="nav_use_app_configuration"><a href="/docs/configuration/index.html">App Configuration Model</a></li>
+<li id="nav_use_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_use_troubleshooting"><a href="/docs/troubleshooting.html">Troubleshooting</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        ASF Links <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+<li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+</ul>
+</li>
+</ul>
+
+  </div>
+
+</div>
+</nav>
+
+
+<div class="container-fluid">
+<div class="row">
+  <div class="col-md-2" id="sidebar">
+  <div style="text-align: center">
+    <h1><a href="/index.html">Apache Slider (incubating)</a></h1>
+    <hr>
+Latest release: <strong>0.30-incubating</strong><br>
+    <br>
+    <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+  </div>
+    <hr>
+    <a href="http://incubator.apache.org"><img id="logo" alt="Apache Incubator &trade;" class="img-responsive" src="http://incubator.apache.org/images/apache-incubator-logo.png"/></a>
+  </div>
+  <div class="col-md-8 col-md-offset-1">
+
+  <div id="content">
+
+    <h1 class="title"></h1>
+
+    <!---
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<h1 id="apache-slider-troubleshooting">Apache Slider Troubleshooting</h1>
+<p>Slider can be tricky to start using, because it combines the need to set
+up a YARN application, with the need to have an HBase configuration
+that works</p>
+<h3 id="common-problems">Common problems</h3>
+<h2 id="classpath-for-slider-am-wrong">Classpath for Slider AM wrong</h2>
+<p>The Slider Application Master, the "Slider AM" builds up its classpath from
+those JARs it has locally, and the JARS pre-installed on the classpath</p>
+<p>This often surfaces in an exception that can be summarized as
+"hadoop-common.jar is not on the classpath":</p>
+<pre class="codehilite"><code>Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: org/apache/hadoop/util/ExitUtil$ExitException
+Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.util.ExitUtil$ExitException
+  at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
+  at java.security.AccessController.doPrivileged(Native Method)
+  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
+  at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
+  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
+  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
+Could not find the main class: org.apache.hadoop.yarn.service.launcher.ServiceLauncher.  Program will exit.</code></pre>
+
+
+<p>For ambari-managed deployments, we recommend the following</p>
+<pre class="codehilite"><code>  &lt;property&gt;
+    &lt;name&gt;yarn.application.classpath&lt;/name&gt;
+    &lt;value&gt;
+      /etc/hadoop/conf,/usr/lib/hadoop/*,/usr/lib/hadoop/lib/*,/usr/lib/hadoop-hdfs/*,/usr/lib/hadoop-hdfs/lib/*,/usr/lib/hadoop-yarn/*,/usr/lib/hadoop-yarn/lib/*,/usr/lib/hadoop-mapreduce/*,/usr/lib/hadoop-mapreduce/lib/*
+    &lt;/value&gt;
+  &lt;/property&gt;</code></pre>
+
+
+<p>The <code>yarn-site.xml</code> file for the site will contain the relevant value.</p>
+<h3 id="application-instantiation-fails-triggerclusterteardownexception-unstable-cluster">Application  Instantiation fails, "TriggerClusterTeardownException: Unstable Cluster"</h3>
+<p>Slider gives up if it cannot keep enough instances of a role running -or more
+precisely, if they keep failing. </p>
+<p>If this happens on cluster startup, it means that the application is not working</p>
+<pre class="codehilite"><code> org.apache.slider.core.exceptions.TriggerClusterTeardownException: Unstable Cluster: 
+ - failed with role worker failing 4 times (4 in startup); threshold is 2
+ - last failure: Failure container_1386872971874_0001_01_000006 on host 192.168.1.86,
+   see http://hor12n22.gq1.ygridcore.net:19888/jobhistory/logs/192.168.1.86:45454/container_1386872971874_0001_01_000006/ctx/yarn</code></pre>
+
+
+<p>This message warns that a role -here worker- is failing to start and it has failed
+more than the configured failure threshold is. What it doesn't do is say why it failed,
+because that is not something the AM knows -that is a fact hidden in the logs on
+the container that failed.</p>
+<p>The final bit of the exception message can help you track down the problem,
+as it points you to the logs.</p>
+<p>In the example above the failure was in <code>container_1386872971874_0001_01_000006</code>
+on the host <code>192.168.1.86</code>. If you go to then node manager on that machine (the YARN
+RM web page will let you do this), and look for that container,
+you may be able to grab the logs from it. </p>
+<p>A quicker way is to browse to the URL on the next line.
+Note: the URL depends on yarn.log.server.url being properly configured.</p>
+<p>It is from those logs that the cause of the problem -because they are the actual
+output of the actual application which Slider is trying to deploy.</p>
+<h3 id="not-all-the-containers-start-but-whenever-you-kill-one-another-one-comes-up">Not all the containers start -but whenever you kill one, another one comes up.</h3>
+<p>This is often caused by YARN not having enough capacity in the cluster to start
+up the requested set of containers. The AM has submitted a list of container
+requests to YARN, but only when an existing container is released or killed
+is one of the outstanding requests granted.</p>
+<p>Fix #1: Ask for smaller containers</p>
+<p>edit the <code>yarn.memory</code> option for roles to be smaller: set it 64 for a smaller
+YARN allocation. <em>This does not affect the actual heap size of the 
+application component deployed</em></p>
+<p>Fix #2: Tell YARN to be less strict about memory consumption</p>
+<p>Here are the properties in <code>yarn-site.xml</code> which we set to allow YARN 
+to schedule more role instances than it nominally has room for.</p>
+<pre class="codehilite"><code>&lt;property&gt;
+  &lt;name&gt;yarn.scheduler.minimum-allocation-mb&lt;/name&gt;
+  &lt;value&gt;1&lt;/value&gt;
+&lt;/property&gt;
+&lt;property&gt;
+  &lt;description&gt;Whether physical memory limits will be enforced for
+    containers.
+  &lt;/description&gt;
+  &lt;name&gt;yarn.nodemanager.pmem-check-enabled&lt;/name&gt;
+  &lt;value&gt;false&lt;/value&gt;
+&lt;/property&gt;
+&lt;!-- we really don't want checking here--&gt;
+&lt;property&gt;
+  &lt;name&gt;yarn.nodemanager.vmem-check-enabled&lt;/name&gt;
+  &lt;value&gt;false&lt;/value&gt;
+&lt;/property&gt;</code></pre>
+
+
+<p>If you create too many instances, your hosts will start swapping and
+performance will collapse -we do not recommend using this in production.</p>
+<h3 id="configuring-yarn-for-better-debugging">Configuring YARN for better debugging</h3>
+<p>One configuration to aid debugging is tell the nodemanagers to
+keep data for a short period after containers finish</p>
+<pre class="codehilite"><code>&lt;!-- 10 minutes after a failure to see what is left in the directory--&gt;
+&lt;property&gt;
+  &lt;name&gt;yarn.nodemanager.delete.debug-delay-sec&lt;/name&gt;
+  &lt;value&gt;600&lt;/value&gt;
+&lt;/property&gt;</code></pre>
+
+
+<p>You can then retrieve logs by either the web UI, or by connecting to the
+server (usually by <code>ssh</code>) and retrieve the logs from the log directory</p>
+<p>We also recommend making sure that YARN kills processes</p>
+<pre class="codehilite"><code>&lt;!--time before the process gets a -9 --&gt;
+&lt;property&gt;
+  &lt;name&gt;yarn.nodemanager.sleep-delay-before-sigkill.ms&lt;/name&gt;
+  &lt;value&gt;30000&lt;/value&gt;
+&lt;/property&gt;</code></pre>
+  </div>
+
+  <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" width="100">
+    </a>
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2014 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        Apache Slider, Slider, Apache, the Apache feather logo, and the Apache Incubator
+        project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+      </p>
+    </div> 
+  </div>
+  </div>
+
+</div>
+</div>
+
+<script type="text/javascript">
+
+</script>
+</body>
+</html>

Propchange: incubator/slider/site/content/docs/troubleshooting.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/slider/site/content/downloads/index.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/downloads/index.html?rev=1608561&view=auto
==============================================================================
--- incubator/slider/site/content/downloads/index.html (added)
+++ incubator/slider/site/content/downloads/index.html Mon Jul  7 19:03:38 2014
@@ -0,0 +1,217 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link href="/css/bootstrap.min.css" rel="stylesheet">
+  <link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+  <!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+  <script src="/js/bootstrap.min.js"></script>
+  <link href="/css/slider.css" rel="stylesheet" type="text/css">
+  <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+  <title></title>
+  
+</head>
+
+<body>
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+<div class="container-fluid">
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
+    <a class="navbar-brand" href="/index.html">Slider</a>
+  </div>
+  <div class="collapse navbar-collapse" id="navbar-items">
+  <ul class="nav navbar-nav">
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Project <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_index"><a href="/index.html">Home</a></li>
+<li id="nav_downloads"><a href="/downloads">Downloads</a></li>
+<li id="nav_source"><a href="https://git-wip-us.apache.org/repos/asf/incubator-slider.git"><i class="fa fa-external-link"></i> Source</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Community</li>
+<li id="nav_team"><a href="/team.html">Team</a></li>
+<li id="nav_mailinglists"><a href="/mailing_lists.html">Mailing Lists</a></li>
+<li class="divider"></li>
+<li class="dropdown-header">Tools</li>
+<li id="nav_jira"><a href="https://issues.apache.org/jira/browse/SLIDER"><i class="fa fa-external-link"></i> Issues</a></li>
+<li id="nav_builds"><a href="https://builds.apache.org/job/Slider-develop"><i class="fa fa-external-link"></i> Builds</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/design">
+        Design <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_design_overview"><a href="/design/architecture.html">Overview</a></li>
+<li id="nav_app_needs"><a href="/docs/slider_specs/application_needs.html">Application Needs</a></li>
+<li id="nav_spec"><a href="/design/specification/index.html">Expected Behavior</a></li>
+<li id="nav_registry"><a href="/design/registry/index.html">Service Registry</a></li>
+<li id="nav_role_history"><a href="/design/rolehistory.html">Role History</a></li>
+</ul>
+</li>
+
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="/developing">
+        Developing <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li id="nav_dev_building"><a href="/developing/building.html">Building</a></li>
+<li id="nav_dev_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_dev_testing"><a href="/developing/testing.html">Testing</a></li>
+<li id="nav_dev_funtesting"><a href="/developing/functional_tests.html">Functional Testing</a></li>
+<li id="nav_dev_manual_testing"><a href="/developing/manual_testing.html">Manual Testing</a></li>
+<li id="nav_releasing"><a href="/developing/releasing.html">Releasing</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        Using <span class="caret"></span>
+      </a>
+<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_examples"><a href="/docs/examples.html">Examples</a></li>
+<li id="nav_use_client_config"><a href="/docs/client-configuration.html">Client Configuration</a></li>
+<li id="nav_use_exitcodes"><a href="/docs/exitcodes.html">Client Exit Codes</a></li>
+<li id="nav_use_security"><a href="/docs/security.html">Security</a></li>
+<li id="nav_use_app_package"><a href="/docs/slider_specs/index.html">App Packaging</a></li>
+<li id="nav_use_app_configuration"><a href="/docs/configuration/index.html">App Configuration Model</a></li>
+<li id="nav_use_debugging"><a href="/docs/debugging.html">Debugging</a></li>
+<li id="nav_use_troubleshooting"><a href="/docs/troubleshooting.html">Troubleshooting</a></li>
+</ul>
+</li>
+
+    <li class="dropdown">
+      <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+        ASF Links <span class="caret"></span>
+      </a>
+<ul class="dropdown-menu">
+<li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+<li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+</ul>
+</li>
+</ul>
+
+  </div>
+
+</div>
+</nav>
+
+
+<div class="container-fluid">
+<div class="row">
+  <div class="col-md-2" id="sidebar">
+  <div style="text-align: center">
+    <h1><a href="/index.html">Apache Slider (incubating)</a></h1>
+    <hr>
+Latest release: <strong>0.30-incubating</strong><br>
+    <br>
+    <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+  </div>
+    <hr>
+    <a href="http://incubator.apache.org"><img id="logo" alt="Apache Incubator &trade;" class="img-responsive" src="http://incubator.apache.org/images/apache-incubator-logo.png"/></a>
+  </div>
+  <div class="col-md-8 col-md-offset-1">
+
+  <div id="content">
+
+    <h1 class="title"></h1>
+
+    <!---
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<h1 id="apache-slider-incubating-downloads">Apache Slider (incubating) Downloads</h1>
+<p>Be sure to verify your downloads by these <a href="https://www.apache.org/info/verification.html" title="Verify">procedures</a> using these <a href="https://www.apache.org/dist/incubator/slider/KEYS" title="KEYS">KEYS</a>.</p>
+<h2 id="current-release">Current Release</h2>
+<h3 id="030-incubating">0.30-incubating</h3>
+<p>The most recent Apache Slider&trade; release is version 0.30-incubating. See the <a href="/release_notes/release-0.30.0.html" title="0.30-incubating Release Notes">release notes</a>.</p>
+<table class="table">
+<tr>
+<th>Release Artifact</th><th>Signature & Hashes</th></tr>
+<tr>
+<td><a href="https://www.apache.org/dyn/closer.cgi/incubator/slider/0.30-incubating/src/slider-0.30-incubating-sources.tar.gz">slider-0.30-incubating-sources.tar.gz</a></td>
+<td>
+<a href="http://www.apache.org/dist/incubator/slider/0.30-incubating/src/slider-0.30-incubating-sources.tar.gz.asc">ASC</a>
+<a href="http://www.apache.org/dist/incubator/slider/0.30-incubating/src/slider-0.30-incubating-sources.tar.gz.md5">MD5</a>
+<a href="http://www.apache.org/dist/incubator/slider/0.30-incubating/src/slider-0.30-incubating-sources.tar.gz.sha">SHA</a>
+</td>
+</tr>
+</table>
+
+<p>Older releases may be found in the <a href="https://archive.apache.org/dist/incubator/slider">archives</a>.</p>
+  </div>
+
+  <div id="footer">
+    <a alt="Apache Software Foundation" href="http://www.apache.org">
+      <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" width="100">
+    </a>
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011-2014 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        Apache Slider, Slider, Apache, the Apache feather logo, and the Apache Incubator
+        project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+        Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+      </p>
+    </div> 
+  </div>
+  </div>
+
+</div>
+</div>
+
+<script type="text/javascript">
+
+</script>
+</body>
+</html>

Propchange: incubator/slider/site/content/downloads/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/slider/site/content/fonts/glyphicons-halflings-regular.eot
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/fonts/glyphicons-halflings-regular.eot?rev=1608561&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/slider/site/content/fonts/glyphicons-halflings-regular.eot
------------------------------------------------------------------------------
    svn:mime-type = application/vnd.ms-fontobject

Added: incubator/slider/site/content/fonts/glyphicons-halflings-regular.svg
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/fonts/glyphicons-halflings-regular.svg?rev=1608561&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/slider/site/content/fonts/glyphicons-halflings-regular.svg
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: incubator/slider/site/content/fonts/glyphicons-halflings-regular.ttf
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/fonts/glyphicons-halflings-regular.ttf?rev=1608561&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/slider/site/content/fonts/glyphicons-halflings-regular.ttf
------------------------------------------------------------------------------
    svn:mime-type = application/x-font-ttf

Added: incubator/slider/site/content/fonts/glyphicons-halflings-regular.woff
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/fonts/glyphicons-halflings-regular.woff?rev=1608561&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/slider/site/content/fonts/glyphicons-halflings-regular.woff
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/slider/site/content/images/feather-small.gif
URL: http://svn.apache.org/viewvc/incubator/slider/site/content/images/feather-small.gif?rev=1608561&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/slider/site/content/images/feather-small.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif