public class MusicProfiles extends Object implements org.apache.flink.api.common.ProgramDescription
The triplets input is expected to be given as one triplet per line, in the following format: "<userID>\t<songID>\t<playcount>".
The mismatches input file is expected to contain one mismatch record per line, in the following format: "ERROR: <songID trackID> song_title"
If no arguments are provided, the example runs with default data from MusicProfilesData.
| Constructor and Description |
|---|
MusicProfiles() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static void |
main(String[] args) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.