You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/09/30 16:45:20 UTC

svn commit: r1527601 - /incubator/knox/trunk/books/0.3.0/service_hbase.md

Author: kminder
Date: Mon Sep 30 14:45:20 2013
New Revision: 1527601

URL: http://svn.apache.org/r1527601
Log:
Remove cwiki markup from HBase section.

Modified:
    incubator/knox/trunk/books/0.3.0/service_hbase.md

Modified: incubator/knox/trunk/books/0.3.0/service_hbase.md
URL: http://svn.apache.org/viewvc/incubator/knox/trunk/books/0.3.0/service_hbase.md?rev=1527601&r1=1527600&r2=1527601&view=diff
==============================================================================
--- incubator/knox/trunk/books/0.3.0/service_hbase.md (original)
+++ incubator/knox/trunk/books/0.3.0/service_hbase.md Mon Sep 30 14:45:20 2013
@@ -288,7 +288,7 @@ There are several ways to do this depend
 
 You can use the Groovy interpreter provided with the distribution.
 
-    java -jar bin/shell.jar samples/ExampleHBaseUseCase.groovy
+    java -jar bin/shell.jar samples/ExampleHBase.groovy
 
 You can manually type in the KnoxShell DSL script into the interactive Groovy interpreter provided with the distribution.
 
@@ -296,8 +296,6 @@ You can manually type in the KnoxShell D
 
 Each line from the file below will need to be typed or copied into the interactive shell.
 
-{code:title="samples/ExampleHBaseUseCase.groovy"}
-
     /**
      * Licensed to the Apache Software Foundation (ASF) under one
      * or more contributor license agreements.  See the NOTICE file