You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2015/11/12 03:23:10 UTC

[jira] [Commented] (HIVE-10974) Use Configuration::getRaw() for the Base64 data

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

Gopal V commented on HIVE-10974:
--------------------------------

This is just a performance issue.

> Use Configuration::getRaw() for the Base64 data
> -----------------------------------------------
>
>                 Key: HIVE-10974
>                 URL: https://issues.apache.org/jira/browse/HIVE-10974
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 2.0.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>             Fix For: 2.0.0
>
>         Attachments: HIVE-10974.1.patch
>
>
> Inspired by the Twitter HadoopSummit talk
> {code}
>    if (HiveConf.getBoolVar(conf, ConfVars.HIVE_RPC_QUERY_PLAN)) {
>           LOG.debug("Loading plan from string: "+path.toUri().getPath());
>           String planString = conf.get(path.toUri().getPath());
> {code}
> Use getRaw() in other places where Base64 data is present.



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