#!/bin/bash sudo yum install -y gcc python-setuptools python-devel postgresql-devel sudo easy_install psycopg2 sudo python -m pip install psycopg2-binary sudo yum install postgresql -y PGPASSWORD=root1234 psql --username=postgres --host=database-1.cxv0eh6uhsan.us-east-1.rds.amazonaws.com --command='CREATE DATABASE hive_db' PGPASSWORD=root1234 psql --username=postgres --host=database-1.cxv0eh6uhsan.us-east-1.rds.amazonaws.com --command='CREATE DATABASE oozie_db' PGPASSWORD=root1234 psql --username=postgres --host=database-1.cxv0eh6uhsan.us-east-1.rds.amazonaws.com --command='create database hue_db with lc_collate="en_US.UTF-8"' cd /var/aws/emr/bigtop-deploy/puppet/modules/hadoop_hive/manifests File="init.pp" if [ -f "$File" ]; then mkdir /home/hadoop/code sudo mv "$File" /home/hadoop/code/ aws s3 cp s3://nkityd-bucket/init.pp /home/hadoop/ sudo cp /home/hadoop/init.pp "$File" fi echo "Successful"
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter