You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/12/26 00:42:49 UTC

[jira] [Created] (SPARK-12525) Fix compiler warnings in Kinesis ASL module due to @transient annotations

Josh Rosen created SPARK-12525:
----------------------------------

             Summary: Fix compiler warnings in Kinesis ASL module due to @transient annotations
                 Key: SPARK-12525
                 URL: https://issues.apache.org/jira/browse/SPARK-12525
             Project: Spark
          Issue Type: Bug
          Components: Streaming
    Affects Versions: 1.6.0, 2.0.0
            Reporter: Josh Rosen
            Assignee: Josh Rosen


The Scala 2.11 SBT build currently fails for Spark 1.6.0 and master due to warnings about the {{@transient}} annotation:

{code}
[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,
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org