Can apache spark run without hadoop?

前端 未结 10 2123
长发绾君心
长发绾君心 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条回答
  •  -上瘾入骨i
    2020-12-12 11:22

    Yes spark can run without Hadoop. You can install spark in your local machine with out Hadoop. But Spark lib comes with pre Haddop libraries i.e. are used while installing on your local machine.

提交回复
热议问题