wide-helmet-70417
05/16/2023, 3:13 PMfreezing-airport-6809
freezing-airport-6809
wide-helmet-70417
05/16/2023, 4:17 PMwide-helmet-70417
05/16/2023, 4:29 PMglamorous-carpet-83516
05/16/2023, 5:42 PMwide-helmet-70417
05/16/2023, 11:17 PMglamorous-carpet-83516
05/16/2023, 11:26 PMfreezing-airport-6809
tall-lock-23197
wide-helmet-70417
05/17/2023, 2:55 PMtall-lock-23197
tall-lock-23197
tall-lock-23197
tall-lock-23197
wide-helmet-70417
05/18/2023, 1:18 PMwide-helmet-70417
05/18/2023, 1:23 PMfreezing-airport-6809
wide-helmet-70417
05/18/2023, 2:11 PMtall-lock-23197
im able to run the spark example shared by kevin now with --remote flag! but got the following error in the web UI:Would you be able to fetch the k8s log? https://docs.flyte.org/en/latest/community/troubleshoot.html#troubleshoot
kubectl get pods -n flytesnacks-development
kubectl logs <pod-name> -n flytesnacks-development
wide-helmet-70417
05/18/2023, 3:54 PMtar: Removing leading `/' from member names
โญโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโฎ
โ /usr/local/bin/pyflyte-execute:8 in <module> โ
โ โ
โ โฑ 8 โ sys.exit(execute_task_cmd()) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:1130 in __call__ โ
โ โ
โ โฑ 1130 โ โ return self.main(*args, **kwargs) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:1055 in main โ
โ โ
โ โฑ 1055 โ โ โ โ โ rv = self.invoke(ctx) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:1404 in invoke โ
โ โ
โ โฑ 1404 โ โ โ return ctx.invoke(self.callback, **ctx.params) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:760 in invoke โ
โ โ
โ โฑ 760 โ โ โ โ return __callback(*args, **kwargs) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/flytekit/bin/entrypoint.py:471 in โ
โ execute_task_cmd โ
โ โ
โ โฑ 471 โ _execute_task( โ
โ โ
โ /usr/local/lib/python3.10/site-packages/flytekit/exceptions/scopes.py:160 in โ
โ system_entry_point โ
โ โ
โ โฑ 160 โ โ โ โ return wrapped(*args, **kwargs) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/flytekit/bin/entrypoint.py:347 in โ
โ _execute_task โ
โ โ
โ โฑ 347 โ โ _task_def = resolver_obj.load_task(loader_args=resolver_args) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/flytekit/core/utils.py:295 in โ
โ wrapper โ
โ โ
โ โฑ 295 โ โ โ โ return func(*args, **kwargs) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/flytekit/core/python_auto_container. โ
โ py:235 in load_task โ
โ โ
โ โฑ 235 โ โ task_module = importlib.import_module(name=task_module) # typ โ
โ โ
โ /usr/local/lib/python3.10/importlib/__init__.py:126 in import_module โ
โ โ
โ โฑ 126 โ return _bootstrap._gcd_import(name[level:], package, level) โ
โ in _gcd_import:1050 โ
โ in _find_and_load:1027 โ
โ in _find_and_load_unlocked:1006 โ
โ in _load_unlocked:688 โ
โ in exec_module:883 โ
โ in _call_with_frames_removed:241 โ
โ โ
โ /root/flyte3.py:7 in <module> โ
โ โ
โ โฑ 7 from flytekitplugins.spark import Spark โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
ModuleNotFoundError: No module named 'flytekitplugins.spark'
โญโโโโโโโโโโโโโโโโโโโโโ Traceback (most recent call last) โโโโโโโโโโโโโโโโโโโโโโโฎ
โ /usr/local/bin/pyflyte-fast-execute:8 in <module> โ
โ โ
โ โฑ 8 โ sys.exit(fast_execute_task_cmd()) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:1130 in __call__ โ
โ โ
โ โฑ 1130 โ โ return self.main(*args, **kwargs) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:1055 in main โ
โ โ
โ โฑ 1055 โ โ โ โ โ rv = self.invoke(ctx) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:1404 in invoke โ
โ โ
โ โฑ 1404 โ โ โ return ctx.invoke(self.callback, **ctx.params) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/click/core.py:760 in invoke โ
โ โ
โ โฑ 760 โ โ โ โ return __callback(*args, **kwargs) โ
โ โ
โ /usr/local/lib/python3.10/site-packages/flytekit/bin/entrypoint.py:508 in โ
โ fast_execute_task_cmd โ
โ โ
โ โฑ 508 โ subprocess.run(cmd, check=True) โ
โ โ
โ /usr/local/lib/python3.10/subprocess.py:526 in run โ
โ โ
โ โฑ 526 โ โ โ raise CalledProcessError(retcode, process.args, โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
CalledProcessError: Command '['pyflyte-execute', '--inputs',
'<s3://my-s3-bucket/metadata/propeller/flytesnacks-development-f52f3d40c3cf849a89>
5a/n0/data/inputs.pb', '--output-prefix',
'<s3://my-s3-bucket/metadata/propeller/flytesnacks-development-f52f3d40c3cf849a89>
5a/n0/data/0', '--raw-output-data-prefix',
'<s3://my-s3-bucket/data/rr/f52f3d40c3cf849a895a-n0-0>', '--checkpoint-path',
'<s3://my-s3-bucket/data/rr/f52f3d40c3cf849a895a-n0-0/_flytecheckpoints>',
'--prev-checkpoint', '""', '--dynamic-addl-distro',
'<s3://my-s3-bucket/flytesnacks/development/U67AW4X3WQLPZXY2HBRFM7GDWY======/scri>
pt_mode.tar.gz', '--dynamic-dest-dir', '/root', '--resolver',
'flytekit.core.python_auto_container.default_task_resolver', '--',
'task-module', 'flyte3', 'task-name', 'hello_spark']' returned non-zero exit
status 1.
glamorous-carpet-83516
05/18/2023, 5:48 PMpyflyte register โฆ
instead.freezing-airport-6809
freezing-airport-6809
glamorous-carpet-83516
05/19/2023, 4:58 AM