Which of these will vanish Flink vs Spark

0 votes

Big Data Hadoop is trending. I often listen people telling 

"Flink will replace Spark"

"Spark will replace Flink"

 Will any of these happen? Or will they both stay? Answer below what you think..

Aug 10, 2018 in Big Data Hadoop by Omkar
• 69,210 points
1,019 views

2 answers to this question.

0 votes

Both Spark and Flink both can handle iterative, in memory processing. But what about speed? When it comes to speed, Flink can be programmed to process only the data that has changed, which is where it beats Spark at speed. And wouldn't you choose a framework that's faster? I would!! 

answered Aug 11, 2018 by slayer
• 29,350 points
0 votes
At first glance, Flink and Spark would appear to be the same. The main difference is Flink was built from the ground up as a streaming product. Spark added Streaming onto their product later. Apache Spark and Apache Flink are both open- sourced, distributed processing framework which was built to reduce the latencies of Hadoop MapReduce in fast data processing

Flink processes data the same way, whether it is finite or infinite. Spark does not: it uses DStreams for streaming data and RDD for batch data. Spark was built, like Hadoop, to run over static data sets. Flink can do this by just stopping the streaming source.

What Spark has that Flink does not is a large install base of production users. Now it's too early to tell which one will take over the other.
answered Aug 13, 2018 by kurt_cobain
• 9,390 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Which MySql command will generate all the list of command for MySql prompt?

The command is very simple, you have ...READ MORE

answered Apr 15, 2019 in Big Data Hadoop by Gitika
• 65,910 points
492 views
0 votes
1 answer

What are some of the famous visualization tools which can be integrated with Hadoop & Hive?

I have personally used two visualization tools ...READ MORE

answered May 1, 2018 in Big Data Hadoop by coldcode
• 2,080 points
1,809 views
0 votes
1 answer

Which Data Structure is used in case of Map Reduce?

In case of Hadoop, HDFS is used ...READ MORE

answered May 4, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,288 views
0 votes
1 answer

What is the command to check the number of cores in Spark?

Go to your Spark Web UI & ...READ MORE

answered May 17, 2018 in Big Data Hadoop by Shubham
• 13,490 points
6,489 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,600 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,755 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,285 views
+1 vote
1 answer
0 votes
1 answer

Spark - load CSV file as DataFrame?

spark-csv is part of core Spark functionality ...READ MORE

answered Sep 25, 2018 in Big Data Hadoop by slayer
• 29,350 points
6,617 views
0 votes
1 answer

out of Memory Error in Hadoop

You can assign more memory by editing ...READ MORE

answered Oct 1, 2018 in Big Data Hadoop by slayer
• 29,350 points
1,461 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP