GitHub user breakdawn opened a pull request:

    https://github.com/apache/spark/pull/11727

    [SPARK-13397] Cleanup transient annotations which aren't being applied

    ## What changes were proposed in this pull request?
    
    This cleanup the transient annotations which aren't being applied. The 
followings are the warnings
    GSchedulerSuite.scala:70: no valid targets for annotation on value tracker 
- it is discarded unused. You may specify targets with meta-annotations, e.g. 
@(transient @param)
         @transient tracker: MapOutputTrackerMaster = null)
    SerializationDebuggerSuite.scala:222: no valid targets for annotation on 
value replacementFieldObject - it is discarded unused. You may specify targets 
with meta-annotations, e.g. @(transient @param)
         class SerializableClassWithWriteReplace(@transient 
replacementFieldObject: Object)
    ReceiverTrackerSuite.scala:108: no valid targets for annotation on value 
_ssc - it is discarded unused. You may specify targets with meta-annotations, 
e.g. @(transient @param)
         class RateTestInputDStream(@transient _ssc: StreamingContext)
    
    
    ## How was this patch tested?
    
    Manual.
    During building, there should be no warning on transient annotation unused.
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/breakdawn/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/11727.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #11727
    
----
commit 26fb355083e7a5215c421a7218cc8f23aedb8d2c
Author: Wesley Tang <[email protected]>
Date:   2016-03-15T09:15:45Z

    [SPARK-13397] Cleanup transient annotations which aren't being applied

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to