GitHub user ChenjunZou opened a pull request:

    https://github.com/apache/spark/pull/19721

    [SPARK-22496][SQL]thrift server adds operation logs

    ## What changes were proposed in this pull request?
    since hive 2.0+ uses upgrade log4j to log4j2,a lot of 
[changes](https://issues.apache.org/jira/browse/HIVE-11304) are made working on 
it.
    As spark is not to ready to update its inner hive version(1.2.1) , so I 
manages to make little changes.
    the function registerCurrentOperationLog  is moved from SQLOperstion to its 
parent class ExecuteStatementOperation so spark can use it.
    
    ## How was this patch tested?
    manual test


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ChenjunZou/spark operation-log

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19721.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19721
    
----
commit 0ee967c658da40b3f5f5a79276df340b66208b3f
Author: zouchenjun <[email protected]>
Date:   2017-11-11T09:36:58Z

    spark thrift server adds operation logs

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to