how to set Pig Storage location to some another hadoop cluster -
i running pigscript through rest api , want store pig output hadoop cluster .is there way set pigstorage other hdfs .
you can use distcp
copy 1 hdfs another.
distcp
used copy large amounts of data , hadoop file systems in parallel.
$ hadoop distcp hdfs://namenode1/foo hdfs://namenode2/bar
Comments
Post a Comment