Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E8879200C32 for ; Thu, 9 Mar 2017 17:31:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E7133160B75; Thu, 9 Mar 2017 16:31:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3B072160B5F for ; Thu, 9 Mar 2017 17:31:44 +0100 (CET) Received: (qmail 78327 invoked by uid 500); 9 Mar 2017 16:31:43 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 78316 invoked by uid 500); 9 Mar 2017 16:31:43 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 78313 invoked by uid 99); 9 Mar 2017 16:31:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2017 16:31:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0515DC12AD for ; Thu, 9 Mar 2017 16:31:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id oqabwy2jR4IX for ; Thu, 9 Mar 2017 16:31:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 1E9E75F64B for ; Thu, 9 Mar 2017 16:31:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 75B7FE0596 for ; Thu, 9 Mar 2017 16:31:38 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2046E243AA for ; Thu, 9 Mar 2017 16:31:38 +0000 (UTC) Date: Thu, 9 Mar 2017 16:31:38 +0000 (UTC) From: "Attila Sasvari (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CRUNCH-636) Make replication factor for temporary files configurable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Mar 2017 16:31:45 -0000 [ https://issues.apache.org/jira/browse/CRUNCH-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903324#comment-15903324 ] Attila Sasvari commented on CRUNCH-636: --------------------------------------- [~jwills] Could you take a look at the patch? Many thanks! > Make replication factor for temporary files configurable > -------------------------------------------------------- > > Key: CRUNCH-636 > URL: https://issues.apache.org/jira/browse/CRUNCH-636 > Project: Crunch > Issue Type: New Feature > Reporter: Attila Sasvari > Assignee: Attila Sasvari > Attachments: CRUNCH-636.01.patch, test.WordCount_2017-03-08_16.31.55.737_jobplan.dot.png, test.WordCount_2017-03-08_16.31.55.737.log > > > As of now, Crunch does not allow having different replication factor for temporary files and non-temporary files (e.g. final output data of leaf nodes) at the same time. If a user has a large amount of data (say hundreds a of gigabytes) to process, they might want to have lower replication factor for large temporary files between Crunch jobs. > We could make this configurable via a new setting (e.g. {{crunch.tmp.dir.replication}}). -- This message was sent by Atlassian JIRA (v6.3.15#6346)