Skip to content

demon386/pdoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdoop

A golang written utilities to get files from a HDFS directory in parallel. In my working environment it's about 3.8 times faster than using hadoop fs -getmerge when merging as a single file.

It relies on $HADOOP_HOME environmental variable.

Usage:

pdoop hdfs_dir local_path

Options:

  • -m: merge hdfs dir as a single file. It's disabled by default. NOTE: when merging as a single file, the order of different files are not guaranteed.
  • -p: number of parallel downloads, 10 by default.

About

A golang written utilities to get files from a HDFS directory in parallel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages