GitHub user SaintBacchus opened a pull request:

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

    [SPARK-11043][SQL]BugFix:Set the operator log in the thrift server.

    `SessionManager` will set the `operationLog` if the configuration 
`hive.server2.logging.operation.enabled` is true in version of hive 1.2.1.
    But the spark did not adapt to this change, so no matter enabled the 
configuration or not, spark thrift server will always log the warn message.
    PS: if `hive.server2.logging.operation.enabled` is false, it should log the 
warn message (the same as hive thrift server).

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

    $ git pull https://github.com/SaintBacchus/spark SPARK-11043

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

    https://github.com/apache/spark/pull/9056.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 #9056
    
----
commit 74b2a46d269ef91857f0d3aed203e171dad7eef1
Author: huangzhaowei <carlmartin...@gmail.com>
Date:   2015-10-10T02:22:08Z

    [SPARK-11043][SQL]BugFix:Set the operator log in the thrift server.

commit eeb04490198052c4e013bf4bdcf68e77eac5eea8
Author: huangzhaowei <carlmartin...@gmail.com>
Date:   2015-10-10T02:31:04Z

    Fix the code style.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to