Skip to content
Snippets Groups Projects
  1. Jun 08, 2017
    • Mark Grover's avatar
      [SPARK-19185][DSTREAM] Make Kafka consumer cache configurable · 55b8cfe6
      Mark Grover authored
      ## 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
      
      Author: Mark Grover <mark@apache.org>
      Author: Mark Grover <grover.markgrover@gmail.com>
      
      Closes #18234 from markgrover/spark-19185.
      55b8cfe6
  2. Apr 19, 2017
  3. Feb 16, 2017
    • Sean Owen's avatar
      [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 support · 0e240549
      Sean Owen authored
      - Move external/java8-tests tests into core, streaming, sql and remove
      - Remove MaxPermGen and related options
      - Fix some reflection / TODOs around Java 8+ methods
      - Update doc references to 1.7/1.8 differences
      - Remove Java 7/8 related build profiles
      - Update some plugins for better Java 8 compatibility
      - Fix a few Java-related warnings
      
      For the future:
      
      - Update Java 8 examples to fully use Java 8
      - Update Java tests to use lambdas for simplicity
      - Update Java internal implementations to use lambdas
      
      ## How was this patch tested?
      
      Existing tests
      
      Author: Sean Owen <sowen@cloudera.com>
      
      Closes #16871 from srowen/SPARK-19493.
      0e240549
  4. Jan 24, 2017
    • uncleGen's avatar
      [DOCS] Fix typo in docs · 7c61c2a1
      uncleGen authored
      ## What changes were proposed in this pull request?
      
      Fix typo in docs
      
      ## How was this patch tested?
      
      Author: uncleGen <hustyugm@gmail.com>
      
      Closes #16658 from uncleGen/typo-issue.
      7c61c2a1
  5. Nov 02, 2016
  6. Oct 30, 2016
  7. Oct 21, 2016
    • cody koeninger's avatar
      [STREAMING][KAFKA][DOC] clarify kafka settings needed for larger batches · c9720b21
      cody koeninger authored
      ## What changes were proposed in this pull request?
      
      Minor doc change to mention kafka configuration for larger spark batches.
      
      ## How was this patch tested?
      
      Doc change only, confirmed via jekyll.
      
      The configuration issue was discussed / confirmed with users on the mailing list.
      
      Author: cody koeninger <cody@koeninger.org>
      
      Closes #15570 from koeninger/kafka-doc-heartbeat.
      c9720b21
  8. Oct 12, 2016
    • cody koeninger's avatar
      [SPARK-17853][STREAMING][KAFKA][DOC] make it clear that reusing group.id is bad · c264ef9b
      cody koeninger authored
      ## What changes were proposed in this pull request?
      
      Documentation fix to make it clear that reusing group id for different streams is super duper bad, just like it is with the underlying Kafka consumer.
      
      ## How was this patch tested?
      
      I built jekyll doc and made sure it looked ok.
      
      Author: cody koeninger <cody@koeninger.org>
      
      Closes #15442 from koeninger/SPARK-17853.
      c264ef9b
  9. Aug 05, 2016
Loading