You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2015/03/30 21:42:45 UTC

svn commit: r1670184 - in /incubator/slider/site/trunk: content/developing/demo.md content/developing/releasing.md content/docs/getting_started.md content/release_notes/release-0.70.0.md content/release_notes/release-0.70.1.md templates/skeleton.html

Author: gourksaha
Date: Mon Mar 30 19:42:44 2015
New Revision: 1670184

URL: http://svn.apache.org/r1670184
Log:
SLIDER-760 site documentation updates for 0.70.1-incubating release

Added:
    incubator/slider/site/trunk/content/release_notes/release-0.70.1.md
      - copied, changed from r1670163, incubator/slider/site/trunk/content/release_notes/release-0.70.0.md
Removed:
    incubator/slider/site/trunk/content/release_notes/release-0.70.0.md
Modified:
    incubator/slider/site/trunk/content/developing/demo.md
    incubator/slider/site/trunk/content/developing/releasing.md
    incubator/slider/site/trunk/content/docs/getting_started.md
    incubator/slider/site/trunk/templates/skeleton.html

Modified: incubator/slider/site/trunk/content/developing/demo.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/demo.md?rev=1670184&r1=1670183&r2=1670184&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/demo.md (original)
+++ incubator/slider/site/trunk/content/developing/demo.md Mon Mar 30 19:42:44 2015
@@ -70,7 +70,7 @@ The cluster must be set up with no check
  
      export SLIDER_CONF_DIR=~/clusters/demo/slider;
      
-     export PATH=~/slider/slider-assembly/target/slider-0.60.0-incubating-all/slider-0.60.0-incubating/bin
+     export PATH=~/slider/slider-assembly/target/slider-0.70.1-incubating-all/slider-0.70.1-incubating/bin
 
 #### Fish
 
@@ -79,13 +79,13 @@ The cluster must be set up with no check
  
      set -gx  SLIDER_CONF_DIR ~/clusters/demo/slider;
  
-     set -gx SLIDER_VERSION  slider-0.61.0-SNAPSHOT
+     set -gx SLIDER_VERSION slider-0.70.1-incubating
      set -gx PROJECTS /Users/stevel/Projects/Hortonworks/Projects
  
      set -gx  PATH $PATH $PROJECTS/slider/slider-assembly/target/$SLIDER_VERSION-all/$SLIDER_VERSION/bin
 
      set -gx SLIDER_CONF_DIR $PROJECTS/clusterconfigs/clusters/structor-1/slider
-     set -gx HADOOP_CONF_DIR  $PROJECTS/clusterconfigs/clusters/structor-1/hadoop-conf
+     set -gx HADOOP_CONF_DIR $PROJECTS/clusterconfigs/clusters/structor-1/hadoop-conf
 
 
 #### Tests

Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1670184&r1=1670183&r2=1670184&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Mon Mar 30 19:42:44 2015
@@ -359,7 +359,7 @@ Perform a dry run. This will commit chan
 
 
 1. This prompts for the version numbers for the slider version to release: use
- the `slider-0.60.0-incubating` or equivalent
+ the `slider-0.61.0-incubating` or equivalent
 1. Use the same (as recommanded)
 go with them unless you have specific choices of
 versions. 
@@ -714,4 +714,4 @@ Check out the develop branch and purge a
     mvn clean
 
 
- 
\ No newline at end of file
+ 

Modified: incubator/slider/site/trunk/content/docs/getting_started.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/getting_started.md?rev=1670184&r1=1670183&r2=1670184&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/getting_started.md (original)
+++ incubator/slider/site/trunk/content/docs/getting_started.md Mon Mar 30 19:42:44 2015
@@ -91,8 +91,8 @@ There are other options detailed in the
 ## <a name="build"></a>Build Slider
 
 * From the top level directory, execute `mvn clean site:site site:stage package -DskipTests`
-* Use the generated compressed tar file in slider-assembly/target directory (e.g. slider-0.60.0-all.tar.gz or slider-0.60.0-all.zip) for the subsequent steps
-* If you are cloning the Slider git repo, go to `master` branch for the latest released or `develop` for the latest under development
+* Use the generated compressed tar file in slider-assembly/target directory (e.g. slider-0.70.1-incubating-all.tar.gz or slider-0.70.1-incubating-all.zip) for the subsequent steps
+* If you are cloning the Slider git repo, go to `releases/slider-0.70.1-incubating` branch for the latest released or `develop` for the latest under development
 
 ## <a name="install"></a>Install Slider
 
@@ -107,11 +107,11 @@ You can run Slider app as any user. Only
 Login as the "yarn" user (assuming this is a host associated with the installed cluster).  E.g., `su yarn`
 *This assumes that all apps are being run as ‘yarn’ user*
 
-Expand the tar file:  `tar -xvf slider-0.60.0-incubating-all.tar.gz` or `unzip slider-0.60.0-incubating-all.zip`
+Expand the tar file:  `tar -xvf slider-0.70.1-incubating-all.tar.gz` or `unzip slider-0.70.1-incubating-all.zip`
 
 ## Configure Slider
 
