Hey, does flyte spark plugin support fast-registra...
# ask-the-community
b
Hey, does flyte spark plugin support fast-registration? I find the logic to fetch
task segment
&
task input
only at runtime exist in spark driver but it seems spark executors cannot find them anywhere (may come from docker file completely but not from fast-registered minio/s3?).
y
it should.
can you confirm that it works if you
pyflyte register --non-fast
?
b