[
https://issues.apache.org/jira/browse/HIVE-26615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-26615:
--------------------------------
Attachment: org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver-output.txt
> TestEncryptedHDFSCliDriver to use Tez
> -------------------------------------
>
> Key: HIVE-26615
> URL: https://issues.apache.org/jira/browse/HIVE-26615
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Attachments:
> org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver-output.txt
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> https://github.com/apache/hive/blob/eb860203fcdc126788e62e932b40a5f3ff944458/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java#L255-L261
> we set it to MR and then check if it's tez, which is already confusing
> {code}
> setClusterType(MiniClusterType.MR);
> setFsType(QTestMiniClusters.FsType.ENCRYPTED_HDFS); // override
> default FsType.HDFS
> if (getClusterType() == MiniClusterType.TEZ) {
> setHiveConfDir("data/conf/tez");
> } else {
> setHiveConfDir("data/conf");
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)