Skip to content

CSV ingest support into a rows with many columns schema for Accumulo

Notifications You must be signed in to change notification settings

proteinuniverse/accumulo-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ingest CSV records into Accumulo

Installing
git clone
cd accumulo-csv
mvn install

To fixup the environment 

cd bin
for i in `find ~/.m2/ -name "*.jar" `; do cp $i ../lib/ ; done

About

CSV ingest support into a rows with many columns schema for Accumulo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.4%
  • Shell 2.6%