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=1&rev2=2 === Clone === Clone the apache project by typing: - + {{{#!bash git clone https://git-wip-us.apache.org/repos/asf/incubator-blur.git + }}} === Building === @@ -14, +15 @@ Execute: + {{{#!bash cd incubator-blur/src mvn install # or for a faster install mvn install -DskipTests - + }}} === Installing === Copy the resulting incubator-blur/src/distribution/target/apache-blur-0.2.0-SNAPSHOT-bin.tar.gz to a directory of your choice. Execute: - + {{{#!bash tar -xzvf apache-blur-0.2.0-SNAPSHOT-bin.tar.gz + }}} === Configuring === @@ -33, +36 @@ apache-blur-0.2.0-SNAPSHOT/conf/blur-env.sh + {{{#!bash Set JAVA_HOME and HADOOP_HOME to appropriate values. # JAVA_HOME is required @@ -40, +44 @@ # HADOOP_HOME is required # export HADOOP_HOME=/var/hadoop-0.20.2 - + }}} === Starting === @@ -58, +62 @@ apache-blur-0.2.0-SNAPSHOT/bin/blur shell + Once in the shell, tables and be created, enabled, disabled, and removed. +
