Dear Wiki user,

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

The "QuickStart" page has been changed by AaronMcCurry:
http://wiki.apache.org/blur/QuickStart?action=diff&rev1=5&rev2=6

  # or for a faster install
  mvn install -DskipTests
  }}}
+ 
+ === Prerequisites ===
+ 
+ You will at a minimum:
+ 
+ * ZooKeeper installed and running.
+ * Hadoop installed
+ * Java installed
+ 
+ NOTE: Also you will need to know what the HADOOP_HOME directory and the 
JAVA_HOME directory.
+ 
  === Installing ===
  
  Copy the resulting 
incubator-blur/src/distribution/target/apache-blur-0.2.0-SNAPSHOT-bin.tar.gz to 
a directory of your choice.
@@ -71, +82 @@

  
  === Simple Shell Example ===
  
+ The below example creates a table and stores the contents of the table in a 
local directory of ''/data/testTableName'' which will only work if you are 
running blur in a single instance.  Normally if you are running a hadoop 
cluster this will be a hdfs URI for example 
''hdfs://host:port/blur/tables/testTableName''.
+ 
  {{{#!bash
  blur> create testTableName file:///data/testTableName 1
  blur> add testTableName fieldName:testing

Reply via email to