You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/05/20 19:05:34 UTC

svn commit: r1596316 - in /incubator/slider/trunk/app-packages: accumulo-v1_5/README.txt hbase-v0_96/README.txt

Author: smohanty
Date: Tue May 20 17:05:34 2014
New Revision: 1596316

URL: http://svn.apache.org/r1596316
Log:
Adding README to app packages.

Added:
    incubator/slider/trunk/app-packages/accumulo-v1_5/README.txt
    incubator/slider/trunk/app-packages/hbase-v0_96/README.txt

Added: incubator/slider/trunk/app-packages/accumulo-v1_5/README.txt
URL: http://svn.apache.org/viewvc/incubator/slider/trunk/app-packages/accumulo-v1_5/README.txt?rev=1596316&view=auto
==============================================================================
--- incubator/slider/trunk/app-packages/accumulo-v1_5/README.txt (added)
+++ incubator/slider/trunk/app-packages/accumulo-v1_5/README.txt Tue May 20 17:05:34 2014
@@ -0,0 +1,16 @@
+How to create a Slider package?
+
+Replace the placeholder tarball for Accumulo.
+  cp ~/Downloads/accumulo-1.5.1-bin.tar.gz package/files/
+  rm package/files/accumulo-1.5.1-bin.tar.gz.REPLACE
+
+Create a zip package at the root of the package (<slider enlistment>/app-packages/accumulo-v1_5/) 
+  zip -r accumulo_v151.zip .
+
+Verify the content using  
+  unzip -l "$@" accumulo_v151.zip
+
+While appConfig.json and resources.json are not required for the package they work
+well as the default configuration for Slider apps. So its advisable that when you
+create an application package for Slider, include sample/default resources.json and
+appConfig.json for a minimal Yarn cluster.

Added: incubator/slider/trunk/app-packages/hbase-v0_96/README.txt
URL: http://svn.apache.org/viewvc/incubator/slider/trunk/app-packages/hbase-v0_96/README.txt?rev=1596316&view=auto
==============================================================================
--- incubator/slider/trunk/app-packages/hbase-v0_96/README.txt (added)
+++ incubator/slider/trunk/app-packages/hbase-v0_96/README.txt Tue May 20 17:05:34 2014
@@ -0,0 +1,16 @@
+How to create a Slider package?
+
+Replace the placeholder tarball for Accumulo.
+  cp ~/Downloads/hbase-0.96.1-hadoop2-bin.tar.gz package/files/
+  rm package/files/hbase-0.96.1-hadoop2-bin.tar.gz.REPLACE
+
+Create a zip package at the root of the package (<slider enlistment>/app-packages/hbase-v0_96/) 
+  zip -r hbase-v096.zip .
+
+Verify the content using  
+  unzip -l "$@" hbase-v096.zip
+
+While appConfig.json and resources.json are not required for the package they work
+well as the default configuration for Slider apps. So its advisable that when you
+create an application package for Slider, include sample/default resources.json and
+appConfig.json for a minimal Yarn cluster.