Github user koeninger commented on the issue:

    https://github.com/apache/spark/pull/14041
  
    Keeping the 0.10 classes might work if we want to skip publishing 0.8, but
    trying to skip publishing 0.10 did not work until I modified the classpath
    for the unidoc task.  0.8 would error, apparently due to changed methods in
    0.10. Skipping both might work.
    
    Either way there's still the question of where / how to publish the api doc
    for the Kafka connector.  Only options I can see are publish it
    separately;  or run unidoc with the exclusions, run scaladoc for the
    excluded project(s), then script merging them.
    On Jul 4, 2016 3:20 AM, "Sean Owen" <notificati...@github.com> wrote:
    
    > It doesn't work to only keep the 0.10 classes? I was hoping they'd be a
    > superset of 0.8 for these purposes. Can we skip generating javadoc for one
    > of them rather than modify the classpath, if necessary?
    >
    > —
    > You are receiving this because you authored the thread.
    > Reply to this email directly, view it on GitHub
    > <https://github.com/apache/spark/pull/14041#issuecomment-230232556>, or 
mute
    > the thread
    > 
<https://github.com/notifications/unsubscribe/AAGAB4wgwoTkmYw188NCtoxFxc9svNUfks5qSMJWgaJpZM4JEDCW>
    > .
    >



---
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