integration.integrate_test_hadoop-cdh5.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
# Cloudera CDH5 tarball
export HADOOP_REPO="http://archive.cloudera.com/cdh5/cdh/5/"
export HADOOP_FILE="hadoop-2.3.0-cdh5.0.0"
export HADOOP_EXT=".tar.gz"
./integrate_test_hadoop_base_mr2.sh