• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Data Types

Any kind of data can be stored into Hadoop i.e Be it structured, unstructed or semi-structured

structures

Processing

Hadoop allows us to process the data which is distributed across the cluster in a parallel fashion.

distrubuted

Schema on Read

Hadoop follws 'schema on read' policy.



Write once read many environment (WORN)


Read/write speed

The writes are fast in HDFS because no schema validation happens during HDFS write.

Cost

Hadoop is an open source framework

Best Fit Use Case

Hadopp is used for Data discovery, ELT, data analytics or OLAP systems.