Guest User

Untitled

a guest
Dec 15th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ratingsCounts
  2. .apply("FormatResults", MapElements.into(TypeDescriptors.strings())
  3. .via((KV<String, Long> ratingsCount) -> ratingsCount.getKey() + " " + ratingsCount.getValue()))
  4. .apply(TextIO.write().to("./ratings_results").withSuffix(".csv"));
Add Comment
Please, Sign In to add comment