FileMood

Download [FreeTutorials.us] the-ultimate-hands-on-hadoop-tame-your-big-data

FreeTutorials us the ultimate hands on hadoop tame your big data

Name

[FreeTutorials.us] the-ultimate-hands-on-hadoop-tame-your-big-data

 DOWNLOAD Copy Link

Total Size

2.7 GB

Total Files

99

Hash

C70EA70A001F20D3635D622D37A79DBE112252A9

/01 Learn all the buzzwords And install Hadoop/

001 Activity Introduction and install Hadoop on your desktop.mp4

115.9 MB

002 Hadoop Overview and History.mp4

31.8 MB

003 Overview of the Hadoop Ecosystem.mp4

92.8 MB

004 Tips for Using This Course.mp4

17.7 MB

/.../001 Activity Introduction and install Hadoop on your desktop/

VirtualBoxTroubleshooting.pdf

344.2 KB

/.../004 Tips for Using This Course/

HadoopCourseTips.pdf

581.6 KB

/02 Using Hadoops Core HDFS and MapReduce/

005 HDFS What it is and how it works.mp4

33.0 MB

006 Activity Install the MovieLens dataset into HDFS using the Ambari UI.mp4

30.6 MB

007 Activity Install the MovieLens dataset into HDFS using the command line.mp4

34.8 MB

008 MapReduce What it is and how it works.mp4

22.2 MB

009 How MapReduce distributes processing.mp4

29.0 MB

010 MapReduce example Break down movie ratings by rating score.mp4

25.5 MB

011 Activity Installing Python MRJob and nano.mp4

29.4 MB

012 Activity Code up the ratings histogram MapReduce job and run it.mp4

17.8 MB

013 Exercise Rank movies by their popularity.mp4

14.5 MB

014 Activity Check your results against mine.mp4

35.4 MB

/03 Programming Hadoop with Pig/

015 Introducing Ambari.mp4

30.1 MB

016 Introducing Pig.mp4

30.7 MB

017 Example Find the oldest movie with a 5-star rating using Pig.mp4

36.1 MB

018 Activity Find old 5-star movies with Pig.mp4

28.8 MB

019 More Pig Latin.mp4

15.2 MB

020 Exercise Find the most-rated one-star movie.mp4

4.0 MB

021 Pig Challenge Compare Your Results to Mine.mp4

30.7 MB

/04 Programming Hadoop with Spark/

022 Why Spark.mp4

32.1 MB

023 The Resilient Distributed Dataset RDD.mp4

19.0 MB

024 Activity Find the movie with the lowest average rating - with RDDs.mp4

53.4 MB

025 Datasets and Spark 2.0.mp4

13.0 MB

026 Activity Find the movie with the lowest average rating - with DataFrames.mp4

33.8 MB

027 Activity Movie recommendations with MLLib.mp4

46.9 MB

028 Exercise Filter the lowest-rated movies by number of ratings.mp4

6.2 MB

029 Activity Check your results against mine.mp4

40.6 MB

/05 Using relational data stores with Hadoop/

030 What is Hive.mp4

17.2 MB

031 Activity Use Hive to find the most popular movie.mp4

25.0 MB

032 How Hive works.mp4

16.7 MB

033 Exercise Use Hive to find the movie with the highest average rating.mp4

3.6 MB

034 Compare your solution to mine..mp4

8.9 MB

035 Integrating MySQL with Hadoop.mp4

14.6 MB

036 Activity Install MySQL and import our movie data.mp4

24.0 MB

037 Activity Use Sqoop to import data from MySQL to HFDSHive.mp4

22.6 MB

038 Activity Use Sqoop to export data from Hadoop to MySQL.mp4

23.8 MB

/06 Using non-relational data stores with Hadoop/

039 Why NoSQL.mp4

54.0 MB

040 What is HBase.mp4

23.4 MB

041 Activity Import movie ratings into HBase.mp4

32.4 MB

042 Activity Use HBase with Pig to import data at scale..mp4

35.2 MB

