Question: Option # 1 : Working with Big Data using Multithreading The goal of this project is to use the concepts taught in this course to

Option #1: Working with Big Data using Multithreading
The goal of this project is to use the concepts taught in this course to develop an efficient way of working with Big Data.
You should have 2 files in your Linux system: hugefile1.txt and hugefile2.txt, with one billion lines in each one. If you do not, please go back to the Module 7 Portfolio Reminder and complete the steps there.
Create a program, using a programming language of your choice, to produce a new file: totalfile.txt, by taking the numbers from each line of the two files and adding them. So, each line in file #3 is the sum of the corresponding line in hugefile1.txt and hugefile2.txt.
I run the python codes and I have not seen any output. Please check the codes and find why it is not print any output. Thanks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!