[ 
https://issues.apache.org/jira/browse/HIVE-26615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HIVE-26615:
----------------------------------
    Labels: pull-request-available  (was: )

> 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
>          Time Spent: 10m
>  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)

Reply via email to