You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Rajat Khandelwal (JIRA)" <ji...@apache.org> on 2016/05/17 10:02:12 UTC

[jira] [Created] (LENS-1145) Add driver name in estimate logs

Rajat Khandelwal created LENS-1145:
--------------------------------------

             Summary: Add driver name in estimate logs
                 Key: LENS-1145
                 URL: https://issues.apache.org/jira/browse/LENS-1145
             Project: Apache Lens
          Issue Type: Improvement
            Reporter: Rajat Khandelwal


Currently the logs are coming like:

{noformat}
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-406] INFO  hive.ql.parse.ParseDriver - Parse Completed
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-414] INFO  hive.ql.parse.ParseDriver - Parse Completed
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-415] INFO  hive.ql.parse.ParseDriver - Parse Completed
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-405] INFO  hive.ql.parse.ParseDriver - Parse Completed
{noformat}

Would be helpful if we get something like this:

{noformat}
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-406][hive/hive1] INFO  hive.ql.parse.ParseDriver - Parse Completed
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-414][hive/hive2] INFO  hive.ql.parse.ParseDriver - Parse Completed
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-415][jdbc/jdbc1] INFO  hive.ql.parse.ParseDriver - Parse Completed
16 May 2016 09:26:06 [c88f6883-6371-40b3-969e-1eaf58442fd4] [estimate-405][jdbc/jdbc2] INFO  hive.ql.parse.ParseDriver - Parse Completed
{noformat}




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