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(本地存在),以便他们可以访问存储在群集上的数据并生成所需的结果。