GitHub user markgrover opened a pull request:

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

    [SPARK-19185][DSTREAM] Make Kafka consumer cache configurable

    ## What changes were proposed in this pull request?
    
    Add a new property `spark.streaming.kafka.consumer.cache.enabled` that 
allows users to enable or disable the cache for Kafka consumers. This property 
can be especially handy in cases where issues like SPARK-19185 get hit, for 
which there isn't a solution committed yet. By default, the cache is still on, 
so this change doesn't change any out-of-box behavior.
    
    ## How was this patch tested?
    Running unit tests

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

    $ git pull https://github.com/markgrover/spark spark-19185

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

    https://github.com/apache/spark/pull/18234.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 #18234
    
----
commit 68ca3f3c1051e7b98f2dcb92b752bee43d810c07
Author: Mark Grover <m...@apache.org>
Date:   2017-06-07T16:03:37Z

    [SPARK-19185][DSTREAM] Make Kafka consumer cache configurable

----


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