Skip to content

stev-0/osm-Hbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

osm-Hbase

Tools to import osm data into Hbase

Requirements

  • HBase >= 0.98
  • Pig >= 0.14
  • Jython = 2.7 if you want to use the change import scripts. To set this up on an HDP (Hortonworks cluster) use the script here
  • osmpbfinputformat - compiled file also available from ..... This has osmpbf as a dependency - this can be found in the lib directory of the above project

Installation

Use hbase shell to setup HBase with two tables, nodes and ways with one column family each

create ‘nodes’, ‘nodeData'

create ‘ways’, ‘wayData'

You can then run the pig scripts to bulk load data into and out of HBase

About

Tools to import osm data into Hbase

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published