Industrial Training Report
Industrial Training Report
Partial Fulfilment of
B. Tech – Computer Science and Engineering
In
Industrial Training with I-Medita Learning Solutions Pvt. Ltd
From 22.06.2016 to 06.07.2016
By
CHETAN RUPAREL
Reg. No. : RA1411003010397
Report Submitted to : Mrs. S.P.Kanmani
(Class-In-Charge)
Department of Computer Science and Engineering
SRM University, School of Computing, Faculty of Engineering and
Technology, Kattankulathur – 603203, Kancheepuram Dist., Chennai,
Tamil Nadu
ACKNOWLEDGEMENT
I would like to take this opportunity to thank the Director of E&T, Dr. Muthamizchelvan and
Head of Department of Computer Science and Engineering, Dr. B. Amutha , for making the
Industrial Training a part of the curriculum and possible for the students.
I would like to express my special thanks of gratitude to my teacher Mr. S. Sundar Pandian
and Mr. Venkata Sudhann as well as ibnc and I-Medita team who gave me the golden
opportunity to do this wonderful project on the topic, Big Data Hadoop and Cloud
Computing , which also helped me in doing a lot of Research and I came to know about so
many new things I am really thankful to them.
About The Company
I-Medita, is an ISO 9001:2008 certified Training, development and placement Company registered by Ministry of
Corporate affairs as an Educational Service Provider. I-Medita is also a Cisco Registered Partner.
We help in providing industry oriented skilled training to students and professionals to kick start their career in various
domains. Our efforts are to keep momentum with the Industry technological demands and diversifying universe of
knowledge.
Our AIM:
• Holistic development of Individuals.
• Imparting appropriate skills that enable students to be employable.
I-Medita is a Global firm offering various Educational training services across the globe. We provide Technical Hand on
Training to Colleges, Universities and we also run Training Program at our Pune Main Office.
In last Two-Year of Existence, we have trained more than 16000+ students from various colleges at Pan India Level through
our Unique Hands-on workshops and we are also trusted by more than 200 Colleges for various kinds of Training in their
campuses.
TRAINING DETAILS
Company: I-Medita Learning Solutions Pvt. Ltd.
Branch: Chennai
Technology: Big Data, Hadoop and Cloud Computing
Time Duration: 15 days
Time Period: 22 June 2016 to 06 July 2016
Trainers: Mr. Sundar Pandian and Mr. Venkata Sudyan
TABLE OF CONTENTS
S. No
Title
Page No:
1.
Big Data
1.4 Cassandra
15
1.5 MongoDB
17
1.6 Spark
18
1.7 Hive
19
1.8 Pig
23
2.
Cloud Computing using Amazon Web Services
2.1 Virtuaization
24
2.9 RDS
26
• Installation
The steps which I used for installation on hadoop on ubuntu linux 14.04 are:-
STEP:
1.GO TO VMWARE WORKSTATION.
2.OPEN UPUNDU LINUX MACHINE
3.DRAG AND PLACE THE TERMINAL FROM FILE MENU.
4.GO TO TERMINAL AND TYPE THE FOLLOWING COMMANDS
export HADOOP_PREFIX=/usr/local/hadoop
export PATH=$PATH:$HADOOP_PREFIX/bin
save it
exec bash
sudo vi /usr/local/hadoop/conf/core-site.xml
<property>
<name>fs.default.name</name>
<value>hdfs://192.168.68.128:10001</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/usr/local/hadoop/tmp</value
</property>
save it and exit
sudo vi /usr/local/hadoop/conf/hadoop-env.sh
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
export HADOOP_OPTS=-Djava.net.preferIPv4Stack=true
sudo vi /usr/local/hadoop/conf/mapred-site.xml
<property>
<name>mapred.job.tracker</name>
<value>192.168.68.128:10002</value>
</property>
jps
start-all.sh
jps