Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 ADAF6D0E9 for ; Thu, 19 Jul 2012 10:22:51 +0000 (UTC) Received: (qmail 2994 invoked by uid 500); 19 Jul 2012 10:22:50 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 2941 invoked by uid 500); 19 Jul 2012 10:22:50 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 2921 invoked by uid 99); 19 Jul 2012 10:22:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 10:22:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bejoy.hadoop@gmail.com designates 209.85.161.176 as permitted sender) Received: from [209.85.161.176] (HELO mail-gg0-f176.google.com) (209.85.161.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 10:22:42 +0000 Received: by ggnk4 with SMTP id k4so3030768ggn.35 for ; Thu, 19 Jul 2012 03:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yaukfYyiYdHrLXB+aeCaop0WJG3ujsMbuBRss8ddyuY=; b=ky3YRkr7rYpsRBzV4V/FkjMxheC0cYIQw6cW0MC2nN9GIgpRCYcoB01GmhsqYDvyib qaWHJ2X54F/NIErBmwD82lBB4InRqOr7NGR/wBv8JQudE7geLCtqjwUG+YLYKt4gX5ze mdbdZObPx67IvEy+/e+dfDwit7YDaRE4VoutZIRASwhL7aYj5IHVApFQfuzKfrlxXudF gkWN9KH4xym2AyK0R9Q9P+sVteYATaZN4Z46govSA95lVRAhJrmWUb76O4iv3iXeoDEv AjAkSCjW2K5cptJYwv1j9XpT/w2rAy0NuTpTgL6yuD9rk0O0EXbHI6hmjuNzbRA7CWOj au0A== MIME-Version: 1.0 Received: by 10.43.52.198 with SMTP id vn6mr642377icb.42.1342693341775; Thu, 19 Jul 2012 03:22:21 -0700 (PDT) Received: by 10.64.99.8 with HTTP; Thu, 19 Jul 2012 03:22:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Jul 2012 15:52:21 +0530 Message-ID: Subject: Re: Loading data in hdfs From: Bejoy Ks To: hdfs-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi Prabhjot Yes, Just use the filesystem commands hadoop fs -copyFromLocal Regards Bejoy KS On Thu, Jul 19, 2012 at 3:49 PM, iwannaplay games wrote: > Hi, > > I am unable to use sqoop and want to load data in hdfs for testing, > Is there any way by which i can load my csv or text file to hadoop > file system directly without writing code in java > > Regards > Prabhjot