[
https://issues.apache.org/jira/browse/HIVE-22860?focusedWorklogId=386082&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-386082
]
ASF GitHub Bot logged work on HIVE-22860:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Feb/20 17:18
Start Date: 12/Feb/20 17:18
Worklog Time Spent: 10m
Work Description: aasha commented on pull request #900: HIVE-22860
Support metadata only replication for external tables
URL: https://github.com/apache/hive/pull/900#discussion_r378395993
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -478,6 +478,10 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
REPL_DUMP_METADATA_ONLY("hive.repl.dump.metadata.only", false,
"Indicates whether replication dump only metadata information or data
+ metadata. \n"
+ "This config makes hive.repl.include.external.tables config
ineffective."),
+
REPL_DUMP_METADATA_ONLY_FOR_EXTERNAL_TABLE("hive.repl.dump.metadata.only.for.external.table",
+ false,
+ "Indicates whether replication dump only metadata information or
data + metadata. \n"
Review comment:
It was a typo. Fixed it
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 386082)
Time Spent: 40m (was: 0.5h)
> Support metadata only replication for external tables
> -----------------------------------------------------
>
> Key: HIVE-22860
> URL: https://issues.apache.org/jira/browse/HIVE-22860
> Project: Hive
> Issue Type: Task
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-22860.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)