043 Cassandra overview.mp4

33.6 MB

044 Activity Installing Cassandra.mp4

38.6 MB

045 Activity Write Spark output into Cassandra.mp4

35.3 MB

046 MongoDB overview.mp4

35.8 MB

047 Activity Install MongoDB and integrate Spark with MongoDB.mp4

41.9 MB

048 Activity Using the MongoDB shell.mp4

24.4 MB

049 Choosing a database technology.mp4

59.7 MB

050 Exercise Choose a database for a given problem.mp4

17.7 MB

/07 Querying your Data Interactively/

051 Overview of Drill.mp4

32.0 MB

052 Activity Setting up Drill.mp4

35.7 MB

053 Activity Querying across multiple databases with Drill.mp4

15.0 MB

054 Overview of Phoenix.mp4

17.4 MB

055 Activity Install Phoenix and query HBase with it.mp4

20.7 MB

056 Activity Integrate Phoenix with Pig.mp4

36.0 MB

057 Overview of Presto.mp4

23.6 MB

058 Activity Install Presto and query Hive with it..mp4

44.3 MB

059 Activity Query both Cassandra and Hive using Presto..mp4

36.3 MB

/08 Managing your Cluster/

060 YARN explained.mp4

25.6 MB

061 Tez explained.mp4

9.0 MB

062 Activity Use Hive on Tez and measure the performance benefit.mp4

29.6 MB

063 Mesos explained.mp4

27.2 MB

064 ZooKeeper explained.mp4

24.0 MB

065 Activity Simulating a failing master with ZooKeeper.mp4

19.7 MB

066 Oozie explained.mp4

22.5 MB

067 Activity Set up a simple Oozie workflow.mp4

43.2 MB

068 Zeppelin overview.mp4

22.2 MB

069 Activity Use Zeppelin to analyze movie ratings part 1.mp4

25.5 MB

070 Activity Use Zeppelin to analyze movie ratings part 2.mp4

25.7 MB

071 Hue overview.mp4

16.9 MB

072 Other technologies worth mentioning.mp4

17.1 MB

/09 Feeding Data to your Cluster/

073 Kafka explained.mp4

26.5 MB

074 Activity Setting up Kafka and publishing some data..mp4

20.1 MB

075 Activity Publishing web logs with Kafka.mp4

33.1 MB

076 Flume explained.mp4

18.5 MB

077 Activity Set up Flume and publish logs with it..mp4

19.9 MB

078 Activity Set up Flume to monitor a directory and store its data in HDFS.mp4

32.1 MB

/10 Analyzing Streams of Data/

079 Spark Streaming Introduction.mp4

33.5 MB

080 Activity Analyze web logs published with Flume using Spark Streaming.mp4

42.2 MB

081 Exercise Monitor Flume-published logs for errors in real time.mp4

26.2 MB

082 Exercise solution Aggregating HTTP access codes with Spark Streaming.mp4

15.7 MB

083 Apache Storm Introduction.mp4

17.3 MB

084 Activity Count words with Storm.mp4

46.7 MB

085 Flink An Overview.mp4

12.9 MB

086 Activity Counting words with Flink.mp4

42.6 MB

/11 Designing Real-World Systems/

087 The Best of the Rest.mp4

17.0 MB

088 Review How the pieces fit together.mp4

22.9 MB

089 Understanding your requirements.mp4

15.0 MB

090 Sample application consume webserver logs and keep track of top-sellers.mp4

19.1 MB

091 Sample application serving movie recommendations to a website.mp4

20.7 MB

092 Exercise Design a system to report web sessions per day.mp4

5.1 MB

093 Exercise solution Design a system to count daily sessions.mp4

14.8 MB

/12 Learning More/

094 Books and online resources.mp4

63.0 MB

095 Bonus lecture Discounts on my other big data data science courses.mp4

10.6 MB

/

[FreeTutorials.us].txt

0.1 KB

[FreeTutorials.us].url

0.1 KB

 

Total files 99


Copyright © 2024 FileMood.com