[ https://issues.apache.org/jira/browse/HIVE-23353?focusedWorklogId=434408&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-434408 ]
ASF GitHub Bot logged work on HIVE-23353: ----------------------------------------- Author: ASF GitHub Bot Created on: 18/May/20 14:22 Start Date: 18/May/20 14:22 Worklog Time Spent: 10m Work Description: pkumarsinha commented on a change in pull request #1021: URL: https://github.com/apache/hive/pull/1021#discussion_r426663392 ########## File path: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcrossInstances.java ########## @@ -1561,4 +1562,94 @@ public void testFailureUnsupportedAuthorizerReplication() throws Throwable { assertEquals("Authorizer sentry not supported for replication ", e.getMessage()); } } + + //Testing just the configs and no impact on existing replication + @Test + public void testAtlasReplication() throws Throwable { + Map<String, String> confMap = defaultAtlasConfMap(); + primary.run("use " + primaryDbName) + .run("create table acid_table (key int, value int) partitioned by (load_date date) " + + "clustered by(key) into 2 buckets stored as orc tblproperties ('transactional'='true')") + .run("create table table1 (i String)") + .run("insert into table1 values (1)") + .run("insert into table1 values (2)") + .dump(primaryDbName, getAtlasClause(defaultAtlasConfMap())); + + confMap.remove("hive.repl.atlas.replicatedto"); Review comment: It is ignored during load ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 434408) Time Spent: 1h (was: 50m) > Atlas metadata replication scheduling > ------------------------------------- > > Key: HIVE-23353 > URL: https://issues.apache.org/jira/browse/HIVE-23353 > Project: Hive > Issue Type: Task > Reporter: PRAVIN KUMAR SINHA > Assignee: PRAVIN KUMAR SINHA > Priority: Major > Labels: pull-request-available > Attachments: HIVE-23353.01.patch > > Time Spent: 1h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)