Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This is the (slightly sanitized) script that we use to build the AWS Marketplace images.

Note: this doesn't install a standalone Hadoop server or any RAID.

The configuration corresponding to this script file is here.

cd /etc/yum.repos.d
curl -O 'http://www.ikanow.com/infinit.e-preinstall/ikanow.repo'
curl -O 'http://www.ikanow.com/infinit.e-preinstall/ikanow-infinite.repo'
yum install -y infinit.e-platform.prerequisites.online
							                   
cd /opt/infinite-install/
sh install.sh apinode --slow
cd config/
# TODO copy/edit the configuration file
						                   
yum install -y infinit.e-hadoop-installer.online
yum install -y infinit.e-config
yum install -y infinit.e-index-engine
yum install -y infinit.e-db-instance
yum install -y infinit.e-processing-engine
yum install -y infinit.e-interface-engine
  • No labels