Skip to content

Simple utility for dumping and importing HBase tables to json

Notifications You must be signed in to change notification settings

chrisgoffinet/hdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HDump

Simple utility for dumping and importing HBase tables to json

Requirements

golang 1.11

$ brew install golang

Build

$ go build

Usage

Exporting a table to json

$ hdump -host localhost:9090 -table table1 -cmd export

This will produce a file called table1.json

Importing a table from json

$ hdump -host localhost:9090 -table table1 -cmd import

About

Simple utility for dumping and importing HBase tables to json

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages