Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABCF110ED8 for ; Wed, 28 Aug 2013 22:38:19 +0000 (UTC) Received: (qmail 8454 invoked by uid 500); 28 Aug 2013 22:38:14 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 8216 invoked by uid 500); 28 Aug 2013 22:38:14 -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 8207 invoked by uid 99); 28 Aug 2013 22:38:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 22:38:13 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jamalshasha@gmail.com designates 209.85.192.179 as permitted sender) Received: from [209.85.192.179] (HELO mail-pd0-f179.google.com) (209.85.192.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 22:38:07 +0000 Received: by mail-pd0-f179.google.com with SMTP id v10so6928415pde.10 for ; Wed, 28 Aug 2013 15:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=autLzBdGxVpNriNSgRDDxqPsoIggCG1j9hZf0rn2mkY=; b=TaWdh7fcnSJc10zEY9Qrdz3fJqALT27p/Yc8/j7vwS32jh70xqNuPotB17Zh2B2JFV g9UuzgGyyus5fDeWA9i5tpXb0wwhqBWdPnQY365rO7IjCUa0/AEu+nn8QiHoEPCPOHao L+BVNvoz7VzhXyVLXep1ZPuN+uvEjOsXC1A9+TWMGFv8KdAuoNLxqKlbwNAzIuh/W9SR tZHjAevAjfrdfKxT6qRqy3FVlUykibjcponUi5LEv3rmUztRrHkPzVOBGyQWpYboWRL9 JTpmGVEy2AI1hFkBQpSNTpPpDcjFfs0IUgdguv8rXi6bXYFN6j0jYoLaAcrUE0r/udTd fj2A== MIME-Version: 1.0 X-Received: by 10.68.29.2 with SMTP id f2mr74199pbh.184.1377729466511; Wed, 28 Aug 2013 15:37:46 -0700 (PDT) Received: by 10.70.11.194 with HTTP; Wed, 28 Aug 2013 15:37:46 -0700 (PDT) Date: Wed, 28 Aug 2013 15:37:46 -0700 Message-ID: Subject: QUick question From: jamal sasha To: "user@hadoop.apache.org" Content-Type: multipart/alternative; boundary=bcaec520f3b972bb9404e509a353 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec520f3b972bb9404e509a353 Content-Type: text/plain; charset=ISO-8859-1 Hi, A very weird question. I have data in format 1... And there is this conversion utility to convert data to format 2 whcih works like this restore input > output and then I want to copy output to hdfs at /user/output Is tehre a way that i can merge all these commands into single line like can i directly pipe output to hdfs ? --bcaec520f3b972bb9404e509a353 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
=A0 A very weird question.
I have data i= n format 1...

And there is this conversion utility= to convert data to format 2 whcih works like this

restore input > output

and then I want to copy = output to hdfs at /user/output

Is tehre a way that= i can merge all these commands into single line like can i directly pipe o= utput to hdfs ?
--bcaec520f3b972bb9404e509a353--