Felix Ruess
01/17/2023, 4:49 PMEduardo Matus
01/17/2023, 4:56 PMFrank Shen
01/17/2023, 7:39 PMARG spark_uid=1001
# Set /root user and group
RUN chown -R ${spark_uid}:${spark_uid} /root
USER ${spark_uid}
Frank Shen
01/17/2023, 7:39 PMFrank Shen
01/17/2023, 7:51 PMpyflyte run --remote --service-account spark --image spark_image ...
But this will cause other flyte tasks to have permission issues.
How can we provide the --service-account spark param in the code for the spark task to avoid this?
Will the following work?
@task(
container_image=".../flyte-pyspark:latest",
task_config=Spark(
spark_conf={...
},
service_account: "spark",
),
)
Nick Mostowich
01/17/2023, 9:19 PMSaravanan Arumugam
01/17/2023, 11:55 PMSaravanan Arumugam
01/18/2023, 4:37 AMEduardo Matus
01/18/2023, 1:05 PMEduardo Matus
01/18/2023, 1:07 PMEduardo Matus
01/18/2023, 1:07 PMRiley Hun
01/18/2023, 7:02 PMMasa Nakamura
01/18/2023, 7:18 PMflytectl demo exec -- docker build . --tag "whatever:v1"
failed with following message:
OCI runtime exec failed: exec failed: unable to start container process: exec: "docker": executable file not found in $PATH: unknown
It seems like the sandbox doesn't contain docker command. Am I missing something here? I'm using Mac.Ankit Goyal
01/18/2023, 7:20 PMThe 'redirect_uri' parameter does not match any of the OAuth 2.0 Client's pre-registered redirect urls
I wonder if someone else hit this issue? (note: I already verified that the redirect URI is registered in the Azure app)varsha Parthasarathy
01/18/2023, 7:41 PMNick Mostowich
01/18/2023, 8:17 PMEvan Sadler
01/18/2023, 8:40 PM@task(
task_config=Databricks(
databricks_token="token"
))
For some reason it isn’t working with the default token, which is identical to the PAT that I pass in https://docs.flyte.org/en/latest/deployment/plugin_setup/webapi/databricks.html.
Would love to get some help debugging or general advice on what to look for.Yubo Wang
01/18/2023, 9:32 PMGreg Gydush
01/18/2023, 11:15 PMRuksana Kabealo
01/18/2023, 11:40 PMSeungTaeKim
01/20/2023, 6:31 AMFelix Ruess
01/20/2023, 10:12 AMFelix Ruess
01/20/2023, 11:44 AMBjörn
01/20/2023, 1:14 PMGeoff Salmon
01/20/2023, 3:01 PM<http://blog.flyte.org|blog.flyte.org>
(<http://flyte.org|flyte.org>
is okay) because the IP hosting the blog has some malware-related results in AlienVault: https://otx.alienvault.com/indicator/ip/76.76.21.21
It's probably not related to the Flyte blog itself, but I figured it's worth mentioning because we're likely not the only people blocked from accessing it.Slackbot
01/20/2023, 6:23 PMSujith Samuel
01/23/2023, 12:30 PMAlex Pozimenko
01/23/2023, 7:54 PM1.22
that removes support for quite a few beta APIs (link). Shall we expect any issues with Flyte (e.g does it depend on any of those beta APIs)?
datacatalog_version = "v1.0.1"
flyteadmin_version = "v1.1.21"
flyteconsole_version = "v1.1.0"
flytecopilot_version = "v0.0.26"
flytepropeller_version = "v1.1.33"Rupsha Chaudhuri
01/23/2023, 11:09 PMEduardo Matus
01/24/2023, 5:54 PM