Author: gourksaha
Date: Wed Jun 10 19:18:44 2015
New Revision: 1684747

URL: http://svn.apache.org/r1684747
Log:
provide reference to sample app_config.json for app_version property

Modified:
    
incubator/slider/site/trunk/content/docs/slider_specs/application_pkg_upgrade.md

Modified: 
incubator/slider/site/trunk/content/docs/slider_specs/application_pkg_upgrade.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/slider_specs/application_pkg_upgrade.md?rev=1684747&r1=1684746&r2=1684747&view=diff
==============================================================================
--- 
incubator/slider/site/trunk/content/docs/slider_specs/application_pkg_upgrade.md
 (original)
+++ 
incubator/slider/site/trunk/content/docs/slider_specs/application_pkg_upgrade.md
 Wed Jun 10 19:18:44 2015
@@ -50,7 +50,7 @@ To upgrade running Slider AMs, the appli
 of the client.
 
 #### Applications deployed by Slider (binaries and configurations) 
upgrade/downgrade
-    This is the what this document is primarily about.
+    This is what this document is primarily about.
 
 ## Upgrade Slider Application Packages
 
@@ -77,6 +77,12 @@ Create an application *MyHBase_Facebook_
 
     slider create MyHBase_Facebook_Finance --template 
~/myHBase_appConfig_v1.0.json --resources ~/myHBase_resources_v1.0.json
 
+Note, that myHBase_appConfig_v1.0.json should have an app_version property, 
which is newly exposed for upgrade support -
+
+    "site.global.app_version": "1.0",
+
+Please refer to the following 
[appConfig-default.json](https://github.com/apache/incubator-slider/blob/develop/app-packages/hbase/appConfig-default.json)
 as an example.
+
 Application *MyHBase_Facebook_Finance* goes through its usual lifecycle, say 
flex *regionservers* up
 
     slider flex MyHBase_Facebook_Finance --component HBASE_REGIONSERVER 5
@@ -222,4 +228,3 @@ today. This will be looked into, in futu
   avoid calling flex until `slider list --containers --version <old_ver>` 
returns no more 
   containers. Note, flex command is not explicitly blocked by Slider, hence 
unexpected 
   behavior of the application might occur, if called.
-


Reply via email to