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 5B3BB1171B for ; Fri, 11 Jul 2014 15:01:44 +0000 (UTC) Received: (qmail 35755 invoked by uid 500); 11 Jul 2014 15:01:34 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 35645 invoked by uid 500); 11 Jul 2014 15:01:34 -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 35635 invoked by uid 99); 11 Jul 2014 15:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2014 15:01:34 +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 (athena.apache.org: domain of j_mezazap@hotmail.com designates 65.55.111.109 as permitted sender) Received: from [65.55.111.109] (HELO BLU004-OMC2S34.hotmail.com) (65.55.111.109) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2014 15:01:27 +0000 Received: from BLU180-W75 ([65.55.111.73]) by BLU004-OMC2S34.hotmail.com with Microsoft SMTPSVC(7.5.7601.22712); Fri, 11 Jul 2014 08:01:07 -0700 X-TMN: [BtX4gWfV3sdlkzgCdzWCV4BpBl99sFlx] X-Originating-Email: [j_mezazap@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_4e4f32af-3042-47f1-af16-b661d5154801_" From: John Meza To: "user@hadoop.apache.org" Subject: silence/suppress output from mkdir & put Date: Fri, 11 Jul 2014 08:01:06 -0700 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 11 Jul 2014 15:01:07.0416 (UTC) FILETIME=[F189F580:01CF9D18] X-Virus-Checked: Checked by ClamAV on apache.org --_4e4f32af-3042-47f1-af16-b661d5154801_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm try to silence the output of a hdfs load script (snippets below)=2C but= continue to get output. This causes issues when the multiple load scripts = are put into background. Am I missing something? Are there switches I could use?any info is apprecia= ted.John hadoop fs -mkdir /logs/firsttier/2014/D/03 > /dev/nullhadoop fs -put Dserve= r_46927-esw3c_S-2014-03-31-12-201403311600-1700-0.tsv /logs/firsttier/20= 14/D/06/Dserver_46927-esw3c_S-2014-03-31-12-201403311600-1700-0.tsv > /dev/= null = --_4e4f32af-3042-47f1-af16-b661d5154801_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm try to silence the outp= ut of a hdfs load script (snippets below)=2C but continue to get out= put. This causes issues when the multiple load scripts are put into backgro= und.

Am I missing something? Are there switches I = could use?
any info is appreciated.
John

=
hadoop fs -mkdir /logs/firsttier/2014/D/03 >=3B /dev/null=
hadoop fs -put Dserver_46927-esw3c_S-2014-03-31-12-201403311600-= 1700-0.tsv  =3B  =3B/logs/firsttier/2014/D/06/Dserver_46927-esw3c_S= -2014-03-31-12-201403311600-1700-0.tsv >=3B /dev/null
=
= --_4e4f32af-3042-47f1-af16-b661d5154801_--