Can we run spark on windows?



Can we run spark on windows?..

Answer / Somendra Singh

Spark FlatMap is a transformational operation that applies a user-defined function to each element in an RDD (Resilient Distributed Datasets) and returns zero or more elements per input element. It can be used for tasks such as splitting lines into words or flattening lists.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is the abstraction of Spark Streaming?

1 Answers  


explain the key features of Apache Spark?

1 Answers  


What are the types of Apache Spark transformation?

1 Answers  


What happens when you submit spark job?

1 Answers  


What are the components of spark?

1 Answers  


Explain the various Transformation on Apache Spark RDD like distinct(), union(), intersection(), and subtract()?

1 Answers  


Does spark need yarn?

1 Answers  


Why spark is faster than hive?

1 Answers  


What is Spark Dataset?

1 Answers  


What is external shuffle service in spark?

1 Answers  


Write the command to start and stop the spark in an interactive shell?

1 Answers  


What is difference between map and flatmap in spark?

1 Answers  


Categories