Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46CA8182B3 for ; Thu, 8 Oct 2015 13:25:32 +0000 (UTC) Received: (qmail 74376 invoked by uid 500); 8 Oct 2015 13:25:27 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 74332 invoked by uid 500); 8 Oct 2015 13:25:27 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 74259 invoked by uid 99); 8 Oct 2015 13:25:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 13:25:27 +0000 Date: Thu, 8 Oct 2015 13:25:27 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1637) IGFS: Consistent properties propagation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vladimir Ozerov created IGNITE-1637: --------------------------------------- Summary: IGFS: Consistent properties propagation. Key: IGNITE-1637 URL: https://issues.apache.org/jira/browse/IGNITE-1637 Project: Ignite Issue Type: Task Components: hadoop Affects Versions: ignite-1.4 Reporter: Vladimir Ozerov Priority: Critical Fix For: ignite-1.5 IGFS has methods accepting properties map. E.g., create, append, mkdirs. How we should apply these properties? Two strategies are possible: 1) Apply there properties only to leaf node, and set defaults to parent nodes. 2) Apply there properties to all created nodes. Lets take HDFS as a reference for this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)