Category: Tutorial

Name of Innovation

Mongo Db Tutorial

Start MongoDB Enter following commands 1.) cd  2.) /home/hduser/start_mongodb.sh Wait for approx 30 seconds 3). type mongo you should see mongodb prompt as below > db   In case if you have difficulty in connecting – try setting following –   export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 Check the DBs already existing in your setup:…
Read more


February 3, 2017 0

RabbitMQ

RabbitMQ Open terminal and check the all files ls /home/amar Start the RabbitMQ /home/amar/start_rabbitmq.sh You should see something similar as below   Open the link  http://localhost:15672/ You should see something similar as below Enter the username and password as guest You should see something similar as below   Click on the queues tab  and create the queues…
Read more


February 2, 2017 1

ActiveMQ

ActiveMQ Open terminal and check the all files ls /home/woir Start the Activemq /home/woir/stop_all.sh /home/woir/start_activemq.sh You should see something similar as below   Open the link http://localhost:8161/ You should see something similar as below   Click on the Manage ActiveMQ broker Enter the username and password as admin You should see something similar as below  …
Read more


February 2, 2017 1

Installer for Ubuntu

Please create a new user with sudo permission username – hduser Login to the system with the new user Setup ssh server sudo apt-get install ssh Uncheck the option in Startup Application RESTART BOX Install JPS – Please ensure ‘jps’ command is available. If not please type following to install it sudo apt-get install  openjdk-7-jdk…
Read more


January 29, 2017 0

Steps to Verify Hadoop/Elasticsearch/ActiveMQ/Cassandra Installation in One Box Setup VM

Hadoop Installation     Start Virtual Box, choose the machine you prepared in earlier step and click on the “Start” button ( green colour ). Please login as user Hadoop ( user id hduser), if asked for please enter password ‘abcd1234’ Click on the Ubuntu on the top-left corner and look for terminal and click on…
Read more


January 26, 2017 0

Steps to Install VM for workshop

Install Virtual Box ( follow the steps ) on your computer. http://www.htpcbeginner.com/install-virtualbox-on-windows/ Once the Virtual Box is installed  the VM ( please see the license terms and conditions to use it for any commercial/business purpose) can be downloaded from the following link – https://drive.google.com/file/d/0B2vqFbCIJR_USXBzNVZYZGloOVU/view?usp=sharing&resourcekey=0-VeauEhR0L3NE7mIvRsDixw The downloaded image name will be ‘woir.vdi’. Create a New Virtual Machine…
Read more


January 26, 2017 0

Steps to Install one box setup of Hadoop

Install Virtual Box ( follow the steps ) on your computer. http://www.htpcbeginner.com/install-virtualbox-on-windows/ Once the Virtual Box is installed Download the VM ( please see the license terms and conditions to use it for any commercial/business purpose). The downloaded image name will be ‘Ubuntu-cvr-2.vdi’. Create a New Virtual Machine in VirtualBox using the uncompressed VDI file as…
Read more


December 9, 2016 0