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

Siddharth Seth updated HIVE-14824:
----------------------------------
    Attachment: HIVE-14824.01.patch

[~prasanth_j] - please review.

After this, to run TestEncHdfsDriver on tez, the following change is adequate 
in CliConfigs. Similarly for llap, spark etc.

{code}
-        setHiveConfDir("data/conf");
-        setClusterType(MiniClusterType.mr);
+        setHiveConfDir("data/conf/tez");
+        setClusterType(MiniClusterType.tez);
{code}

> Separate fstype from cluster type in QTestUtil
> ----------------------------------------------
>
>                 Key: HIVE-14824
>                 URL: https://issues.apache.org/jira/browse/HIVE-14824
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>         Attachments: HIVE-14824.01.patch
>
>
> QTestUtil cluster type encodes the file system. e.g. 
> MiniClusterType.encrypted means mr + encrypted hdfs, spark means file://, mr 
> means hdfs etc.
> These can be separated out. e.g. To add tests for tez against encrypted, and 
> llap against encrypted - I'd need to introduce 2 new cluster types.
> Instead it's better to separate the storage into it's own types.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to