From hdfs-user-return-3274-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Apr 2 17:04:31 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A6705180626 for ; Thu, 2 Apr 2020 19:04:30 +0200 (CEST) Received: (qmail 67960 invoked by uid 500); 2 Apr 2020 17:04:29 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 67950 invoked by uid 99); 2 Apr 2020 17:04:29 -0000 Received: from ui-eu-02.ponee.io (HELO localhost) (116.202.110.96) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2020 17:04:29 +0000 x-ponymail-sender: 3b9ed451536f6781ad420c6c3e17d91fe5c2a777 References: Date: Thu, 02 Apr 2020 17:04:28 -0000 In-Reply-To: x-ponymail-agent: PonyMail Composer/0.2 From: Nick Dimiduk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Message-ID: To: Subject: Accessing OutputStream capabilities from the FileSystem instance X-Mailer: LuaSocket 3.0-rc1 Hello, Over in HBase, we enforce hsync, hflush characteristics where they're supported by the configured FIleSystem. My read of the API (2.10.0) is that the only object that can be queried for availability of these characteristics is an OutpuStream instance. Is that so? Is there a way to get at the availability of these features from FileSystem class or instance? Thanks, Nick --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-user-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-user-help@hadoop.apache.org