You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, especially if you are debugging something, you want to see a little more information on what Flintrock is doing.
One type of information I've often found myself wanting to see, for example, are statistics on how long it took to do the various sub-steps in an operation. How long is it taking to download Hadoop? How long does it take the Spark master to come up? And so forth.
So first we just need some minimal plumbing to support configurable debug output. From there we can add stuff like these statistics.
The text was updated successfully, but these errors were encountered:
nchammas
changed the title
Add support for debug output that shows additional information
Add support for debug output that shows stage statistics
Apr 2, 2017
Sometimes, especially if you are debugging something, you want to see a little more information on what Flintrock is doing.
One type of information I've often found myself wanting to see, for example, are statistics on how long it took to do the various sub-steps in an operation. How long is it taking to download Hadoop? How long does it take the Spark master to come up? And so forth.
So first we just need some minimal plumbing to support configurable debug output. From there we can add stuff like these statistics.
The text was updated successfully, but these errors were encountered: