Monthly Archives: January 2016

Hadoop: How many people belong to each state, using PIG?

Follow my previous article to move sample data file to HDFS http://wp.me/p2oyUE-IW Start pig Grunt Execute blow Statement

Posted in Big Data, Hadoop

How to Install Eclipsec

Download Eclipsec IDE for JAVA from http://www.eclipse.org/downloads/ depend on your requirement. In my case I downloaded windows 64Bit “Eclipsec IDE for JAVA Developers” Extract the downloaded package and put it under “D:\EclipseForJava” Double click on “eclipsec” application to open the

Posted in Big Data, Hadoop

Hadoop: How many people belong to each state, using HIVE?

Prepare sample file Move sample file to Hadoop server Create the users directory on HDFS by using the following command Directory created on HDFS Now move local file to HDFS directory by using below command hadoop fs -copyFromLocal ‘/home/cloudera/Adil/Hive/People.txt’ ‘/user/cloudera/People/’

Posted in Big Data, Hadoop

Connection Profile Using Teradata Studio

Open Tedadata Studio Express Create new Data Connection Select Teradata Database, Enter Name and Press <Next> Enter Required information and Test connection Database server name: TD-EXPRESS User Name: dbc Password: dbc If all the information correct, you will receive success

Posted in Teradata