From commits-return-4399-apmail-pig-commits-archive=pig.apache.org@pig.apache.org Wed Jul 27 12:16:17 2011 Return-Path: X-Original-To: apmail-pig-commits-archive@www.apache.org Delivered-To: apmail-pig-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DEB36E87 for ; Wed, 27 Jul 2011 12:16:17 +0000 (UTC) Received: (qmail 94308 invoked by uid 500); 27 Jul 2011 12:16:16 -0000 Delivered-To: apmail-pig-commits-archive@pig.apache.org Received: (qmail 94235 invoked by uid 500); 27 Jul 2011 12:16:11 -0000 Mailing-List: contact commits-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list commits@pig.apache.org Received: (qmail 94200 invoked by uid 500); 27 Jul 2011 12:16:10 -0000 Delivered-To: apmail-hadoop-pig-commits@hadoop.apache.org Received: (qmail 94194 invoked by uid 500); 27 Jul 2011 12:16:09 -0000 Delivered-To: apmail-incubator-pig-commits@incubator.apache.org Received: (qmail 94187 invoked by uid 99); 27 Jul 2011 12:16:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 12:16:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2011 12:16:06 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A6191453; Wed, 27 Jul 2011 12:15:46 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 27 Jul 2011 12:15:46 -0000 Message-ID: <20110727121546.48376.30424@eos.apache.org> Subject: =?utf-8?q?=5BPig_Wiki=5D_Update_of_=22PigTutorial=22_by_PavelHancar?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for chang= e notification. The "PigTutorial" page has been changed by PavelHancar: http://wiki.apache.org/pig/PigTutorial?action=3Ddiff&rev1=3D77&rev2=3D78 Comment: wrong dash 1. Review [[#Pig_Script_1|Pig Script 1]] and [[#Pig_Script_2|Pig Script = 2]]. 1. Copy the excite.log.bz2 file from the pigtmp directory to the HDFS di= rectory. {{{ - $ hadoop fs =E2=80=93copyFromLocal excite.log.bz2 . + $ hadoop fs -copyFromLocal excite.log.bz2 . }}} 1.#4 Set the HADOOPSITEPATH environment variable to the location of your= hadoop-site.xml file. 1. Execute the following command (using either script1-hadoop.pig or scr= ipt2-hadoop.pig):