[jira] [Created] (HIVE-25137) getAllWriteEventInfo calls RDBMS directly instead of going through the HMS client

2021-05-18 Thread Pratyushotpal Madhukar (Jira)
Pratyushotpal Madhukar created HIVE-25137:
-

 Summary: getAllWriteEventInfo calls RDBMS directly instead of 
going through the HMS client
 Key: HIVE-25137
 URL: https://issues.apache.org/jira/browse/HIVE-25137
 Project: Hive
  Issue Type: Improvement
Reporter: Pratyushotpal Madhukar


{code:java}
private List getAllWriteEventInfo(Context withinContext) throws 
Exception {
String contextDbName = 
StringUtils.normalizeIdentifier(withinContext.replScope.getDbName());
RawStore rawStore = 
HiveMetaStore.HMSHandler.getMSForConf(withinContext.hiveConf);
List writeEventInfoList
= rawStore.getAllWriteEventInfo(eventMessage.getTxnId(), 
contextDbName, null);
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24933) Replication fails for transactional tables having same name as dropped non-transactional table

2021-03-24 Thread Pratyushotpal Madhukar (Jira)
Pratyushotpal Madhukar created HIVE-24933:
-

 Summary: Replication fails for transactional tables having same 
name as dropped non-transactional table
 Key: HIVE-24933
 URL: https://issues.apache.org/jira/browse/HIVE-24933
 Project: Hive
  Issue Type: Bug
Reporter: Pratyushotpal Madhukar






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (HIVE-24624) Repl Load should detect the compatible staging dir

2021-01-12 Thread Pratyushotpal Madhukar (Jira)
Pratyushotpal Madhukar created HIVE-24624:
-

 Summary: Repl Load should detect the compatible staging dir
 Key: HIVE-24624
 URL: https://issues.apache.org/jira/browse/HIVE-24624
 Project: Hive
  Issue Type: Improvement
Reporter: Pratyushotpal Madhukar


Repl load in CDP when pointed to a staging dir should be able to detect whether 
the staging dir has the dump structure in compatible format or not



--
This message was sent by Atlassian Jira
(v8.3.4#803005)