This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.talentica.flink; | |
| import org.apache.flink.api.common.functions.FilterFunction; | |
| import org.apache.flink.api.common.functions.MapFunction; | |
| import org.apache.flink.api.java.DataSet; | |
| import org.apache.flink.api.java.ExecutionEnvironment; | |
| import org.apache.flink.api.java.tuple.Tuple3; | |
| import org.apache.flink.api.java.utils.ParameterTool; | |
| import java.util.Arrays; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id | title | singers | |
|---|---|---|---|
| 1 | Roar | Katy Perry | |
| 2 | The Best Day | Taylor Swift | |
| 3 | Cant Remember to Forget You | Shakira|Rihanna | |
| 4 | Uptown Funk | Mark Ronson|Bruno Mars | |
| 5 | Sorry | Justin Bieber | |
| 6 | The Only Exception | Paramore | |
| 7 | Back To December | Taylor Swift |