[ 
https://issues.apache.org/jira/browse/HIVE-14678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15461479#comment-15461479
 ] 

Hive QA commented on HIVE-14678:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12826943/HIVE-14678.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 10443 tests 
executed
*Failed tests:*
{noformat}
TestBeeLineWithArgs - did not produce a TEST-*.xml file
TestHiveCli - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestCliDriver.org.apache.hadoop.hive.cli.TestCliDriver
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_join_part_col_char]
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[acid_bucket_pruning]
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3]
org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1097/testReport
Console output: 
https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1097/console
Test logs: 
http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-1097/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 7 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12826943 - PreCommit-HIVE-MASTER-Build

> Hive-on-MR deprecation warning  is not diplayed when engine is set to capital 
> letter 'MR'
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-14678
>                 URL: https://issues.apache.org/jira/browse/HIVE-14678
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline, CLI, Configuration, Hive
>    Affects Versions: 2.1.0, 2.2.0
>            Reporter: Raja Mannem
>            Assignee: Sergey Shelukhin
>            Priority: Trivial
>         Attachments: HIVE-14678.patch
>
>
> hive> SET hive.execution.engine=mr;
> Hive-on-MR is deprecated in Hive 2 and may not be available in the future 
> versions. Consider using a different execution engine (i.e. tez, spark) or 
> using Hive 1.X releases.
> hive> 
> hive> SET hive.execution.engine=MR;
> hive>
> This warning seems to be generated only with small letter 'mr' wand not with 
> capital letter "MR".
> generateMrDeprecationWarning() seem to be displaying this warning and is 
> being called in different classes. 
> Ex: 
> https://github.com/apache/hive/blob/master/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java#L754
> https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/Driver.java#L1900



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

Reply via email to