Skip to content
Snippets Groups Projects
  • Sean Owen's avatar
    04fa1223
    SPARK-2293. Replace RDD.zip usage by map with predict inside. · 04fa1223
    Sean Owen authored
    This is the only occurrence of this pattern in the examples that needs to be replaced. It only addresses the example change.
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #1250 from srowen/SPARK-2293 and squashes the following commits:
    
    6b1b28c [Sean Owen] Compute prediction-and-label RDD directly rather than by zipping, for efficiency
    04fa1223
    History
    SPARK-2293. Replace RDD.zip usage by map with predict inside.
    Sean Owen authored
    This is the only occurrence of this pattern in the examples that needs to be replaced. It only addresses the example change.
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #1250 from srowen/SPARK-2293 and squashes the following commits:
    
    6b1b28c [Sean Owen] Compute prediction-and-label RDD directly rather than by zipping, for efficiency