From issues-return-510462-archive-asf-public=cust-asf.ponee.io@flink.apache.org Fri Jul 9 21:39:31 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D7853180645 for ; Fri, 9 Jul 2021 23:39:31 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id DCF0843EEA for ; Fri, 9 Jul 2021 21:39:16 +0000 (UTC) Received: (qmail 53129 invoked by uid 500); 9 Jul 2021 21:39:16 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 53110 invoked by uid 99); 9 Jul 2021 21:39:16 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2021 21:39:16 +0000 From: =?utf-8?q?GitBox?= To: issues@flink.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bflink=5D_sap1ens_commented_on_pull_request_=231559?= =?utf-8?q?9=3A_=5BFLINK-11838=5D=5Bflink-gs-fs-hadoop=5D_Create_Google_Stor?= =?utf-8?q?age_file_system_with_recoverable_writer_support?= Message-ID: <162586675644.26479.6139286931687233763.asfpy@gitbox.apache.org> Date: Fri, 09 Jul 2021 21:39:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: sap1ens commented on pull request #15599: URL: https://github.com/apache/flink/pull/15599#issuecomment-877470182 Hi, just wanted to suggest a few more changes. We've started using this branch and needed to add a few more things to `flink-dist`. `flink-dist/pom.xml`, line 369: ```xml org.apache.flink flink-gs-fs-hadoop ${project.version} provided ``` `flink-dist/src/main/assemblies/opt.xml`, line 106: ```xml ../flink-filesystems/flink-gs-fs-hadoop/target/flink-gs-fs-hadoop-${project.version}.jar opt/ flink-gs-fs-hadoop-${project.version}.jar 0644 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org For queries about this service, please contact Infrastructure at: users@infra.apache.org