Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Blur Wiki" for change 
notification.

The "PseudoDistributed" page has been changed by AaronMcCurry:
https://wiki.apache.org/blur/PseudoDistributed?action=diff&rev1=2&rev2=3

  
  If you see it starting the servers again, then there is likely some issue 
with startup.  Look in the $BLUR_HOME/logs directory for log and out files.
  
+ Once the servers have been started, you can use the shell to interact with 
Blur.
- {{{#!bash
- cd incubator-blur/src
- mvn install
- # or for a faster install
- mvn install -DskipTests
- }}}
  
  === Shell ===
  
@@ -91, +86 @@

  
  Execute:
  
+ Auto detect the controller servers from the $BLUR_HOME/conf/controllers file.
  {{{#!bash
  $BLUR_HOME/bin/blur shell
+ }}}
+ 
+ You can also explicitly call out the controller servers.
+ {{{#!bash
+ $BLUR_HOME/bin/blur shell controller1:40010,controller2:40010
  }}}
  
  Once in the shell, tables and be created, enabled, disabled, and removed.  
Type help to get a list of the commands.

Reply via email to