InterviewSolution
Saved Bookmarks
| 1. |
Can you tell me what is Apache Spark about? |
|
Answer» Apache Spark is an open-source framework engine that is known for its speed, easy-to-use nature in the field of big data PROCESSING and analysis. It also has built-in MODULES for GRAPH processing, machine LEARNING, streaming, SQL, etc. The spark execution engine supports in-memory computation and cyclic data flow and it can run either on cluster mode or STANDALONE mode and can access diverse data sources like HBase, HDFS, Cassandra, etc. |
|