如果Luigi图中的某个任务需要在远程Hadoop集群上运行,这是否可行?运行Luigi的机器与Hadoop集群不同。luigi是否仍能检查远程集群中的HDFS文件是否存在?
我试图找到相关的文档,但是找不到。
发布于 2019-03-13 07:56:07
您可以运行可启动任何脚本的作业。
HDFS目标文档在这里:
https://luigi.readthedocs.io/en/stable/api/luigi.contrib.hdfs.html
https://luigi.readthedocs.io/en/stable/api/luigi.contrib.hdfs.target.html
https://stackoverflow.com/questions/55123662
相似问题