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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -