integration.integrate_test_hadoop.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of splout-server Show documentation
Show all versions of splout-server Show documentation
Splout SQL is a read only, horizontally scalable and
partitioned SQL database that plays well with Hadoop.
The newest version!
#!/bin/bash
# Download Hadoop and configure it
# Stable Apache
export HADOOP_REPO="http://archive.apache.org/dist/hadoop/core/hadoop-1.0.4/"
export HADOOP_FILE="hadoop-1.0.4"
export HADOOP_EXT=".tar.gz"
./integrate_test_hadoop_base.sh
# Cloudera's CDH3
export HADOOP_REPO="http://archive.cloudera.com/cdh/3/"
export HADOOP_FILE="hadoop-0.20.2-cdh3u5"
export HADOOP_EXT=".tar.gz"
./integrate_test_hadoop_base.sh