File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
core/src/main/scala/org/apache/spark/broadcast Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ import org.apache.spark.util.Utils
4646 * @tparam  T  The type of the element of RDD to be broadcasted. 
4747 * @tparam  U  The type of object transformed from the collection of elements of the RDD. 
4848 * 
49-  @  @param  rdd  The RDD to be broadcasted on executors. 
50-  * @param  mode  The [[BroadcastMode ]] object used to transform the result of RDD to the object which  
51-  *             will be stored in the [[ BlockManager ]] . 
49+  *  @param  rdd  The RDD to be broadcasted on executors. 
50+  * @param  mode  The [[org.apache.spark.broadcast. BroadcastMode 
51+  *             of RDD to the object which  will be stored in block manager . 
5252 * @param  id  A unique identifier for the broadcast variable. 
5353 */  
5454private [spark] class  TorrentExecutorBroadcast [T :  ClassTag , U :  ClassTag ](
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments