UrbanPro
true
Ramu J Big Data trainer in Hyderabad

Ramu J

Trainer

Sanjeeva Reddy Nagar, Hyderabad, India - 500038.

13 Students

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Ramu J

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

Summary:
â?¢ Over 8 years of professional IT experience with 4+ years of experience in Big Data and Hadoop eco-system along with Spark.
â?¢ Experience in requirement gathering, designing, developing, testing, implementing and maintaining systems. Experience in all phases of the Software Development Life Cycle(SDLC).
â?¢ Expertise in Hadoop architecture and its various components â?? Hadoop File System HDFS, MapReduce, Name Node, Data Node, Job Tracker, Task Tracker, Secondary Name Node and YARN.
â?¢ Expertise in developing and implementing big data solutions and data mining applications on Hadoop using Hive Hive2, PIG, Spark, Sqoop, Impala, HUI ,HBase and Oozie workflows.
â?¢ Expertise in working with HUI (Hadoop user interface) and used to develop project and testing.
â?¢ Expertise in Hadoop testing by using the Hadoop user interface.
â?¢ Having POC Experience in Spark with Single RDD, Pair RDD and DStream .
â?¢ Extensive expertise in Extracting and Loading data to various databases including Oracle, MS SQL Server, Teradata, Flat files, XML files.
â?¢ Extensive expertise in developing XSD, XSLT and preparing XML files compatible to the xsd to parse the xml data into flat files to process into HDFS.
â?¢ Developed Avro Schema to create the Avro and parquet tables in the hive by using the Avro schema URL.
â?¢ Good Experience in working with SerDeâ??s like Avro Format, Parquet format data.
â?¢ Good Experience in developing a report by using hive Queries, hive UDFâ??s and also prepared Pig Sc

Languages Spoken

Telugu

Tamil

Hindi

English

Education

dravidian university 2009

Master of Computer Applications (M.C.A.)

Address

Sanjeeva Reddy Nagar, Hyderabad, India - 500038

Verified Info

Phone Verified

Email Verified

Facebook Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Big Data Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Big Data Training

12

Big Data Technology

Hadoop

Teaching Experience in detail in Big Data Training

