hadoop - What is the is the difference between -copyFromLocal and -put -
this question has answer here:
is possible explain difference between -copyfromlocal , -put command in hadoop. not able find document says difference between 2 commands.
well 1 can explain if there difference , don't think there is. @ code below copyfromlocal extends put no additional functionality.
public static class copyfromlocal extends put { public static final string name = "copyfromlocal"; public static final string usage = put.usage; public static final string description = "identical -put command."; }
Comments
Post a Comment