Raghav Aggarwal
Raghav Aggarwal
@wecharyu, thanks for the PR. I have 1 question, a bit out of context of this PR. Can we make this https://github.com/apache/hive/blob/2495898ae937de2bfd8fe72c63eec2ae905c908c/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java#L421 run in batch as done in case of...
@zhangbutao, thanks for driving this forward. _For tez project:_ 1. **We need to exclude logback jar from hadoop transitive dependency in tez project or move to hadoop 3.4.1**, Otherwise it...
@zhangbutao, please check by updating the guava version to 27.0-jre (used in Hadoop 3.4.1) instead of 32.0.1-jre.
> "Hadoop doesn't use guava version specified in its POM, that is kept only for its transitive dependency." Oh, I was not aware of this. Then maybe we can track...
@zhangbutao, Thanks for quickly re-creating this PR.
@zhangbutao , i think the configs needs to be added to whitelist https://github.com/apache/hive/blob/33cadc5b498b57f779cddc9bf4e3f8aef2d9f6dc/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L6741 otherwise we cannot modify it at runtime.
@zhangbutao, 1 question here, when I try to insert the data using tez, the query fails with NoAuthWithAWSException on staging dir and when I debugged it, I found that the...
@barking-code , first login to the CI (top right hand side) before directly opening the URL mentioned in above comments. From CI, you can check which tests are failing and...
@zhangbutao, I have created this doc for Hive on S3, summarizing the problem, few limitation of current implementation and possible approach. Let me know if there are any gaps in...