Posts

Showing posts with the label Hadoop
Image
Difference Between NoSql Cassandra and Apache Hadoop What is Cassandra? Cassandra is the NoSql Database and it handles the more amount of data between multiple servers. It serves data from database to online transactional applications and business intelligence because cassandra is the open source database. Cassandra created by facebook and designed for peer to peer nodes. It partitions the data across hadoop cluster and counts the copy of data from the database. What is Hadoop? Hadoop is an open source framework which is used to store large amount of data sets.Hadoop is provided for data storage,data access,data processing and security operations. Many organizations are used hadoop for storage purpose because Hadoop storing large amount of data quickly. Difference Between NoSql Cassandra and Apache Hadoop: S.No NoSql Cassandra Apache Hadoop 1 Cassandra is the no NoSql database and mainly used for architecture and handle more amount of data between multiple ...
Image
CAP Theorem in Hadoop What is CAP Theorem? CAP theorem is designed for distributed file systems(collection of interconnected nodes).CAP Theorem also known as Brewer’s theorem and used to distributed consistency.It contains follwing three technical terms for distributed systems. C  – Consistency A  – Availability P  – Partition Tolerance Consistency: When you read data it will give same data how many times read and server send response each and every request but systems always consistent when read data.(all node having same data) Availability: It means all requests give response and no error accured in this systems. Partition Tolerance: All functions run all time when more nodes not responsive and commnication break between two nodes Distributed systems statisfy any two terms only and not satisfy three terms Selecting Two options in CAP Theorem: CP – Consistency/Partition Tolerance: It wait for response form partioned nodes and that ...
Image
What is MapReduce in Hadoop? MapReduce  is the one of the processing tool of Hadoop and it processing large amount of data.It divides a main tasks into subtasks and it processing at parallel.Programmers are written program at MapReduce and its automattically parallelized.Mapreduce having one component called driver and it used to initializing job to mapreduce.MapReduce contains follwing tasks 1.Map 2.Reduce Click Here to Read Full Article
Image
Top Two Use Cases of Hadoop Introduction: In this world many companies are using Hadoop for data storage because  Hadoop storing and analysing large amount of data.Main services of hadoop is stores any type of data from any source.Here we will discuss about main use cases of hadoop. Top Two Use Cases of Hadoop are 1.Financial Service Use Case 2.Healthcare Use Case Click Here to Read Full Article
Image
Hadoop Cluster Architecture and Core Components What is Hadoop Cluster? Cluster means Many Computers are worked together as one system.Hadoop Cluster means Computer Cluster used at Hadoop. Hadoop Cluster Mainly designed for storing large amount of unstructed data in Distributed file systems. It referred as “Shared Nothing” Systems and shared data between nodes. Hadoop Clusters are Arranged in racks and it having three nodes which is worker node,master node and Client nodes. Hadoop Cluster Architecture: Hadoop Cluster Having 110 racks and that racks having slave machines. One Rack Switch are placed on top of the Each rack Slave Machines are connected as cables which connected on rack switch. Rack Switch contains 80 Ports NameNode and Job tracker of hadoop cluster are refered as slaves only. Components of Hadoop: Hadoop Cluster has three core Components Client Master Slave Client: Main purpose of Client are submitted the Ma...
Image
Scope of Hadoop Introduction: The Most Reasons to learn Hadoop is to boost your career in Information technology .Most of the people are looking forward in making their career in Hadoop .In this article we discuss about the scope of Hadoop. Hadoop: Hadoop is an open source software framework that stores data and can run applications on clusters of commodity hardware. Hadoop has the ability to handle large set of structured and unstructured data than the traditional enterprise data warehouse. Career with Hadoop: Top companies looking for people with hadoop skills. Hadoop is a good skill for IT professionals with database management experience to pursue . Freshers who can show their expertise in Hadoop through hands-on project experience are hired easily. Hadoop has the main potential to improve job opportunities whether you are a fresher or an experienced professional. Hadoop is a booming trend right now and many developing sta...