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 A1BDAF860 for ; Fri, 29 Mar 2013 07:08:13 +0000 (UTC) Received: (qmail 97644 invoked by uid 500); 29 Mar 2013 07:08:08 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 97430 invoked by uid 500); 29 Mar 2013 07:08:08 -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 97403 invoked by uid 99); 29 Mar 2013 07:08:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 07:08:07 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ravichandran777@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-ob0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 07:08:00 +0000 Received: by mail-ob0-f171.google.com with SMTP id x4so212987obh.16 for ; Fri, 29 Mar 2013 00:07:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=jr/NqZjDrlFu/GEzxKJL+tLp49HKXBjeEpuOS1jHarQ=; b=qzKeM8IpB8W5BbC1lN5v+IQDgG0LaD34KDvMBTNma77LRta8qa0LY2iG4CEpK46syd YC0hjShWU4AtySprnyqN3OPZcHEjQ1JJwOd9b3wvvTbzTATtSLSMd25GmThwr4bw081E pXqWqBJ3vlFsp1Mi0Ee6zozEdDPoyI7mxKkAKBHnlQYatt62vcX7tGDlJtocCZ0b/LIr pR9Tua9cdewEHvv1Y/YpCPIrNGT+0RkECL61t2AL/5goAn0z1S/1p59gAtb9VPHZ4or9 Iwdly49FnBc0npb4XtJgqKRIUSKPhDOuDK1Yq29PrUlfT8VH5LzTYgdhEuv0zZ+ch8uq 8mxQ== MIME-Version: 1.0 X-Received: by 10.182.243.167 with SMTP id wz7mr525315obc.11.1364540859893; Fri, 29 Mar 2013 00:07:39 -0700 (PDT) Received: by 10.182.98.108 with HTTP; Fri, 29 Mar 2013 00:07:39 -0700 (PDT) Date: Fri, 29 Mar 2013 12:37:39 +0530 Message-ID: Subject: error copying file from local to hadoop fs From: Ravi Chandran To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c2c3343c4d1004d90aed45 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2c3343c4d1004d90aed45 Content-Type: text/plain; charset=ISO-8859-1 hi, I am trying to copy a local text file into hadoop fs using -copyFromLocal option, but i am getting error: 13/03/29 03:02:54 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 0 time(s); maxRetries=45 13/03/29 03:03:15 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 1 time(s); maxRetries=45 13/03/29 03:03:36 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 2 time(s); maxRetries=45 13/03/29 03:03:57 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 3 time(s); maxRetries=45 13/03/29 03:04:18 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 4 time(s); maxRetries=45 13/03/29 03:04:39 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 5 time(s); maxRetries=45 13/03/29 03:05:00 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 6 time(s); maxRetries=45 13/03/29 03:05:21 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 7 time(s); maxRetries=45 I have checked the services, they seem to be running. what should i do now? -- Thanks & Regards Ravi --001a11c2c3343c4d1004d90aed45 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
hi,
I am trying to copy a local text file into hadoop = fs using -copyFromLocal option, but i am getting error:=A0

13/03/29 03:02:54 INFO ipc.Client: Retrying connect to server= : 0.0.0.0/0.0.0.0:8020. Already= tried 0 time(s); maxRetries=3D45
13/03/29 03:03:15 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 1 = time(s); maxRetries=3D45
13/03/29 03:03:36 INFO ipc.Client: Retry= ing connect to server: 0.0.0.0/0.0.= 0.0:8020. Already tried 2 time(s); maxRetries=3D45
13/03/29 03:03:57 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 3 = time(s); maxRetries=3D45
13/03/29 03:04:18 INFO ipc.Client: Retry= ing connect to server: 0.0.0.0/0.0.= 0.0:8020. Already tried 4 time(s); maxRetries=3D45
13/03/29 03:04:39 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 5 = time(s); maxRetries=3D45
13/03/29 03:05:00 INFO ipc.Client: Retry= ing connect to server: 0.0.0.0/0.0.= 0.0:8020. Already tried 6 time(s); maxRetries=3D45
13/03/29 03:05:21 INFO ipc.Client: Retrying connect to server: 0.0.0.0/0.0.0.0:8020. Already tried 7 = time(s); maxRetries=3D45

I have checked the servic= es, they seem to be running. what should i do now?

--
Thanks & Regards
Ravi
--001a11c2c3343c4d1004d90aed45--