Skip to content
Snippets Groups Projects
  • Shixiong Zhu's avatar
    06dec374
    [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt,... · 06dec374
    Shixiong Zhu authored
    [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages
    
    ## What changes were proposed in this pull request?
    
    Currently there are a few sub-projects, each for integrating with different external sources for Streaming.  Now that we have better ability to include external libraries (spark packages) and with Spark 2.0 coming up, we can move the following projects out of Spark to https://github.com/spark-packages
    
    - streaming-flume
    - streaming-akka
    - streaming-mqtt
    - streaming-zeromq
    - streaming-twitter
    
    They are just some ancillary packages and considering the overhead of maintenance, running tests and PR failures, it's better to maintain them out of Spark. In addition, these projects can have their different release cycles and we can release them faster.
    
    I have already copied these projects to https://github.com/spark-packages
    
    ## How was this patch tested?
    
    Jenkins tests
    
    Author: Shixiong Zhu <shixiong@databricks.com>
    
    Closes #11672 from zsxwing/remove-external-pkg.
    06dec374
    History
    [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt,...
    Shixiong Zhu authored
    [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages
    
    ## What changes were proposed in this pull request?
    
    Currently there are a few sub-projects, each for integrating with different external sources for Streaming.  Now that we have better ability to include external libraries (spark packages) and with Spark 2.0 coming up, we can move the following projects out of Spark to https://github.com/spark-packages
    
    - streaming-flume
    - streaming-akka
    - streaming-mqtt
    - streaming-zeromq
    - streaming-twitter
    
    They are just some ancillary packages and considering the overhead of maintenance, running tests and PR failures, it's better to maintain them out of Spark. In addition, these projects can have their different release cycles and we can release them faster.
    
    I have already copied these projects to https://github.com/spark-packages
    
    ## How was this patch tested?
    
    Jenkins tests
    
    Author: Shixiong Zhu <shixiong@databricks.com>
    
    Closes #11672 from zsxwing/remove-external-pkg.
pom.xml 85.17 KiB