Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update `lineLengths.persist();` to `lineLengths.persist(StorageLevel.MEMORY_ONLY());` because `JavaRDD#persist` needs a parameter of `StorageLevel`. Author: Keiji Yoshida <[email protected]> Closes apache#8372 from yosssi/patch-1.
- Loading branch information