public class MusicProfiles extends Object implements 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()
Returns a description of the plan that is generated by the assembler and
also of the arguments if they are available.
|
static void |
main(String[] args) |
public String getDescription()
ProgramDescription
getDescription
in interface ProgramDescription
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.