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 New page: == Quick Start == === Clone === Clone the apache project by typing: git clone https://git-wip-us.apache.org/repos/asf/incubator-blur.git === Building === Next build the project by running a maven install from the "src" directory. Execute: 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: tar -xzvf apache-blur-0.2.0-SNAPSHOT-bin.tar.gz === Configuring === Edit: apache-blur-0.2.0-SNAPSHOT/conf/blur-env.sh Set JAVA_HOME and HADOOP_HOME to appropriate values. # JAVA_HOME is required # export JAVA_HOME=/usr/lib/j2sdk1.6-sun # HADOOP_HOME is required # export HADOOP_HOME=/var/hadoop-0.20.2 === Starting === To start the daemon run the start-all.sh script. Execute: apache-blur-0.2.0-SNAPSHOT/bin/start-all.sh === Shell === To start the shell run blur shell in the bin directory. Execute: apache-blur-0.2.0-SNAPSHOT/bin/blur shell
