GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-20343][BUILD] Revert "Force Avro 1.7.7 in sbt build to resolve build 
failure in SBT Hadoop 2.6 master on Jenkins"

    ## What changes were proposed in this pull request?
    
    After https://github.com/apache/spark/pull/17651, it seems the build still 
fails on SBT Hadoop 2.6 master.  
    
    ```
    [error] 
/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.6/core/src/main/scala/org/apache/spark/serializer/GenericAvroSerializer.scala:123:
 value createDatumWriter is not a member of org.apache.avro.generic.GenericData
    [error]     writerCache.getOrElseUpdate(schema, 
GenericData.get.createDatumWriter(schema))
    [error]
    ``` 
    
    
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/job/spark-master-test-sbt-hadoop-2.6/lastBuild/
    
    I am unable to reproduce this - 
https://github.com/apache/spark/pull/17477#issuecomment-294094092 and the 
reviewer was too. So, this got merged as it looks the only way to verify this 
is to merge it currently (as no one seems unable to reproduce this).
    
    ## How was this patch tested?
    
    Jenkins tests.

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

    $ git pull https://github.com/HyukjinKwon/spark revert-SPARK-20343

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

    https://github.com/apache/spark/pull/17669.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 #17669
    
----
commit f81b9fcf5854934aa9fba68bda294b72a52d34c8
Author: hyukjinkwon <[email protected]>
Date:   2017-04-18T10:42:29Z

    Revert "[SPARK-20343][BUILD] Force Avro 1.7.7 in sbt build to resolve build 
failure in SBT Hadoop 2.6 master on Jenkins"
    
    This reverts commit d4f10cbbe1b9d13e43d80a50d204781e1c5c2da9.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to