snakebite icon indicating copy to clipboard operation
snakebite copied to clipboard

Feature request: timeout

Open freider opened this issue 12 years ago • 4 comments
trafficstars

Would be nice with a timeout flag that could be used mainly for the auto-complete feature when the namenode is slow at responding. Tab completion isn't very useful if it takes more than say a second to get the completion, but currently the user has to cancel the completion with a ctrl-C sequence in that case which aborts the current command altogether. What do you think?

freider avatar Sep 04 '13 08:09 freider

Sounds like a good idea to have anyway. The stock hadoop client has a timeout as well (or exponential back-off). For completion purposes we can fail after a timeout, for other stuff we might want to retry after a timeout.

wouterdebie avatar Sep 04 '13 12:09 wouterdebie

@freider what do you think? Command line options or a decorator? Or both?

wouterdebie avatar Nov 13 '13 18:11 wouterdebie

Ping @freider

wouterdebie avatar Mar 04 '14 11:03 wouterdebie

This would surely be a great feature!

odedfos avatar Jun 05 '16 11:06 odedfos