Tuesday, 15 September 2015

hadoop - Best way to copy Hive data from HDFS to another machine? -



hadoop - Best way to copy Hive data from HDFS to another machine? -

source: /mnt/fuse/project/hive (this hive info on hdfs mounted using fuse)

destination: host:/fs/dir (/fs/dir 1 time again network mounted storage , not have direct access "host")

i did rsync -avz -p -e ssh /mnt/fuse/project/hive user@host:/fs/dir , slow. aborted process , tried kill rsync not so, tried both kill -15 , kill -9.

wondering if there improve way re-create data?

hadoop hive hdfs fuse

No comments:

Post a Comment