Skip to content

Instantly share code, notes, and snippets.

View shivakyasaram's full-sized avatar

shivakyasaram

View GitHub Profile
@shivakyasaram
shivakyasaram / setup.md
Created October 16, 2017 11:40 — forked from xrstf/setup.md
Nutch 2.3 + ElasticSearch 1.4 + HBase 0.94 Setup

Info

This guide sets up a non-clustered Nutch crawler, which stores its data via HBase. We will not learn how to setup Hadoop et al., but just the bare minimum to crawl and index websites on a single machine.

Terms

  • Nutch - the crawler (fetches and parses websites)
  • HBase - filesystem storage for Nutch (Hadoop component, basically)