8000 GitHub - carlostse/hadoop-pagerank: An implementation of using Hadoop with Google Go (golang) to calculate the PageRank for demo purpose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

carlostse/hadoop-pagerank

Repository files navigation

Hadoop PageRank with Go

Build Status

An implementation of using Hadoop with Google Go (golang) to calculate the PageRank for demo purpose

Sample Source File

There are two sample input files provided

  • sample_with_dead_node.tsv
  • sample_without_dead_node.tsv

Requirements

  • Hadoop (tested 1.2.1 and 2.5.1)
  • Google Go (tested 1.3)

Quick Start

For Hadoop 1.2.1

./build.sh
bin/preprocess -file sample_without_dead_node.tsv > input_data
hadoop dfs -mkdir /input
hadoop dfs -put input_data /input
./submit-1.sh

About

An implementation of using Hadoop with Google Go (golang) to calculate the PageRank for demo purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0