// questionsIs a knowledge of Hadoop required to learn Spark?Z
Is a knowledge of Hadoop required to learn Spark?
Updated:
You need to understand some basic differences between hadoop and spark. One of the major difference is file system. Hadoop has HDFS while spark does not have any native file system associated with it. So,…