You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2015/04/22 21:16:58 UTC

[jira] [Commented] (HIVE-10441) Fix confusing log statement in SessionState about hive.execution.engine setting

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

Gunther Hagleitner commented on HIVE-10441:
-------------------------------------------

+1

> Fix confusing log statement in SessionState about hive.execution.engine setting
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-10441
>                 URL: https://issues.apache.org/jira/browse/HIVE-10441
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>         Attachments: HIVE-10441.1.patch
>
>
> {code}
> LOG.info("No Tez session required at this point. hive.execution.engine=mr.");
> {code}
> This statement is misleading. It is true that it is printed in the case that Tez session does not need to be created, but it is not necessarily true that hive.execution.engine=mr - it could be Spark, or it could even be set to Tez but the Session determined that a Tez Session did not need to be created (which is the case for HiveServer2).



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