-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ZIP does not support timestamps before 1980 #5994
Comments
Thank you for opening your first issue here! 🛠 |
@LemontreeN , how are you checking out the flytesnacks repo? Also, can you share other details like OS, python version, and flytekit versions? |
pyflyte run --remote -p p1 -d development spark.py my_spark error same with the discuss, ServerBase environments
Installation and configuration steps:
configmap:
enabled_plugins:
tasks:
task-plugins:
enabled-plugins:
- container
- sidecar
- k8s-array
- agent-service
- echo
- spark
default-for-task-types:
container: container
sidecar: sidecar
container_array: k8s-array
spark: spark enabled sparkoperator from the flyte/charts/flyte-core/values.yaml at d2ddfe26041c4441139001c289c9c0e10bd3d319 · flyteorg/flyte as follows sparkoperator:
enabled: true
plugin_config:
plugins:
spark:
spark-config-default:
- spark.driver.cores: "1"
Uncomment and set the S3 credentials if required
- spark.hadoop.fs.s3a.aws.credentials.provider: "org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider"
- spark.hadoop.fs.s3a.endpoint: <S3_ENDPOINT>
- spark.hadoop.fs.s3a.access.key: "<ACCESS_KEY>"
- spark.hadoop.fs.s3a.secret.key: "<SECRET_KEY>"
- spark.hadoop.fs.s3a.path.style.access: "true"
- spark.kubernetes.allocation.batch.size: "50"
- spark.hadoop.fs.s3a.acl.default: "BucketOwnerFullControl"
- spark.hadoop.fs.s3n.impl: "org.apache.hadoop.fs.s3a.S3AFileSystem"
- spark.hadoop.fs.AbstractFileSystem.s3n.impl: "org.apache.hadoop.fs.s3a.S3A"
- spark.hadoop.fs.s3.impl: "org.apache.hadoop.fs.s3a.S3AFileSystem"
- spark.hadoop.fs.AbstractFileSystem.s3.impl: "org.apache.hadoop.fs.s3a.S3A"
- spark.hadoop.fs.s3a.impl: "org.apache.hadoop.fs.s3a.S3AFileSystem"
- spark.hadoop.fs.AbstractFileSystem.s3a.impl: "org.apache.hadoop.fs.s3a.S3A"
Clientflytekit 1.13.12 |
@eapolinario As a result, I successfully ran my code using pyflyte register --copy none Perhaps you should consider updating the Flyte Spark tutorial; I think many people trying to use Flyte with Spark will encounter this issue if they follow the current instructions. |
Describe the bug
same with the below page,error : ZIP does not support timestamps before 1980
when execute the spark sample code
https://discuss.flyte.org/t/23214966/hi-everyone-wave-i-m-new-here-and-this-is-my-first-message-i
Expected behavior
The sample code should execute normally.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: