spark-instrumented-optimizer/dev/audit-release
Shixiong Zhu 06dec37455 [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.
2016-03-14 16:56:04 -07:00
..
blank_maven_build SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
blank_sbt_build [Release] Bring audit scripts up-to-date 2014-11-12 16:35:39 -08:00
maven_app_core SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
sbt_app_core [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_ganglia [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_graphx [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_hive [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_kinesis [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_sql [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_streaming [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
.gitignore Merge pull request #565 from pwendell/dev-scripts. Closes #565. 2014-02-08 23:13:34 -08:00
audit_release.py [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages 2016-03-14 16:56:04 -07:00
README.md [SPARK-13189] Cleanup build references to Scala 2.10 2016-02-09 11:56:25 -08:00

Test Application Builds

This directory includes test applications which are built when auditing releases. You can run them locally by setting appropriate environment variables.

$ cd sbt_app_core
$ SCALA_VERSION=2.11.7 \
  SPARK_VERSION=1.0.0-SNAPSHOT \
  SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \
  sbt run