InterviewSolution
Saved Bookmarks
| 1. |
Can Apache Spark be used along with Hadoop? If yes, then how? |
|
Answer» Yes! The main feature of Spark is its COMPATIBILITY with Hadoop. This makes it a powerful framework as using the combination of these two helps to leverage the processing CAPACITY of Spark by making use of the best of Hadoop’s YARN and HDFS features. Hadoop can be integrated with Spark in the FOLLOWING ways:
|
|