Category: Big Data

Name of Innovation

Hadoop Word Count Problem

Few basics in Unix – UNIX TUTORIAL How to check if a process is running or not # ps -eaf | grep ‘java’  will list down all the process which uses java How to kill a process forcefully # ps -eaf | grep ‘java’ The above command shows the process ids of the process which…
Read more


February 3, 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