Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E21E69109 for ; Mon, 2 Jul 2012 16:27:23 +0000 (UTC) Received: (qmail 14438 invoked by uid 500); 2 Jul 2012 16:27:23 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 14354 invoked by uid 500); 2 Jul 2012 16:27:23 -0000 Mailing-List: contact dev-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 dev@pig.apache.org Received: (qmail 14123 invoked by uid 500); 2 Jul 2012 16:27:23 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 14083 invoked by uid 99); 2 Jul 2012 16:27:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 16:27:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 339AE141DE5 for ; Mon, 2 Jul 2012 16:27:23 +0000 (UTC) Date: Mon, 2 Jul 2012 16:27:23 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <810252795.628.1341246443213.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (PIG-2783) Fix Iterator_1 e2e test for Hadoop 23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rohini Palaniswamy created PIG-2783: --------------------------------------- Summary: Fix Iterator_1 e2e test for Hadoop 23 Key: PIG-2783 URL: https://issues.apache.org/jira/browse/PIG-2783 Project: Pig Issue Type: Bug Components: e2e harness Affects Versions: 0.10.0 Reporter: Rohini Palaniswamy Assignee: Rohini Palaniswamy Priority: Minor Iterator_1 e2e test is failing because the script tries to copy output to a directory that does not exist. From Hadoop 23, the copy commands do not auto-create non-existent paths anymore. +Pig.fs("-mkdir :OUTPATH:") Pig.fs("-copyFromLocal :TMP:/iterator_output.txt :OUTPATH:/part-m-00000") -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira