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

2015-12-28 Thread Josh Rosen (JIRA)

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

Josh Rosen reassigned SPARK-12525:
--

Assignee: Josh Rosen  (was: Apache Spark)

> 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
> Fix For: 2.0.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2015-12-25 Thread Apache Spark (JIRA)

 [ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org