abstractdog commented on code in PR #3491:
URL: https://github.com/apache/hive/pull/3491#discussion_r936304092
##########
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveShell.java:
##########
@@ -201,6 +201,8 @@ private HiveConf initializeConf() {
// Tez configuration
hiveConf.setBoolean("tez.local.mode", true);
+ // TODO: enable below option once HIVE-26445 is investigated
+ // hiveConf.setBoolean("tez.local.mode.without.network", true);
Review Comment:
recently, only hive iceberg related tests failed
[here](http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-3491/2/pipeline),
and I cannot easily disable this feature only for
TestIcebergLlapLocalCliDriver (but not for other CliDrivers), so I'm about to
make this change only for some unit tests (which I targeted originally), and
handle all the qtests in the followup HIVE-26445, does it make sense?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]