Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.14.1
-
Fix Version/s: 0.15.0
-
Component/s: None
-
Labels:None
Description
Crunch uses the toString method on MapReduceTargets to format job descriptions. Using Kite, I get descriptions like this:
Pipeline name: Avro(/tmp/crunch-1178952115/p3)+MyDoFn+org.kitesdk.data.crunch.DatasetTarget@249b7336 ID=10 (7/11)
It would be much nicer if I got this instead:
Pipeline name: Avro(/tmp/crunch-1178952115/p3)+MyDoFn+Kite(dataSetURI) ID=10 (7/11)