Can apache spark run without hadoop?

前端 未结 10 2141
长发绾君心
长发绾君心 2020-12-12 10:54

Are there any dependencies between Spark and Hadoop?

If not, are there any features I\'ll miss when I run

10条回答
  •  悲哀的现实
    2020-12-12 11:11

    Yes, spark can run without hadoop. All core spark features will continue to work, but you'll miss things like easily distributing all your files (code as well as data) to all the nodes in the cluster via hdfs, etc.

提交回复
热议问题