Loads the content of a list of files into a table of format:
- TableName: 'files'
- RowKey: filename
- ColumnFamilty: 'content:'
$ mvn clean install
$ mvn exec:java -Dexec.mainClass=com.igalia.hbaseloader.HBaseLoader -Dtablename=files -Ddir=dir
- tablename. Name of the table where to import the files.
- dir. Directory containing files to import.