Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Bin.apply(GroupByKey.<String, KV<Long,Iterable<TableRow>>>create())
  2. .apply(ParDo.named("Print Bins").of( ... )
  3. .apply(TextIO.Write.to(*Output file based on key*))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement