Programmatically determine Field names of Scalding/Cascading Pipe Programmatically determine Field names of Scalding/Cascading Pipe hadoop hadoop

Programmatically determine Field names of Scalding/Cascading Pipe


.write(Tsv("filename.tsv"), writeHeader=true)

by making writeHeader = true you tell the .write function to include the schema as well.