Giter Site home page Giter Site logo

bi_bigdata_2_hivedatasetanalysis's Introduction

BI_BigData_2_HiveDatasetAnalysis

Using Hive on Movie Lens DB

  1. Get the MovieLens 20M Dataset (190 MB compressed) from http://grouplens.org/datasets/movielens/20m/ and extract it into your Hadoop environment.

  2. Strip the header line from each file 3 sed -i 1d

  3. Copy the files into hdfs hadoop fs -mkdir /movieLens

  4. Create a new database in hive (either by invoking hive on the shell or using the web-based Hive query editor 4 ): CREATE DATABASE movieLens; USE movieLens;

  5. Create the tables using the createMovieLensTables.hql

  6. Load data to populate the tables using the loadMovieLens.hql

  7. Enjoy playing with the data.

bi_bigdata_2_hivedatasetanalysis's People

Contributors

fuvidani avatar mionisation avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.