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

Prasanth Jayachandran commented on HIVE-15786:
----------------------------------------------

The default pattern layout used in llap-cli properties files is 
{code}
%p %c{2}: %m%n
{code}
p - log level
c - logger name
m - message
n - line ending

Maybe we can just use %m%n? 

We can use this layout for console appender.

If we want different layouts for different loggers, then we need to create 2 
appenders with different pattern layouts and use appenderRef in logger to 
reference corresponding appenders. 

I don't think we need different pattern layouts. Do we?


Also, if it is easy it will be good to print out last few lines/KBs from the 
logs, also point to log url for more info. If this is not easy, we can take it 
up in a follow up. 

> Provide additional information from the llapstatus command
> ----------------------------------------------------------
>
>                 Key: HIVE-15786
>                 URL: https://issues.apache.org/jira/browse/HIVE-15786
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>         Attachments: HIVE-15786.01.patch
>
>
> Slider is making enhancements to provide additional information like 
> completed containers, pending containers etc.
> Integrate with this to provide additional details in llapstatus.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to