Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E074E10FBC for ; Tue, 14 Jan 2014 08:38:42 +0000 (UTC) Received: (qmail 82845 invoked by uid 500); 14 Jan 2014 08:35:27 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 82556 invoked by uid 500); 14 Jan 2014 08:35:11 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 82441 invoked by uid 99); 14 Jan 2014 08:35:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 08:35:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of unmeshabiju@gmail.com designates 209.85.128.175 as permitted sender) Received: from [209.85.128.175] (HELO mail-ve0-f175.google.com) (209.85.128.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 08:35:00 +0000 Received: by mail-ve0-f175.google.com with SMTP id jx11so5735294veb.6 for ; Tue, 14 Jan 2014 00:34:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=vcttTWvtFzuVg7xu4ke6emK1/+8+a0DV1Toe6YdkgMY=; b=sbKQtfe8vae8xMJkXAWHuphuBl7DInlspaG8Y6WvVMtNMnv4kOISg+9K87GjS4dYKq R1wmC8apeoTynBPeZUfX3K3/gpiOvz3tCDZKOmSKO8TK4nNwwrFYsGOLLyoZ3RNg8Dd9 xeZutZyGiTRZfNzqoMtEKkvgdtw+/1RxP/oqBFD+hyKiHG2sriAE5rcq+XPw1LBDH1b4 7e3XWTNw5t/Kh3ATDUXLxW6QynxJQHGyJZvmB8XgIevJw2JWLH44vbVe8uLfQ23O+PqO ociZ2+haANfCwFvaPKbTOi1TMEz1HURqeF2nmSdNw+40l0WWGnphkmeNdaWfsjeTsarr dObw== X-Received: by 10.220.76.201 with SMTP id d9mr103365vck.33.1389688480070; Tue, 14 Jan 2014 00:34:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.59.8.2 with HTTP; Tue, 14 Jan 2014 00:34:00 -0800 (PST) From: unmesha sreeveni Date: Tue, 14 Jan 2014 14:04:00 +0530 Message-ID: Subject: Adding file to HDFs To: User Hadoop Content-Type: multipart/alternative; boundary=001a11c2cfb03401ed04efea1004 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2cfb03401ed04efea1004 Content-Type: text/plain; charset=ISO-8859-1 How to add a *csv* file to hdfs using Mapreduce Code Using hadoop fs -copyFromLocal /local/path /hdfs/location i am able to do . BUt i would like to write mapreduce code. -- *Thanks & Regards* Unmesha Sreeveni U.B Junior Developer http://www.unmeshasreeveni.blogspot.in/ --001a11c2cfb03401ed04efea1004 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
How to add a csv file to hdfs using Mapreduce Code
=
Using= hadoop fs -copyFromLocal /local/path /hdfs/location i am able to do .
BUt i= would like to write mapreduce code.

--
Thanks & Regards

Unmesha Sreeveni U.B
Junior Developer

http:= //www.unmeshasreeveni.blogspot.in/


--001a11c2cfb03401ed04efea1004--