#3,096 in Computers & technology books

Reddit mentions of Hadoop

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Hadoop. Here are the top ones.

Hadoop
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Weight1.6 Pounds
Width1.04 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Hadoop:

u/Temujin_123 ยท 3 pointsr/learnprogramming

Books (WARNING: these may be a bit dated since this field is changing quite rapidly):

  1. Recognition that your data and your queries have attributes and requirements INDEPENDENT of any storage solution. You need to understand those FIRST before you can talk about what kind of database engine to store it in. That and it opened up the idea that 3NF isn't always the best idea (and sometimes can be the worst thing to do to your data).

  2. (This is where the term 'Big Data' starts to come in). NoSQL often is tightly coupled with distributed computing. That's because the size/volume of certain datasets simply cannot be practically stored on a single physical server. So you have to focus on ways to send your code to the data rather than the other way around.

    And often, there's no reason to use Hadoop/Mongo/Cassandra/etc. when your dataset doesn't call for it. Use the right tool for the job.

    The books are just starting points too. Look in the chapter notes to find a wealth of links to original papers and essays like so: