Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ hdfs-ceph-client Public archive

A client for uploading files from GUODA HDFS to iDigBio's Ceph storage.

License

Notifications You must be signed in to change notification settings

bio-guoda/hdfs-ceph-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdfs-ceph-client

A client for uploading files from GUODA HDFS to iDigBio's Ceph storage.

Usage: hdfs_ceph_client [OPTIONS] PATH

Options:
  -t, --tar  Upload the file as a GZipped TAR Archive (default for most files)
  -c, --cat  Upload the file as a GZipped concatenated file (default for csv)
  --help     Show this message and exit.

Installation:

  • Clone Repo
  • Configure HDFS CLI (~/.hdfscli.cfg)
  • Configure IDB (~/idigbio.json)

Example .hdfscli.cfg:

[global]
default.alias = prod

[prod.alias]
url = http://hdfs.guoda.bio
root = /
user = hdfs

About

A client for uploading files from GUODA HDFS to iDigBio's Ceph storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages