Return-Path: X-Original-To: apmail-tez-issues-archive@minotaur.apache.org Delivered-To: apmail-tez-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0136C17885 for ; Fri, 31 Oct 2014 21:12:34 +0000 (UTC) Received: (qmail 11735 invoked by uid 500); 31 Oct 2014 21:12:33 -0000 Delivered-To: apmail-tez-issues-archive@tez.apache.org Received: (qmail 11680 invoked by uid 500); 31 Oct 2014 21:12:33 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 11670 invoked by uid 99); 31 Oct 2014 21:12:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 21:12:33 +0000 Date: Fri, 31 Oct 2014 21:12:33 +0000 (UTC) From: "Siddharth Seth (JIRA)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (TEZ-1727) FileName generated by OnDiskMerger is longer than required MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Siddharth Seth created TEZ-1727: ----------------------------------- Summary: FileName generated by OnDiskMerger is longer than required Key: TEZ-1727 URL: https://issues.apache.org/jira/browse/TEZ-1727 Project: Apache Tez Issue Type: Bug Reporter: Siddharth Seth Assignee: Siddharth Seth It ends up appending the entire path from the src file, instead of just using the name. e.g. /grid/0/app/id/file.out will be written out as /grid/1/app/id/grid/0/app/id/file.out.merged instead of /grid/1/app/id/file.out.merged -- This message was sent by Atlassian JIRA (v6.3.4#6332)