Arash Rouhani

Results 27 comments of Arash Rouhani

``` class TaskA(cfg): pass ``` Is this supported syntax? I don't think we encourage it. edit: To clarify. I never thought anyone would inherit from Luigi Config class.

I stand corrected then. :) Unfortunately I don't remember the details on how this work.

I'm pretty sure it has not, maybe @ravwojdyla can confirm.

@gpoulin can't you solve this on luigi side? Core luigi shouldn't really depend on snakebite.

@gpoulin Exactly, it's basically that luigi will run faster with snakebite because it don't need to shell out to hadoopcli. :)

@talumbau @gpoulin @vmarkovtsev @wouterdebie. Do you guys have any updates on the status for the python 3 support?

@gpoulin, I did try to scan the status for protobuf and python3 in general, but it doesn't seem to be well supported if at all. Since I can not wait...

For luigi users who are fine with using webhdfs, this could be relvant spotify/luigi#1438

I'm not the right person to speak for this. However, Spotify won't fix this anytime soon I would guess. Patches will be reviewed and probably merged though! :)

Can this be reviewed @Herzult?