Category: NoSQL

Name of Innovation

HBase Commands

./bin/hbase shell woir> list woir> status woir> version woir> table_help woir> whoami woir> create ‘woir’, ‘family data’, ’work data’ woir> disable ‘woir’ woir> is_disabled ‘table name’ woir> is_disabled ‘woir’ woir> disable_all ‘amar.*’ woir> enable ‘woir’ woir> scan ‘woir’ woir> is_enabled ‘table name’ woir> is_enabled ‘woir’ woir> describe ‘woir’ woir> alter ‘woir’, NAME => ‘family data’,…
Read more


May 17, 2017 0

Elasticsearch, logstash and Kibana

Start Desk Top   Login as woir Click on the right top corner and Chose Hadoop User. Enter password – <your password> Click on the Top Left Ubuntu Button and search for the terminal and click on it. You should see something similar as below Start all the services- cd /home/woir Start elasticsearch /home/woir/start_elasticsearch.sh Check – open…
Read more


February 3, 2017 0

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

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