GithubHelp home page GithubHelp logo

bigdata's People

Contributors

edenzik avatar kahliloppenheimer avatar nrc2105 avatar partridgems avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cloudxtreme

bigdata's Issues

Reverse Indexing

Done and works.
Used a .jar from this guy: https://github.com/arifn/Distributed-Indexing-MapReduce

Command to invoke is as follows:

hadoop jar dist-index.jar input_directory output_directory

We can take the code and reengineer it to our purposes.

Output from input/word_count_test.txt on the HDFS:

eden    word_count_test.txt=>4567000 
kahlil  word_count_test.txt=>3456000 
mike    word_count_test.txt=>1234000 
nick    word_count_test.txt=>2345000

Convert ASCII to UTF-8 in the profession_train.txt file

This is done: file is in asciiToUnicode.java.

Basically all you need to do is:

URLDecoder.decode(line, "UTF-8");

Where line is your string. Make sure to import URLDecoder and throw UnsupportedEncodingException.

This is so short and trivial we can do it in place in the file.

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.