gpt4 book ai didi

python - 如何在 pyspark 中获取 Python 库?

转载 作者:太空狗 更新时间:2023-10-29 17:55:21 25 4
gpt4 key购买 nike

我想在 pyspark 中使用 matplotlib.bblpath 或 shapely.geometry 库。

当我尝试导入它们中的任何一个时,出现以下错误:

>>> from shapely.geometry import polygon
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named shapely.geometry

我知道该模块不存在,但如何将这些包引入我的 pyspark 库?

最佳答案

在 Spark 上下文中尝试使用:

SparkContext.addPyFile("module.py")  # Also supports .zip

引自docs :

Add a .py or .zip dependency for all tasks to be executed on thisSparkContext in the future. The path passed can be either a localfile, a file in HDFS (or other Hadoop-supported filesystems), or anHTTP, HTTPS or FTP URI.

关于python - 如何在 pyspark 中获取 Python 库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36217090/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com