-Browse to the Slider directory: `cd slider-0.60.0/conf`
+Browse to the Slider directory: `cd slider-0.70.1-incubating/conf`
 
 Edit `slider-env.sh` and specify correct values.
 
@@ -142,7 +142,7 @@ directory containing the `slider-client.
 
 If the hadoop configuration dir is configured this way, the 
 
-For example, if you are targeting a non-secure cluster with no HA for NameNode or ResourceManager, modify Slider configuration file `${slider-install-dir}/slider-0.60.0/conf/slider-client.xml` to add the following properties:
+For example, if you are targeting a non-secure cluster with no HA for NameNode or ResourceManager, modify Slider configuration file `${slider-install-dir}/slider-0.70.1-incubating/conf/slider-client.xml` to add the following properties:
 
       <property>
         <name>hadoop.registry.zk.quorum</name>
@@ -164,11 +164,11 @@ For example, if you are targeting a non-
 
 Execute:
  
-    ${slider-install-dir}/slider-0.60.0/bin/slider version
+    ${slider-install-dir}/slider-0.70.1-incubating/bin/slider version
     
 OR
 
-    python %slider-install-dir%/slider-0.60.0/bin/slider.py version
+    python %slider-install-dir%/slider-0.70.1-incubating/bin/slider.py version
 
 Ensure there are no errors and you can see "Compiled against Hadoop 2.6.0". **This ensures that Slider is installed correctly.**
 
@@ -188,7 +188,7 @@ Perform the following steps to create th
 
 ## <a name="downsample"></a>Create Application Packages
 
-Slider "master" branch has several sample application packages available for use with Slider:
+There are several sample application packages available for use with Slider:
 
 * `app-packages/memcached-win` or memcached: The README.txt describes how to create the Slider Application package for memcached for linux or windows. **memcached** app packages are a good place to [start](slider_specs/hello_world_slider_app.html)
 
@@ -262,7 +262,7 @@ Once the steps above are completed, the
 
 Change directory to the "bin" directory under the slider installation
 
-    cd ${slider-install-dir}/slider-0.60.0/bin
+    cd ${slider-install-dir}/slider-0.70.1-incubating/bin
 
 Execute the following command:
 
@@ -342,7 +342,7 @@ Once started, applications can be stoppe
 
 Create an agent config file (agent.ini) based on the sample available at:
 
-    ${slider-install-dir}/slider-0.60.0/agent/conf/agent.ini
+    ${slider-install-dir}/slider-0.70.1-incubating/agent/conf/agent.ini
 
 The sample agent.ini file can be used as is (see below). Some of the parameters of interest are:
 

Copied: incubator/slider/site/trunk/content/release_notes/release-0.70.1.md (from r1670163, incubator/slider/site/trunk/content/release_notes/release-0.70.0.md)
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/release_notes/release-0.70.1.md?p2=incubator/slider/site/trunk/content/release_notes/release-0.70.1.md&p1=incubator/slider/site/trunk/content/release_notes/release-0.70.0.md&r1=1670163&r2=1670184&rev=1670184&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/release_notes/release-0.70.0.md (original)
+++ incubator/slider/site/trunk/content/release_notes/release-0.70.1.md Mon Mar 30 19:42:44 2015
@@ -15,9 +15,9 @@
    limitations under the License.
 -->
   
-# Apache Slider Release 0.70.0 (incubating)
+# Apache Slider Release 0.70.1 (incubating)
 
-**February 2014**
+**March 2014**
 
 This release is built against Apache Hadoop 2.6.0, HBase 0.98.4 and Accumulo 1.6.1
 
@@ -40,7 +40,7 @@ functional.
 This is intended to be a full two-way REST API offered by the Slider Application
 Master to clients. The draft design is [available on the Slider web site](http://slider.incubator.apache.org/docs/api).
 
-The 0.70 release contains the foundational read-only view of this API.
+The 0.70.1 release contains the foundational read-only view of this API.
 Look at the code in `org.apache.slider.client.rest`, in particular
 the API client, `SliderApplicationApi`, and `RestClientFactory` —which
 builds an instance of `SliderApplicationApi` bonded to an application located

Modified: incubator/slider/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/templates/skeleton.html?rev=1670184&r1=1670183&r2=1670184&view=diff
==============================================================================
--- incubator/slider/site/trunk/templates/skeleton.html (original)
+++ incubator/slider/site/trunk/templates/skeleton.html Mon Mar 30 19:42:44 2015
@@ -44,7 +44,7 @@
   <div style="text-align: center">
     <h1><a href="/index.html">Apache Slider (incubating)</a></h1>
     <hr>
-Latest release: <strong>0.60.0-incubating</strong><br>
+Latest release: <strong>0.70.1-incubating</strong><br>
     <br>
     <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
   </div>