You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Szehon Ho (JIRA)" <ji...@apache.org> on 2016/03/29 19:42:25 UTC

[jira] [Created] (HIVE-13376) HoS emits too many logs with application state

Szehon Ho created HIVE-13376:
--------------------------------

             Summary: HoS emits too many logs with application state
                 Key: HIVE-13376
                 URL: https://issues.apache.org/jira/browse/HIVE-13376
             Project: Hive
          Issue Type: Improvement
          Components: Spark
            Reporter: Szehon Ho
            Assignee: Xuefu Zhang


The logs get flooded with something like:

> Mar 28, 3:12:21.851 PM        INFO    org.apache.hive.spark.client.SparkClientImpl
> [stderr-redir-1]: 16/03/28 15:12:21 INFO yarn.Client: Application report for application_1458679386200_0161 (state: RUNNING)
> Mar 28, 3:12:21.912 PM        INFO    org.apache.hive.spark.client.SparkClientImpl
> [stderr-redir-1]: 16/03/28 15:12:21 INFO yarn.Client: Application report for application_1458679386200_0149 (state: RUNNING)
> Mar 28, 3:12:22.853 PM        INFO    org.apache.hive.spark.client.SparkClientImpl
> [stderr-redir-1]: 16/03/28 15:12:22 INFO yarn.Client: Application report for application_1458679386200_0161 (state: RUNNING)
> Mar 28, 3:12:22.913 PM        INFO    org.apache.hive.spark.client.SparkClientImpl
> [stderr-redir-1]: 16/03/28 15:12:22 INFO yarn.Client: Application report for application_1458679386200_0149 (state: RUNNING)
> Mar 28, 3:12:23.855 PM        INFO    org.apache.hive.spark.client.SparkClientImpl
> [stderr-redir-1]: 16/03/28 15:12:23 INFO yarn.Client: Application report for application_1458679386200_0161 (state: RUNNING)

While this is good information, it is a bit much.

Seems like SparkJobMonitor hard-codes its interval to 1 second.  It should be higher and perhaps made configurable.



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