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 2015/06/10 21:18:51 UTC

svn commit: r954415 - in /websites/staging/slider/trunk/content: ./ docs/slider_specs/application_pkg_upgrade.html

Author: buildbot
Date: Wed Jun 10 19:18:50 2015
New Revision: 954415

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/docs/slider_specs/application_pkg_upgrade.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 10 19:18:50 2015
@@ -1 +1 @@
-1682547
+1684747

Modified: websites/staging/slider/trunk/content/docs/slider_specs/application_pkg_upgrade.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/slider_specs/application_pkg_upgrade.html (original)
+++ websites/staging/slider/trunk/content/docs/slider_specs/application_pkg_upgrade.html Wed Jun 10 19:18:50 2015
@@ -207,7 +207,7 @@ older versions of Slider core and Hadoop
 To upgrade running Slider AMs, the application needs to be stopped and restarted with the new version
 of the client.</p>
 <h4 id="applications-deployed-by-slider-binaries-and-configurations-upgradedowngrade">Applications deployed by Slider (binaries and configurations) upgrade/downgrade</h4>
-<p>&nbsp;&nbsp;&nbsp;&nbsp;This is the what this document is primarily about.</p>
+<p>&nbsp;&nbsp;&nbsp;&nbsp;This is what this document is primarily about.</p>
 <h2 id="upgrade-slider-application-packages">Upgrade Slider Application Packages</h2>
 <p>A run-book style list of atomic steps exposed by Slider. These steps will be automated 
 by Apache Ambari in a future release. It can be easily orchestrated by a shell script 
@@ -233,6 +233,12 @@ for long running applications (specifica
 </pre></div>
 
 
+<p>Note, that myHBase_appConfig_v1.0.json should have an app_version property, which is newly exposed for upgrade support -</p>
+<div class="codehilite"><pre>&quot;<span class="n">site</span><span class="p">.</span><span class="k">global</span><span class="p">.</span><span class="n">app_version</span>&quot;<span class="p">:</span> &quot;1<span class="p">.</span>0&quot;<span class="p">,</span>
+</pre></div>
+
+
+<p>Please refer to the following <a href="https://github.com/apache/incubator-slider/blob/develop/app-packages/hbase/appConfig-default.json">appConfig-default.json</a> as an example.</p>
 <p>Application <em>MyHBase_Facebook_Finance</em> goes through its usual lifecycle, say flex <em>regionservers</em> up</p>
 <div class="codehilite"><pre><span class="n">slider</span> <span class="n">flex</span> <span class="n">MyHBase_Facebook_Finance</span> <span class="o">--</span><span class="n">component</span> <span class="n">HBASE_REGIONSERVER</span> 5
 </pre></div>