spark-instrumented-optimizer/extras
Josh Rosen fb572c6e4b [SPARK-12525] Fix fatal compiler warnings in Kinesis ASL due to @transient annotations
The Scala 2.11 SBT build currently fails for Spark 1.6.0 and master due to warnings about the `transient` annotation:

```
[error] [warn] /Users/joshrosen/Documents/spark/extras/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisBackedBlockRDD.scala:73: no valid targets for annotation on value sc - it is discarded unused. You may specify targets with meta-annotations, e.g. (transient param)
[error] [warn]     transient sc: SparkContext,
```

This fix implemented here is the same as what we did in #8433: remove the `transient` annotations when they are not necessary and replace use  `transient private val` in the remaining cases.

Author: Josh Rosen <joshrosen@databricks.com>

Closes #10479 from JoshRosen/fix-sbt-2.11.
2015-12-28 14:51:22 -08:00
..
java8-tests Bump master version to 2.0.0-SNAPSHOT. 2015-12-19 15:13:05 -08:00
kinesis-asl [SPARK-12525] Fix fatal compiler warnings in Kinesis ASL due to @transient annotations 2015-12-28 14:51:22 -08:00
kinesis-asl-assembly Bump master version to 2.0.0-SNAPSHOT. 2015-12-19 15:13:05 -08:00
spark-ganglia-lgpl Bump master version to 2.0.0-SNAPSHOT. 2015-12-19 15:13:05 -08:00
README.md [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressions for the Java/Scala APIs 2014-03-03 22:31:30 -08:00

This directory contains build components not included by default in Spark's build.