Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 1060 invoked from network); 7 Feb 2008 19:35:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 19:35:05 -0000 Received: (qmail 10759 invoked by uid 500); 7 Feb 2008 19:34:56 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 10732 invoked by uid 500); 7 Feb 2008 19:34:56 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 10723 invoked by uid 99); 7 Feb 2008 19:34:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 11:34:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of benkucinich@gmail.com designates 209.85.198.189 as permitted sender) Received: from [209.85.198.189] (HELO rv-out-0910.google.com) (209.85.198.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 19:34:27 +0000 Received: by rv-out-0910.google.com with SMTP id g11so3547729rvb.29 for ; Thu, 07 Feb 2008 11:34:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fZ0F/3zQkq359guOvGt7JrknIZ0IMwnmGnMjr1O5ewY=; b=XT5EDLX4bd6UE6iKMLTezCC2KMPnC9BFf2YGY5Yorm0999k9IzsI9Zjw1MWwU3Hk7O6OBDCZQPWOlTN3+VWfVo20HNq8yD4HjQ+82lOW5cXacFb5xPHlUNLdfgKKIFdwdKezz49TIoIRDUJoxYaxV5DBKnCEEw+mxLPINornoi4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bk0er0esO+65nhEvZtxTxejV7gkXpTOjtRTyvvXwc+FvGxbnu5mSV47wvF99g9KZI+uPLRAyp+6OZqw2OXGY4/UUbplsTn001H5R705cKiitbQF0v3eGkSIU1v04MZ8NkxDquGRAnGMZgdU6oY29xclbFd0EKurFGJB4iDFgx/M= Received: by 10.141.26.18 with SMTP id d18mr2468553rvj.264.1202412875276; Thu, 07 Feb 2008 11:34:35 -0800 (PST) Received: by 10.140.185.10 with HTTP; Thu, 7 Feb 2008 11:34:35 -0800 (PST) Message-ID: Date: Fri, 8 Feb 2008 01:04:35 +0530 From: "Ben Kucinich" To: core-user@hadoop.apache.org Subject: Difference between put and copyFromLocal? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org In bin/hadoop dfs command I find these two options which seems similar to me. [-put ] [-copyFromLocal ] Is there any difference between -put command and -copyFromLocal command? Similarly what is the difference between -get command and -copyToLocal?