Posts

Showing posts from December, 2017

why big data and Excel are Friends?

Image
hello, that is onlineitguru, now am going to provide an explanation for how MS Excel and big facts have become buddies, one of the principal things that happened are how excel reached so many customers, with a big set of customers. ok, it's miles quality then what flawlessly is large facts. it is unlucky that some things have come up with harsh exceptional methods to apprehend the how “huge data” is described. We came to recognise that already, massive information changed into working on thousand rows of statistics. And we've recognised from vendors who appeal to do large statistics for decades and no longer see it as some thing up to date.the big variety of Interpretation in a few instances reminds us of the vintage version of the blind men and an Elephant whilst a set of people touches an elephant to know what it's far, that everybody feels a brand new part, but an handiest single component, referred to as the tail or tusk. and then examine writings and rese...

Explain about HIVE?

Hive is an information distribution center Software based on the highest point of Hadoop for inquiry, Data Summary and examination. It is a SQL like interface to question information put away as information bases and the record frameworks that incorporate with Hadoop. Hive gives fundamental SQ L reflection to coordinate inquiries like HIVE SQL which does the w questions with bring down level of API. Since a large number of the information product lodging application works with SQL based questioning dialects , Hive has an element of transportability of SQL – based application to hadoop. Know more at Big Data Hadoop  online Training Contrasting of Hive and Traditional Data Bases :  In view of SQL, Hive QL does not entirely take after Full SQL - 92 Standard . It offers an augmentations that are not in SQL which incorporates Multi table embeds and make table as select , however this offers just the fundamental help for lists .It does not have the help for emerged perspectives...

Explain about HDFS?

Image
 Drawbacks of Distributed File System:  A Distributed document framework stores and procedures the information successively In a system, in the event that one record lost, whole document framework will be crumpled  Execution diminish if there is an expansion in number of clients to that documents framework To defeat this issue, HDFS was presented Hadoop Distributed File System: HDFS is a Hadoop distributed file system which provides high performance access to data across Hadoop Clusters.  It stores huge amount of data across multiple machines and provides easier access for processing.  This file system was designed to have high Fault Tolerant which enables rapid transfer of data between compute nodes and enables the hadoop system to continue if a node fails.  When HDFS loads    the data, it breaks the data   into separate pieces and distributes them across different nodes in a cluster, which allows parallel processing ...