Skip to content
Snippets Groups Projects
  • Keiji Yoshida's avatar
    46fcb9e0
    Update programming-guide.md · 46fcb9e0
    Keiji Yoshida authored
    Update `lineLengths.persist();` to `lineLengths.persist(StorageLevel.MEMORY_ONLY());` because `JavaRDD#persist` needs a parameter of `StorageLevel`.
    
    Author: Keiji Yoshida <yoshida.keiji.84@gmail.com>
    
    Closes #8372 from yosssi/patch-1.
    46fcb9e0
    History
    Update programming-guide.md
    Keiji Yoshida authored
    Update `lineLengths.persist();` to `lineLengths.persist(StorageLevel.MEMORY_ONLY());` because `JavaRDD#persist` needs a parameter of `StorageLevel`.
    
    Author: Keiji Yoshida <yoshida.keiji.84@gmail.com>
    
    Closes #8372 from yosssi/patch-1.