You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2022/10/10 08:14:00 UTC

[jira] [Updated] (HIVE-26615) TestEncryptedHDFSCliDriver to use Tez

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

László Bodor updated HIVE-26615:
--------------------------------
    Description: 
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}

> 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
>
> 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)