https://flyte.org logo
#ask-the-community
Title
# ask-the-community
b

Binyao Jiang

07/18/2023, 1:11 AM
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

Yee

07/18/2023, 4:32 PM
it should.
can you confirm that it works if you
pyflyte register --non-fast
?
b

Binyao Jiang

07/18/2023, 6:32 PM