ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

Request for enhancement #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
edu.uci.ics.hyracks.control.cc.scheduler.naive.NaiveScheduler.java at line 70 
prints the constraints of a job to stderr:

System.err.println("Constraints: " + opConstraints);

This information could be directed to a log instead.

Original issue reported on code.google.com by nicola.o...@gmail.com on 17 Jun 2011 at 12:18

GoogleCodeExporter commented 9 years ago
Fixed in hyracks_dev_next branch (r503).

Original comment by vinay...@gmail.com on 18 Jun 2011 at 11:05