Category: Big Data

The final part, yay!! Open a web browser and connect to the DNS name of Ambari Server. Use port 8080. For example: http://<xx.xx.xx>.compute-1.amazonaws.com:8080. Use user/password admin/admin. Click on Launch Wizard. Give the name of your cluster. Click Next. Select the stack version you would like to deploy. Click Next. Under Install Options page, enter all […]

Read more

Let’s continue where we’re left off! Connect to the instance by ssh. Turn off the Transparent Huge Pages. Add below lines in the /etc/rc.local file. You need to sudo the text edit command (e.g. sudo nano /etc/rc.local)  if test -f /sys/kernel/mm/transparent_hugepage/enabled; then echo never > /sys/kernel/mm/transparent_hugepage/enabled fi if test -f /sys/kernel/mm/transparent_hugepage/defrag; then echo never > […]

Read more