Teaching experience: Over 8 years of professional Trainer and 6 years IT experience with 3+ years of experience in Big Data and Hadoop eco-system along with Spark. I will be providing support work if required for those who joined in the IT field as Hadoop/spark/bigdata developer. Hadoop Training Course Content Introduction to Hadoop • High Availability • Scaling • Advantages and Challenges Introduction to Big Data • What is Big data • Big Data opportunities • Big Data Challenges • Characteristics of Big data Introduction to Hadoop • Hadoop Distributed File System • Comparing Hadoop & SQL. • Industries using Hadoop. • Data Locality. • Hadoop Architecture. • Map Reduce & HDFS. • Using the Hadoop single node image (Clone). The Hadoop Distributed File System (HDFS) • HDFS Design & Concepts • Blocks, Name nodes and Data nodes • HDFS High-Availability and HDFS Federation. • Hadoop DFS The Command-Line Interface • Basic File System Operations • Anatomy of File Read • Anatomy of File Write • Block Placement Policy and Modes • More detailed explanation about Configuration files. • Metadata, FS image, Edit log, Secondary Name Node and Safe Mode. • How to add New Data Node dynamically. • How to decommission a Data Node dynamically (Without stopping cluster). • FSCK Utility. (Block report). • How to override default configuration at system level and Programming level. • HDFS Federation. • ZOOKEEPER Leader Election Algorithm. • Exercise and small use case on HDFS. Map Reduce • Functional Programming Basics. • Map and Reduce Basics • How Map Reduce Works • Anatomy of a Map Reduce Job Run • Legacy Architecture ->Job Submission, Job Initialization, Task Assignment, Task Execution, Progress and Status Updates • Job Completion, Failures • Shuffling and Sorting • Splits, Record reader, Partition, Types of partitions & Combiner • Optimization Techniques -> Speculative Execution, JVM Reuse and No. Slots. • Types of Schedulers and Counters. • Comparisons between Old and New API at code and Architecture Level. • Getting the data from RDBMS into HDFS using Custom data types. • Distributed Cache and Hadoop Streaming (Python, Ruby and R). • YARN. • Sequential Files and Map Files. • Enabling Compression Codec’s. • Map side Join with distributed Cache. • Types of I/O Formats: Multiple outputs, NLINEinputformat. • Handling small files using CombineFileInputFormat. Map/Reduce Programming – Java Programming • Hands on “Word Count” in Map/Reduce in standalone and Pseudo distribution Mode. • Sorting files using Hadoop Configuration API discussion • Emulating “grep” for searching inside a file in Hadoop • DBInput Format • Job Dependency API discussion • Input Format API discussion • Input Split API discussion • Custom Data type creation in Hadoop. NOSQL • ACID in RDBMS and BASE in NoSQL. • CAP Theorem and Types of Consistency. • Types of NoSQL Databases in detail. • Columnar Databases in Detail (HBASE and CASSANDRA). • TTL, Bloom Filters and Compensation. HBase • HBase Installation • HBase concepts • HBase Data Model and Comparison between RDBMS and NOSQL. • Master & Region Servers. • HBase Operations (DDL and DML) through Shell and Programming and HBase Architecture. • Catalog Tables. • Block Cache and sharding. • SPLITS. • DATA Modeling (Sequential, Salted, Promoted and Random Keys). • JAVA API’s and Rest Interface. • Client Side Buffering and Process 1 million records using Client side Buffering. • HBASE Counters. • Enabling Replication and HBASE RAW Scans. • HBASE Filters. • Bulk Loading and Coprocessors (Endpoints and Observers with programs). • Real world use case consisting of HDFS,MR and HBASE. Hive • Installation • Introduction and Architecture. • Hive Services, Hive Shell, Hive Server and Hive Web Interface (HWI) • Meta store • Hive QL • OLTP vs. OLAP • Working with Tables. • Primitive data types and complex data types. • Working with Partitions. • User Defined Functions • Hive Bucketed Tables and Sampling. • External partitioned tables, Map the data to the partition in the table, Writing the output of one query to another table, Multiple inserts • Dynamic Partition • Differences between ORDER BY, DISTRIBUTE BY and SORT BY. • Bucketing and Sorted Bucketing with Dynamic partition. • RC File. • INDEXES and VIEWS. • MAPSIDE JOINS. • Compression on hive tables and Migrating Hive tables. • Dynamic substation of Hive and Different ways of running Hive • How to enable Update in HIVE. • Log Analysis on Hive. • Access HBASE tables using Hive. • Hands on Exercises Pig • Installation • Execution Types • Grunt Shell • Pig Latin • Data Processing • Schema on read • Primitive data types and complex data types. • Tuple schema, BAG Schema and MAP Schema. • Loading and Storing • Filtering • Grouping & Joining • Debugging commands (Illustrate and Explain). • Validations in PIG. • Type casting in PIG. • Working with Functions • User Defined Functions • Types of JOINS in pig and Replicated Join in detail. • SPLITS and Multiquery execution. • Error Handling, FLATTEN and ORDER BY. • Parameter Substitution. • Nested For Each. • User Defined Functions, Dynamic Invokers and Macros. • How to access HBASE using PIG. • How to Load and Write JSON DATA using PIG. • Piggy Bank. • Hands on Exercises SQOOP • Installation • Import Data.(Full table, Only Subset, Target Directory, protecting Password, file format other than CSV,Compressing,Control Parallelism, All tables Import) • Incremental Import(Import only New data, Last Imported data, storing Password in Metastore, Sharing Metastore between Sqoop Clients) • Free Form Query Import • Export data to RDBMS,HIVE and HBASE • Hands on Exercises. HCATALOG. • Installation. • Introduction to HCATALOG. • About Hcatalog with PIG,HIVE and MR. • Hands on Exercises. FLUME • Installation • Introduction to Flume • Flume Agents: Sources, Channels and Sinks • Log User information using Java program in to HDFS using LOG4J and Avro Source • Log User information using Java program in to HDFS using Tail Source • Log User information using Java program in to HBASE using LOG4J and Avro Source • Log User information using Java program in to HBASE using Tail Source • Flume Commands • Use case of Flume: Flume the data from twitter in to HDFS and HBASE. Do some analysis using HIVE and PIG More Ecosystems • HUE.( Cloudera). Oozie • Workflow (Action, Start, Action, End, Kill, Join and Fork), Schedulers, Coordinators and Bundles. • Workflow to show how to schedule Sqoop Job, Hive, MR and PIG. • Real world Use case which will find the top websites used by users of certain ages and will be scheduled to run for every one hour. • Zoo Keeper • HBASE Integration with HIVE and PIG. • Phoenix • Proof of concept (POC).

Reviews (5)

4.4 out of 5 5 reviews

