Author: tedyu
Date: Thu Apr 23 17:28:01 2015
New Revision: 1675687

URL: http://svn.apache.org/r1675687
Log:
Add usage of hbase shell wrapper to troubleshooting.md

Modified:
    incubator/slider/site/trunk/content/docs/troubleshooting.md

Modified: incubator/slider/site/trunk/content/docs/troubleshooting.md
URL: 
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/troubleshooting.md?rev=1675687&r1=1675686&r2=1675687&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/troubleshooting.md (original)
+++ incubator/slider/site/trunk/content/docs/troubleshooting.md Thu Apr 23 
17:28:01 2015
@@ -130,4 +130,23 @@ We also recommend making sure that YARN
       <value>30000</value>
     </property>
 
- 
+### Running HBase Shell wrapper
+
+We have provided an HBase Shell wrapper, hbase-slider, to facilitate
+ running shell commands without retrieving hbase-site.xml manually.
+
+You can unpack the following scripts from hbase app package:
+
+hbase-slider
+hbase-slider.py
+
+Use 'chmod +x' to give hbase-slider execution permission.
+The syntax for using the wrapper is:
+
+./hbase-slider hbasesliderapp
+
+where hbasesliderapp is the name of Slider HBase instance.
+The script would retrieve hbase-site.xml and run HBase shell command.
+
+You can issue the following command to see supported options:
+./hbase-slider


Reply via email to