GitHub user LantaoJin opened a pull request:

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

    [SPARK-22079][SQL] Serializer in HiveOutputWriter miss loading job co…

    …nfiguration
    
    ## What changes were proposed in this pull request?
    
    Serializer in HiveOutputWriter misses loading job configuration. It will 
failed the customized SerDe object which extends 
org.apache.hadoop.hive.serde2.AbstractSerDe and overrides its 
initialize(Configuration,...) method.
    
    ## How was this patch tested?
    
    If need, I can provide a UT.
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/LantaoJin/spark SPARK-22079

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

    https://github.com/apache/spark/pull/19293.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 #19293
    
----
commit 45477fbf00558066e3733a34e1d59ce22c192ee2
Author: LantaoJin <jinlan...@gmail.com>
Date:   2017-09-20T11:51:10Z

    [SPARK-22079][SQL] Serializer in HiveOutputWriter miss loading job 
configuration

----


---

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

Reply via email to