pvargacl commented on a change in pull request #2079:
URL: https://github.com/apache/hive/pull/2079#discussion_r595972012
##########
File path:
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
##########
@@ -3890,9 +3890,20 @@ public CompactionResponse compact2(String dbname, String
tableName, String parti
}
cr.setType(type);
cr.setProperties(tblproperties);
+ cr.setInitiatorId(hostname() + "-manual");
+
cr.setInitiatorVersion(HiveMetaStoreClient.class.getPackage().getImplementationVersion());
return client.compact2(cr);
}
+ private String hostname() {
Review comment:
fixed, found a util in metastore, that contains this
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]