Author: stevel
Date: Thu Dec 11 15:25:22 2014
New Revision: 1644675

URL: http://svn.apache.org/r1644675
Log:
update releasing doc

Modified:
    incubator/slider/site/trunk/content/developing/demo.md
    incubator/slider/site/trunk/content/developing/releasing.md

Modified: incubator/slider/site/trunk/content/developing/demo.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/demo.md?rev=1644675&r1=1644674&r2=1644675&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/demo.md (original)
+++ incubator/slider/site/trunk/content/developing/demo.md Thu Dec 11 15:25:22 
2014
@@ -69,7 +69,7 @@ The cluster must be set up with no check
      export HADOOP_CONF_DIR=~/clusters/demo/hadoop-conf
  
      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
 
 #### Fish
@@ -79,7 +79,13 @@ The cluster must be set up with no check
  
      set -gx  SLIDER_CONF_DIR ~/clusters/demo/slider;
  
-     set -gx  PATH $PATH 
~/slider/slider-assembly/target/slider-0.60.0-incubating-all/slider-0.60.0-incubating/bin
+     set -gx SLIDER_VERSION  slider-0.61.0-SNAPSHOT
+     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
 
 
 #### Tests
@@ -135,3 +141,22 @@ In `resources.json`
 1. set `"yarn.memory": "128"` everywhere,
 1. Turn set the number of instances the THRIFT and REST components to 0.
 
+
+slider 
+
+slider resolve --path / --list
+
+slider create hbase1 --resources resources.json --template appConfig.json 
+
+slider status hbase1
+slider stop hbase1
+slider start hbase1
+
+slider flex hbase1 --component HBASE_REGIONSERVER 2
+
+slider destroy hbase1
+
+failures
+
+kill -9 HBase master
+kill -9 AM

Modified: incubator/slider/site/trunk/content/developing/releasing.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/releasing.md?rev=1644675&r1=1644674&r2=1644675&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/releasing.md (original)
+++ incubator/slider/site/trunk/content/developing/releasing.md Thu Dec 11 
15:25:22 2014
@@ -518,7 +518,7 @@ the actual development version.
  
 See the [ASF release guidelines](http://www.apache.org/dev/release.html)
  
-### Publishing the maven artifacts
+# Publishing the maven artifacts
  
 * See [ASF guide to publishing maven 
artifacts](http://www.apache.org/dev/publishing-maven-artifacts.html)
 * See [Apache Parent 
Pom](http://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom) 
for a template POM containing the release plugins. This is not used in the 
slider release
@@ -527,10 +527,24 @@ See the [ASF release guidelines](http://
 
  Build the artifacts off the SVN commit used for the release.
  
-     mvn -Papache-release
+     mvn clean install -Papache-release
      
 #### Important: App package versions
 
 The (slider 0.60) app package versions mean the artifacts are not suitable for 
uploading; they generate files such as 
`slider-storm-app-package-${pkg.version}.pom` which don't contain a valid 
version number.
 
-We plan to fix this by moving the app packages out of the slider project 
itself, so drive them off other version information.
\ No newline at end of file
+We have fixed this this by moving the app packages out of the slider project 
itself, so drive them off other version information.
+
+
+## Dry run of release
+
+    mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true 
-Darguments="-DskipTests -DskipITs"
+
+## Deploy
+
+    mvn deploy -DskipTests -Papache-release
+    
+### Closing the release
+    
+log in to 
[https://repository.apache.org/index.html](https://repository.apache.org/index.html)
+with your ASF username & LDAP password
\ No newline at end of file


Reply via email to