Web Analytics Made Easy - Statcounter

How to access Deequ with Apache Spark Stack AMI?

Jupyter Notebook Access

URL: http://instance-public-ipv4:8888/

PostgreSQL Access

Connect to the PostgreSQL database:
sudo -i -u postgres
psql

Spark Shell

To launch the Spark shell with Deequ pre-configured:
spark-shell

Instance Login

Shell/Terminal
sudo chmod 400 yourpemkeyname.pem
ssh -i yourpemkeyname.pem ubuntu@yourinstanceip