hit-lacus commented on a change in pull request #1172: KYLIN-4385 Fix
HiveProducer can not write to Hive Table(AWS S3)
URL: https://github.com/apache/kylin/pull/1172#discussion_r402017968
##########
File path:
metrics-reporter-hive/src/main/java/org/apache/kylin/metrics/lib/impl/hive/HiveProducer.java
##########
@@ -110,6 +114,8 @@ public void onRemoval(
hostName = "UNKNOWN";
}
contentFilePrefix = hostName + "-" + System.currentTimeMillis() +
"-part-";
+ supportAppend = !fs.getUri().toString().contains("s3");
Review comment:
Not good.
----------------------------------------------------------------
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]
With regards,
Apache Git Services