Ramu J https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/1691519-small.jpg Sanjeeva Reddy Nagar
4.4055
Ramu J
S

Hadoop

"As I am taking course from last 1 and half month I have learned so many new things. Like hive,pig,sqoop. I got an idea of all these things. He will be telling us oozie and spark as well. It was very good experience. I learned so many things. He has explained everything very clearly. He has cleared all doubts regularly. "

Ramu J
G

Hadoop

"Good trainer for beginners, trying hard for the students and clarifying doubt then and there, easy to follow his class. "

Ramu J
S

Hadoop

"The training was good. I feel there should be a two days revision so that we get to know all the things "

Ramu J
R

Hadoop

"No one can teach Big Data Concepts like Ramu Sir. He is excellent. I attended many training institutes to learn Hadoop. I got satisfied only with Ramu Sir's teaching. Ramu has great patience. If we don't understand any topic, he gives very good examples to makes us understand. If anyone wants to learn Hadoop, I would confidently say attend Ramu Sir's without any second opinion. "

Have you attended any class with Ramu?

FAQs

1. Which classes do you teach?

I teach Big Data Class.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 12 years.

Teaches

Big Data Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Big Data Training

12

Big Data Technology

Hadoop

Teaching Experience in detail in Big Data Training

Teaching experience: Over 8 years of professional Trainer and 6 years IT experience with 3+ years of experience in Big Data and Hadoop eco-system along with Spark. I will be providing support work if required for those who joined in the IT field as Hadoop/spark/bigdata developer. Hadoop Training Course Content Introduction to Hadoop • High Availability • Scaling • Advantages and Challenges Introduction to Big Data • What is Big data • Big Data opportunities • Big Data Challenges • Characteristics of Big data Introduction to Hadoop • Hadoop Distributed File System • Comparing Hadoop & SQL. • Industries using Hadoop. • Data Locality. • Hadoop Architecture. • Map Reduce & HDFS. • Using the Hadoop single node image (Clone). The Hadoop Distributed File System (HDFS) • HDFS Design & Concepts • Blocks, Name nodes and Data nodes • HDFS High-Availability and HDFS Federation. • Hadoop DFS The Command-Line Interface • Basic File System Operations • Anatomy of File Read • Anatomy of File Write • Block Placement Policy and Modes • More detailed explanation about Configuration files. • Metadata, FS image, Edit log, Secondary Name Node and Safe Mode. • How to add New Data Node dynamically. • How to decommission a Data Node dynamically (Without stopping cluster). • FSCK Utility. (Block report). • How to override default configuration at system level and Programming level. • HDFS Federation. • ZOOKEEPER Leader Election Algorithm. • Exercise and small use case on HDFS. Map Reduce • Functional Programming Basics. • Map and Reduce Basics • How Map Reduce Works • Anatomy of a Map Reduce Job Run • Legacy Architecture ->Job Submission, Job Initialization, Task Assignment, Task Execution, Progress and Status Updates • Job Completion, Failures • Shuffling and Sorting • Splits, Record reader, Partition, Types of partitions & Combiner • Optimization Techniques -> Speculative Execution, JVM Reuse and No. Slots. • Types of Schedulers and Counters. • Comparisons between Old and New API at code and Architecture Level. • Getting the data from RDBMS into HDFS using Custom data types. • Distributed Cache and Hadoop Streaming (Python, Ruby and R). • YARN. • Sequential Files and Map Files. • Enabling Compression Codec’s. • Map side Join with distributed Cache. • Types of I/O Formats: Multiple outputs, NLINEinputformat. • Handling small files using CombineFileInputFormat. Map/Reduce Programming – Java Programming • Hands on “Word Count” in Map/Reduce in standalone and Pseudo distribution Mode. • Sorting files using Hadoop Configuration API discussion • Emulating “grep” for searching inside a file in Hadoop • DBInput Format • Job Dependency API discussion • Input Format API discussion • Input Split API discussion • Custom Data type creation in Hadoop. NOSQL • ACID in RDBMS and BASE in NoSQL. • CAP Theorem and Types of Consistency. • Types of NoSQL Databases in detail. • Columnar Databases in Detail (HBASE and CASSANDRA). • TTL, Bloom Filters and Compensation. HBase • HBase Installation • HBase concepts • HBase Data Model and Comparison between RDBMS and NOSQL. • Master & Region Servers. • HBase Operations (DDL and DML) through Shell and Programming and HBase Architecture. • Catalog Tables. • Block Cache and sharding. • SPLITS. • DATA Modeling (Sequential, Salted, Promoted and Random Keys). • JAVA API’s and Rest Interface. • Client Side Buffering and Process 1 million records using Client side Buffering. • HBASE Counters. • Enabling Replication and HBASE RAW Scans. • HBASE Filters. • Bulk Loading and Coprocessors (Endpoints and Observers with programs). • Real world use case consisting of HDFS,MR and HBASE. Hive • Installation • Introduction and Architecture. • Hive Services, Hive Shell, Hive Server and Hive Web Interface (HWI) • Meta store • Hive QL • OLTP vs. OLAP • Working with Tables. • Primitive data types and complex data types. • Working with Partitions. • User Defined Functions • Hive Bucketed Tables and Sampling. • External partitioned tables, Map the data to the partition in the table, Writing the output of one query to another table, Multiple inserts • Dynamic Partition • Differences between ORDER BY, DISTRIBUTE BY and SORT BY. • Bucketing and Sorted Bucketing with Dynamic partition. • RC File. • INDEXES and VIEWS. • MAPSIDE JOINS. • Compression on hive tables and Migrating Hive tables. • Dynamic substation of Hive and Different ways of running Hive • How to enable Update in HIVE. • Log Analysis on Hive. • Access HBASE tables using Hive. • Hands on Exercises Pig • Installation • Execution Types • Grunt Shell • Pig Latin • Data Processing • Schema on read • Primitive data types and complex data types. • Tuple schema, BAG Schema and MAP Schema. • Loading and Storing • Filtering • Grouping & Joining • Debugging commands (Illustrate and Explain). • Validations in PIG. • Type casting in PIG. • Working with Functions • User Defined Functions • Types of JOINS in pig and Replicated Join in detail. • SPLITS and Multiquery execution. • Error Handling, FLATTEN and ORDER BY. • Parameter Substitution. • Nested For Each. • User Defined Functions, Dynamic Invokers and Macros. • How to access HBASE using PIG. • How to Load and Write JSON DATA using PIG. • Piggy Bank. • Hands on Exercises SQOOP • Installation • Import Data.(Full table, Only Subset, Target Directory, protecting Password, file format other than CSV,Compressing,Control Parallelism, All tables Import) • Incremental Import(Import only New data, Last Imported data, storing Password in Metastore, Sharing Metastore between Sqoop Clients) • Free Form Query Import • Export data to RDBMS,HIVE and HBASE • Hands on Exercises. HCATALOG. • Installation. • Introduction to HCATALOG. • About Hcatalog with PIG,HIVE and MR. • Hands on Exercises. FLUME • Installation • Introduction to Flume • Flume Agents: Sources, Channels and Sinks • Log User information using Java program in to HDFS using LOG4J and Avro Source • Log User information using Java program in to HDFS using Tail Source • Log User information using Java program in to HBASE using LOG4J and Avro Source • Log User information using Java program in to HBASE using Tail Source • Flume Commands • Use case of Flume: Flume the data from twitter in to HDFS and HBASE. Do some analysis using HIVE and PIG More Ecosystems • HUE.( Cloudera). Oozie • Workflow (Action, Start, Action, End, Kill, Join and Fork), Schedulers, Coordinators and Bundles. • Workflow to show how to schedule Sqoop Job, Hive, MR and PIG. • Real world Use case which will find the top websites used by users of certain ages and will be scheduled to run for every one hour. • Zoo Keeper • HBASE Integration with HIVE and PIG. • Phoenix • Proof of concept (POC).

Ramu J describes himself as Trainer. He conducts classes in Big Data. Ramu is located in Sanjeeva Reddy Nagar, Hyderabad. Ramu takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 12 years of teaching experience . Ramu has completed Master of Computer Applications (M.C.A.) from dravidian university in 2009. He is well versed in Telugu, Tamil, Hindi and English. Ramu has got 5 reviews till now with 100% positive feedback.

X

Share this Profile

Recommended Profiles

Naga S.

Naga S. photo Cyberabad Police Commissionerate, Hyderabad

Arunkumar Bandari

Arunkumar Bandari photo Jeedimetla, Hyderabad

Veer Nagaraju

Veer Nagaraju photo Kukatpally, Hyderabad

KC Nag

KC Nag photo Chanda Nagar, Hyderabad

Naga D.

Naga D. photo APHB Colony, Hyderabad

Nageswar Rao

Nageswar Rao photo Sri Nagar Colony, Hyderabad

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more