added tutorial to bin/gora

Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/61c25fef
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/61c25fef
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/61c25fef

Branch: refs/heads/master
Commit: 61c25fefbefe96b39c86ca7d260fa7d63f028912
Parents: 0b0b54b
Author: Kevin <djkevi...@yahoo.com>
Authored: Mon Aug 15 21:18:47 2016 +0530
Committer: Kevin <djkevi...@yahoo.com>
Committed: Mon Aug 15 21:18:47 2016 +0530

----------------------------------------------------------------------
 bin/gora | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/61c25fef/bin/gora
----------------------------------------------------------------------
diff --git a/bin/gora b/bin/gora
index 8231159..51b9489 100755
--- a/bin/gora
+++ b/bin/gora
@@ -49,6 +49,7 @@ if [ $# = 0 ]; then
   echo "  goracirackspace            Run the GoraCI Rackspace orchestration 
setup"
   echo "  goracichef                 Run the GoraCI Chef software provisioning 
setup"
   echo "  logmanager                 Run the tutorial log manager"
+  echo "  distributedlogmanager      Run the tutorial distributed log manager"
   echo "  loganalytics               Run the tutorial log analytics"
   echo "  loganalyticsspark          Run the tutorial log analytics spark"
   echo "  junit                     Run the given JUnit test"
@@ -136,6 +137,10 @@ elif [ "$COMMAND" = "logmanager" ] ; then
   MODULE=gora-tutorial
   CLASSPATH=$CLASSPATH:$GORA_HOME/$MODULE/target/classes/
   CLASS=org.apache.gora.tutorial.log.LogManager
+elif [ "$COMMAND" = "distributedlogmanager" ] ; then
+  MODULE=gora-tutorial
+  CLASSPATH=$CLASSPATH:$GORA_HOME/$MODULE/target/classes/
+  CLASS=org.apache.gora.tutorial.log.DistributedLogManager
 elif [ "$COMMAND" = "loganalytics" ] ; then
   MODULE=gora-tutorial
   CLASS=org.apache.gora.tutorial.log.LogAnalytics

Reply via email to