You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sahil Takiar (JIRA)" <ji...@apache.org> on 2017/09/18 20:00:03 UTC

[jira] [Updated] (HIVE-17112) Reduce logging in HiveSparkClientFactory and RemoteHiveSparkClient

     [ https://issues.apache.org/jira/browse/HIVE-17112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sahil Takiar updated HIVE-17112:
--------------------------------
    Summary: Reduce logging in HiveSparkClientFactory and RemoteHiveSparkClient  (was: Reduce logging in HiveSparkClientFactory)

> Reduce logging in HiveSparkClientFactory and RemoteHiveSparkClient
> ------------------------------------------------------------------
>
>                 Key: HIVE-17112
>                 URL: https://issues.apache.org/jira/browse/HIVE-17112
>             Project: Hive
>          Issue Type: Bug
>          Components: Spark
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>
> HiveSparkClientFactory has the following line that introduces excess logging:
> {code}
> LOG.info(String.format(
>               "load spark property from %s (%s -> %s).",
>               SPARK_DEFAULT_CONF_FILE, propertyName, LogUtils.maskIfPassword(propertyName,value)));
> {code}
> It basically dumps the entire configuration object to the logs, we can probably change this from INFO to DEBUG.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)