Wouter de Bie
Wouter de Bie
Does `snakebite ls /projects/project=A/` work though? or do you escape the `=` character?
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...
@freider what do you think? Command line options or a decorator? Or both?
Ping @freider
No, sorry. This is only available in the 2.x branch. I'm wondering why you're still on Hadoop 1.x though. On May 4, 2017 19:58, "Thejas Krishnan" wrote: > Please close...
Cool! I'll start with just having a remapping file that you can specify on the command line and then think about how the UI should work. As you mention, one...
@Croq360 What do you think in general the behavior should be? Do we keep `--remap` as well, or do we replace this with the remap file? In case we keep...
@Croq360 cool. I just pushed a proof of concept. Would you mind checking this out? Right now `--remap` takes precedent over `--remap_file`. I also changed the format of the json...
Ah yes.. It seems like `slog-rs` includes `syslog` which is unix only.. Let me see if I can find a way to omit that for windows.
@Croq360 I can't test this because I don't have windows, but could you try to compile from the `fix_windows` branch? This doesn't include the remapping stuff, because I want to...