代码之家  ›  专栏  ›  技术社区  ›  Tilo

如何在cloudera集群上本地运行Python/IPYNB(使用pyspark/sklearn模块)

  •  0
  • Tilo  · 技术社区  · 6 年前
    I have machine learning code written in 2 different files .py(python) and .ipynb(notebook). 
    These scripts are present locally.Data is getting queried using sqlContext 
    as data is stored on cloud (cloudera cluster)
    

    问题是如何在集群上运行.py/.ipynb(它们在本地存在),以便它们能够访问集群上存储的数据并生成所需的结果。

    0 回复  |  直到 6 年前