From issues-return-194378-archive-asf-public=cust-asf.ponee.io@hive.apache.org Wed Jun 24 00:25:04 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 36A061804BB for ; Wed, 24 Jun 2020 02:25:04 +0200 (CEST) Received: (qmail 79077 invoked by uid 500); 24 Jun 2020 00:25:03 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 79050 invoked by uid 99); 24 Jun 2020 00:25:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2020 00:25:03 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 11DB2421D9 for ; Wed, 24 Jun 2020 00:25:03 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 284D17825AC for ; Wed, 24 Jun 2020 00:25:01 +0000 (UTC) Date: Wed, 24 Jun 2020 00:25:01 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HIVE-19812) Disable external table replication by default via a configuration property MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-19812?focusedWorklogId=3D= 450096&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpa= nel#worklog-450096 ] ASF GitHub Bot logged work on HIVE-19812: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Jun/20 00:24 Start Date: 24/Jun/20 00:24 Worklog Time Spent: 10m=20 Work Description: github-actions[bot] closed pull request #365: URL: https://github.com/apache/hive/pull/365 =20 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 450096) Time Spent: 20m (was: 10m) > Disable external table replication by default via a configuration propert= y > -------------------------------------------------------------------------= - > > Key: HIVE-19812 > URL: https://issues.apache.org/jira/browse/HIVE-19812 > Project: Hive > Issue Type: Task > Components: repl > Affects Versions: 3.1.0, 4.0.0 > Reporter: mahesh kumar behera > Assignee: mahesh kumar behera > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0, 3.2.0 > > Attachments: HIVE-19812.01.patch, HIVE-19812.02.patch, HIVE-19812= .03.patch, HIVE-19812.04.patch, HIVE-19812.05.patch, HIVE-19812.06-branch-3= .patch, HIVE-19812.06.patch, HIVE-19812.07.patch, HIVE-19812.08.patch, HIVE= -19812.09.patch, HIVE-19812.10-branch-3.patch, HIVE-19812.10.patch, HIVE-19= 812.11.patch > > Time Spent: 20m > Remaining Estimate: 0h > > use a hive config property to allow external table replication. set this = property by default to prevent external table replication. > for metadata only hive repl always export metadata for external tables. > =C2=A0 > REPL_DUMP_EXTERNAL_TABLES("hive.repl.dump.include.external.tables", false= , > "Indicates if repl dump should include information about external tables.= It should be \n" > + "used in conjunction with 'hive.repl.dump.metadata.only' set to false. = if 'hive.repl.dump.metadata.only' \n" > + " is set to true then this config parameter has no effect as external t= able meta data is flushed \n" > + " always by default.") > This should be done for only replication dump and not for export -- This message was sent by Atlassian Jira (v8.3.4#803005)