Skip to content

darshan-sj/hbase-loader

 
 

Repository files navigation

Description

Loads the content of a list of files into a table of format:

  • TableName: 'files'
  • RowKey: filename
  • ColumnFamilty: 'content:'

Compile

$ mvn clean install

Run

$ mvn exec:java -Dexec.mainClass=com.igalia.hbaseloader.HBaseLoader -Dtablename=files -Ddir=dir

Parameters

  • tablename. Name of the table where to import the files.
  • dir. Directory containing files to import.

About

Bulk loader of files into HBase table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%