[
https://issues.apache.org/jira/browse/HIVE-25097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-25097:
--------------------------------
Description:
E.g.: TestBeelineWithArgs
Even if the mini hs2 cluster is instantiated as:
{code}
miniHS2 = new MiniHS2(hiveConf, MiniClusterType.TEZ);
{code}
this test runs on MR, as shown in the attached log (
[^org.apache.hive.beeline.TestBeeLineWithArgs-output.txt] )
{code}
2021-05-10T02:42:32,733 INFO [HiveServer2-Background-Pool: Thread-866]
exec.Task: 2021-05-10 02:42:32,732 Stage-1 map = 0%, reduce = 100%
Ended Job = job_local1070740374_0001
2021-05-10T02:42:32,735 INFO [HiveServer2-Background-Pool: Thread-866]
exec.Task: Ended Job = job_local1070740374_0001
{code}
was:
E.g.: TestBeelineWithArgs
Even if the mini hs2 cluster is instantiated as:
{code}
miniHS2 = new MiniHS2(hiveConf, MiniClusterType.TEZ);
{code}
this test runs on MR, as shows in the attached log
{code}
2021-05-10T02:42:32,733 INFO [HiveServer2-Background-Pool: Thread-866]
exec.Task: 2021-05-10 02:42:32,732 Stage-1 map = 0%, reduce = 100%
Ended Job = job_local1070740374_0001
2021-05-10T02:42:32,735 INFO [HiveServer2-Background-Pool: Thread-866]
exec.Task: Ended Job = job_local1070740374_0001
{code}
> Make some unit tests run on tez
> -------------------------------
>
> Key: HIVE-25097
> URL: https://issues.apache.org/jira/browse/HIVE-25097
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Priority: Major
> Attachments: org.apache.hive.beeline.TestBeeLineWithArgs-output.txt
>
>
> E.g.: TestBeelineWithArgs
> Even if the mini hs2 cluster is instantiated as:
> {code}
> miniHS2 = new MiniHS2(hiveConf, MiniClusterType.TEZ);
> {code}
> this test runs on MR, as shown in the attached log (
> [^org.apache.hive.beeline.TestBeeLineWithArgs-output.txt] )
> {code}
> 2021-05-10T02:42:32,733 INFO [HiveServer2-Background-Pool: Thread-866]
> exec.Task: 2021-05-10 02:42:32,732 Stage-1 map = 0%, reduce = 100%
> Ended Job = job_local1070740374_0001
> 2021-05-10T02:42:32,735 INFO [HiveServer2-Background-Pool: Thread-866]
> exec.Task: Ended Job = job_local1070740374_0001
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)