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

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

     [ https://issues.apache.org/jira/browse/SPARK-12525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-12525:
------------------------------------

    Assignee: Apache Spark  (was: Josh Rosen)

> 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: Apache Spark
>
> 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