Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. May 30, 2016
    • Matthew Wise's avatar
      [DOCS] fix example code issues in documentation · 2d34183b
      Matthew Wise authored
      ## What changes were proposed in this pull request?
      
      Fixed broken java code examples in streaming documentation
      
      Attn: tdas
      
      Author: Matthew Wise <matthew.rs.wise@gmail.com>
      
      Closes #13388 from mawise/fix_docs_java_streaming_example.
      2d34183b
  3. May 11, 2016
    • cody koeninger's avatar
      [SPARK-15085][STREAMING][KAFKA] Rename streaming-kafka artifact · 89e67d66
      cody koeninger authored
      ## What changes were proposed in this pull request?
      Renaming the streaming-kafka artifact to include kafka version, in anticipation of needing a different artifact for later kafka versions
      
      ## How was this patch tested?
      Unit tests
      
      Author: cody koeninger <cody@koeninger.org>
      
      Closes #12946 from koeninger/SPARK-15085.
      89e67d66
  4. Jan 18, 2016
  5. Dec 22, 2015
  6. Dec 10, 2015
  7. Nov 11, 2015
    • Nick Evans's avatar
      [SPARK-11335][STREAMING] update kafka direct python docs on how to get the... · dd77e278
      Nick Evans authored
      [SPARK-11335][STREAMING] update kafka direct python docs on how to get the offset ranges for a KafkaRDD
      
      tdas koeninger
      
      This updates the Spark Streaming + Kafka Integration Guide doc with a working method to access the offsets of a `KafkaRDD` through Python.
      
      Author: Nick Evans <me@nicolasevans.org>
      
      Closes #9289 from manygrams/update_kafka_direct_python_docs.
      dd77e278
  8. Oct 23, 2015
  9. Aug 27, 2015
  10. Aug 10, 2015
    • Mahmoud Lababidi's avatar
      Fixed AtmoicReference<> Example · d2852127
      Mahmoud Lababidi authored
      Author: Mahmoud Lababidi <lababidi@gmail.com>
      
      Closes #8076 from lababidi/master and squashes the following commits:
      
      af4553b [Mahmoud Lababidi] Fixed AtmoicReference<> Example
      d2852127
  11. Jun 19, 2015
    • cody koeninger's avatar
      [SPARK-8390] [STREAMING] [KAFKA] fix docs related to HasOffsetRanges · b305e377
      cody koeninger authored
      Author: cody koeninger <cody@koeninger.org>
      
      Closes #6863 from koeninger/SPARK-8390 and squashes the following commits:
      
      26a06bd [cody koeninger] Merge branch 'master' into SPARK-8390
      3744492 [cody koeninger] [Streaming][Kafka][SPARK-8390] doc changes per TD, test to make sure approach shown in docs actually compiles + runs
      b108c9d [cody koeninger] [Streaming][Kafka][SPARK-8390] further doc fixes, clean up spacing
      bb4336b [cody koeninger] [Streaming][Kafka][SPARK-8390] fix docs related to HasOffsetRanges, cleanup
      3f3c57a [cody koeninger] [Streaming][Kafka][SPARK-8389] Example of getting offset ranges out of the existing java direct stream api
      b305e377
  12. Jun 12, 2015
    • Tathagata Das's avatar
      [SPARK-7284] [STREAMING] Updated streaming documentation · e9471d34
      Tathagata Das authored
      - Kinesis API updated
      - Kafka version updated, and Python API for Direct Kafka added
      - Added SQLContext.getOrCreate()
      - Added information on how to get partitionId in foreachRDD
      
      Author: Tathagata Das <tathagata.das1565@gmail.com>
      
      Closes #6781 from tdas/SPARK-7284 and squashes the following commits:
      
      aac7be0 [Tathagata Das] Added information on how to get partition id
      a66ec22 [Tathagata Das] Complete the line incomplete line,
      a92ca39 [Tathagata Das] Updated streaming documentation
      e9471d34
  13. Jun 09, 2015
    • Kousuke Saruta's avatar
      [STREAMING] [DOC] Remove duplicated description about WAL · e6fb6ced
      Kousuke Saruta authored
      I noticed there is a duplicated description about WAL.
      
      ```
      To ensure zero-data loss, you have to additionally enable Write Ahead Logs in Spark Streaming. To ensure zero data loss, enable the Write Ahead Logs (introduced in Spark 1.2).
      ```
      
      Let's remove the duplication.
      
      I don't file this issue in JIRA because it's minor.
      
      Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>
      
      Closes #6719 from sarutak/remove-multiple-description and squashes the following commits:
      
      cc9bb21 [Kousuke Saruta] Removed duplicated description about WAL
      e6fb6ced
  14. Jun 05, 2015
    • Akhil Das's avatar
      [STREAMING] Update streaming-kafka-integration.md · 019dc9f5
      Akhil Das authored
      Fixed the broken links (Examples) in the documentation.
      
      Author: Akhil Das <akhld@darktech.ca>
      
      Closes #6666 from akhld/patch-2 and squashes the following commits:
      
      2228b83 [Akhil Das] Update streaming-kafka-integration.md
      019dc9f5
  15. Mar 11, 2015
    • Tathagata Das's avatar
      [SPARK-6128][Streaming][Documentation] Updates to Spark Streaming Programming Guide · cd3b68d9
      Tathagata Das authored
      Updates to the documentation are as follows:
      
      - Added information on Kafka Direct API and Kafka Python API
      - Added joins to the main streaming guide
      - Improved details on the fault-tolerance semantics
      
      Generated docs located here
      http://people.apache.org/~tdas/spark-1.3.0-temp-docs/streaming-programming-guide.html#fault-tolerance-semantics
      
      More things to add:
      - Configuration for Kafka receive rate
      - May be add concurrentJobs
      
      Author: Tathagata Das <tathagata.das1565@gmail.com>
      
      Closes #4956 from tdas/streaming-guide-update-1.3 and squashes the following commits:
      
      819408c [Tathagata Das] Minor fixes.
      debe484 [Tathagata Das] Added DataFrames and MLlib
      380cf8d [Tathagata Das] Fix link
      04167a6 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into streaming-guide-update-1.3
      0b77486 [Tathagata Das] Updates based on Josh's comments.
      86c4c2a [Tathagata Das] Updated streaming guides
      82de92a [Tathagata Das] Add Kafka to Python api docs
      cd3b68d9
  16. Jan 24, 2015
    • Jongyoul Lee's avatar
      [SPARK-5058] Part 2. Typos and broken URL · 09e09c54
      Jongyoul Lee authored
      - Also fixed java link
      
      Author: Jongyoul Lee <jongyoul@gmail.com>
      
      Closes #4172 from jongyoul/SPARK-FIXDOC and squashes the following commits:
      
      6be03e5 [Jongyoul Lee] [SPARK-5058] Part 2. Typos and broken URL - Also fixed java link
      09e09c54
  17. Jan 03, 2015
    • sigmoidanalytics's avatar
      [SPARK-5058] Updated broken links · 342612b6
      sigmoidanalytics authored
      Updated the broken link pointing to the KafkaWordCount example to the correct one.
      
      Author: sigmoidanalytics <mayur@sigmoidanalytics.com>
      
      Closes #3877 from sigmoidanalytics/patch-1 and squashes the following commits:
      
      3e19b31 [sigmoidanalytics] Updated broken links
      342612b6
  18. Jan 02, 2015
    • Akhil Das's avatar
      Fixed typos in streaming-kafka-integration.md · cdccc263
      Akhil Das authored
      Changed projrect to project :)
      
      Author: Akhil Das <akhld@darktech.ca>
      
      Closes #3876 from akhld/patch-1 and squashes the following commits:
      
      e0cf9ef [Akhil Das] Fixed typos in streaming-kafka-integration.md
      cdccc263
  19. Dec 11, 2014
    • Tathagata Das's avatar
      [SPARK-4806] Streaming doc update for 1.2 · b004150a
      Tathagata Das authored
      Important updates to the streaming programming guide
      - Make the fault-tolerance properties easier to understand, with information about write ahead logs
      - Update the information about deploying the spark streaming app with information about Driver HA
      - Update Receiver guide to discuss reliable vs unreliable receivers.
      
      Author: Tathagata Das <tathagata.das1565@gmail.com>
      Author: Josh Rosen <joshrosen@databricks.com>
      Author: Josh Rosen <rosenville@gmail.com>
      
      Closes #3653 from tdas/streaming-doc-update-1.2 and squashes the following commits:
      
      f53154a [Tathagata Das] Addressed Josh's comments.
      ce299e4 [Tathagata Das] Minor update.
      ca19078 [Tathagata Das] Minor change
      f746951 [Tathagata Das] Mentioned performance problem with WAL
      7787209 [Tathagata Das] Merge branch 'streaming-doc-update-1.2' of github.com:tdas/spark into streaming-doc-update-1.2
      2184729 [Tathagata Das] Updated Kafka and Flume guides with reliability information.
      2f3178c [Tathagata Das] Added more information about writing reliable receivers in the custom receiver guide.
      91aa5aa [Tathagata Das] Improved API Docs menu
      5707581 [Tathagata Das] Added Pythn API badge
      b9c8c24 [Tathagata Das] Merge pull request #26 from JoshRosen/streaming-programming-guide
      b8c8382 [Josh Rosen] minor fixes
      a4ef126 [Josh Rosen] Restructure parts of the fault-tolerance section to read a bit nicer when skipping over the headings
      65f66cd [Josh Rosen] Fix broken link to fault-tolerance semantics section.
      f015397 [Josh Rosen] Minor grammar / pluralization fixes.
      3019f3a [Josh Rosen] Fix minor Markdown formatting issues
      aa8bb87 [Tathagata Das] Small update.
      195852c [Tathagata Das] Updated based on Josh's comments, updated receiver reliability and deploying section, and also updated configuration.
      17b99fb [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into streaming-doc-update-1.2
      a0217c0 [Tathagata Das] Changed Deploying menu layout
      67fcffc [Tathagata Das] Added cluster mode + supervise example to submitting application guide.
      e45453b [Tathagata Das] Update streaming guide, added deploying section.
      192c7a7 [Tathagata Das] Added more info about Python API, and rewrote the checkpointing section.
      b004150a
  20. Sep 03, 2014
    • Tathagata Das's avatar
      [SPARK-2419][Streaming][Docs] Updates to the streaming programming guide · a5224079
      Tathagata Das authored
      Updated the main streaming programming guide, and also added source-specific guides for Kafka, Flume, Kinesis.
      
      Author: Tathagata Das <tathagata.das1565@gmail.com>
      Author: Jacek Laskowski <jacek@japila.pl>
      
      Closes #2254 from tdas/streaming-doc-fix and squashes the following commits:
      
      e45c6d7 [Jacek Laskowski] More fixes from an old PR
      5125316 [Tathagata Das] Fixed links
      dc02f26 [Tathagata Das] Refactored streaming kinesis guide and made many other changes.
      acbc3e3 [Tathagata Das] Fixed links between streaming guides.
      cb7007f [Tathagata Das] Added Streaming + Flume integration guide.
      9bd9407 [Tathagata Das] Updated streaming programming guide with additional information from SPARK-2419.
      a5224079
Loading