aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-flume-integration.md
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-09-04 23:16:39 -1000
committerReynold Xin <rxin@databricks.com>2015-09-04 23:16:39 -1000
commit7a4f326c00fb33c384b4fb927310d687ec063329 (patch)
treef10a667018ac01e4aa4bc384d8ec72cd64aac27a /docs/streaming-flume-integration.md
parent6c751940ea8449b7540ba956a00ed19ba0af599b (diff)
downloadspark-7a4f326c00fb33c384b4fb927310d687ec063329.tar.gz
spark-7a4f326c00fb33c384b4fb927310d687ec063329.tar.bz2
spark-7a4f326c00fb33c384b4fb927310d687ec063329.zip
[SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the programming guides and python docs
- Fixed information around Python API tags in streaming programming guides - Added missing stuff in python docs Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #8595 from tdas/SPARK-10440.
Diffstat (limited to 'docs/streaming-flume-integration.md')
-rw-r--r--docs/streaming-flume-integration.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/streaming-flume-integration.md b/docs/streaming-flume-integration.md
index de0461010d..383d954409 100644
--- a/docs/streaming-flume-integration.md
+++ b/docs/streaming-flume-integration.md
@@ -5,8 +5,6 @@ title: Spark Streaming + Flume Integration Guide
[Apache Flume](https://flume.apache.org/) is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. Here we explain how to configure Flume and Spark Streaming to receive data from Flume. There are two approaches to this.
-<span class="badge" style="background-color: grey">Python API</span> Flume is not yet available in the Python API.
-
## Approach 1: Flume-style Push-based Approach
Flume is designed to push data between Flume agents. In this approach, Spark Streaming essentially sets up a receiver that acts an Avro agent for Flume, to which Flume can push the data. Here are the configuration steps.