[
https://issues.apache.org/jira/browse/HIVE-26615?focusedWorklogId=832544&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832544
]
ASF GitHub Bot logged work on HIVE-26615:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Dec/22 00:22
Start Date: 11/Dec/22 00:22
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on PR #3654:
URL: https://github.com/apache/hive/pull/3654#issuecomment-1345416697
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
Issue Time Tracking
-------------------
Worklog Id: (was: 832544)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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}
> testing with:
> {code}
> mvn test -Dtest.output.overwrite=true -Pitests,iceberg -Denforcer.skip=true
> -pl itests/qtest -pl itests/util -Dtest=TestEncryptedHDFSCliDriver
> -Dqfile=encryption_join_with_different_encryption_keys.q,encryption_select_read_only_encrypted_tbl.q,encryption_ctas.q,encryption_drop_partition.q,encryption_drop_table.q,encryption_drop_table_in_encrypted_db.q,encryption_insert_partition_static.q,encryption_join_unencrypted_tbl.q
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)