flyteplugins-spark 2.0.0b23__py3-none-any.whl → 2.0.0b25__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of flyteplugins-spark might be problematic. Click here for more details.

@@ -8,7 +8,7 @@ import flyte
8
8
  from flyte import PodTemplate
9
9
  from flyte.extend import AsyncFunctionTaskTemplate, TaskPluginRegistry
10
10
  from flyte.models import SerializationContext
11
- from flyteidl.plugins.spark_pb2 import SparkApplication, SparkJob
11
+ from flyteidl2.plugins.spark_pb2 import SparkApplication, SparkJob
12
12
  from google.protobuf.json_format import MessageToDict
13
13
 
14
14
  DEFAULT_SPARK_CONTEXT_NAME = "FlyteSpark"
@@ -52,6 +52,7 @@ class PysparkFunctionTask(AsyncFunctionTaskTemplate):
52
52
 
53
53
  plugin_config: Spark
54
54
  task_type: str = "spark"
55
+ debuggable: bool = True
55
56
 
56
57
  async def pre(self, *args, **kwargs) -> Dict[str, Any]:
57
58
  import pyspark as _pyspark
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flyteplugins-spark
3
- Version: 2.0.0b23
3
+ Version: 2.0.0b25
4
4
  Summary: Spark plugin for flyte
5
5
  Author-email: Kevin Su <pingsutw@users.noreply.github.com>
6
6
  Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ flyteplugins/spark/__init__.py,sha256=7q06oXtVhOuNW4Nv-YhJvt8ORqhXmMPNYa-m4IkougI,63
2
+ flyteplugins/spark/task.py,sha256=8kGLKfZm9WLjfy5UMNsduriqImWLWhX2HINSoXOCb0k,3514
3
+ flyteplugins_spark-2.0.0b25.dist-info/METADATA,sha256=iDg7FkAt0fnqpDm9lgH_P102GPb6Z6SgJsOYrfI-KeA,763
4
+ flyteplugins_spark-2.0.0b25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ flyteplugins_spark-2.0.0b25.dist-info/top_level.txt,sha256=cgd779rPu9EsvdtuYgUxNHHgElaQvPn74KhB5XSeMBE,13
6
+ flyteplugins_spark-2.0.0b25.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- flyteplugins/spark/__init__.py,sha256=7q06oXtVhOuNW4Nv-YhJvt8ORqhXmMPNYa-m4IkougI,63
2
- flyteplugins/spark/task.py,sha256=wHRH-Llw9wOUY_5Mic5IOCe2uIdqy2axxE_Dp-Yd4nU,3485
3
- flyteplugins_spark-2.0.0b23.dist-info/METADATA,sha256=qmGOsQNVoF9PyeheNpDNJUkV5ZrlxN9G37XnYhiYrr0,763
4
- flyteplugins_spark-2.0.0b23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- flyteplugins_spark-2.0.0b23.dist-info/top_level.txt,sha256=cgd779rPu9EsvdtuYgUxNHHgElaQvPn74KhB5XSeMBE,13
6
- flyteplugins_spark-2.0.0b23.dist-info/RECORD,,