1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
deff fn [24]
4 years ago
8

Which of the following is an open-source program that implements MapReduce?

Computers and Technology
2 answers:
saveliy_v [14]4 years ago
6 0

Answer:

Apache Hadoop

Apache Hadoop is a collection of open-source software utilities that facilitate using a network of many computers to solve problems involving massive amounts of data and computation. It provides a software framework for distributed storage and processing of big data using the MapReduce programming model.

Ivahew [28]4 years ago
3 0

Answer:

Apache Hadoop.

Explanation:

Apache Hadoop is a open source program that uses map reduce programming process to allocate storage and processing of big data computation. It uses a network of computers, distributing and processing large data, for parallel computation.

The Apache Hadoop has two main parts, the Hadoop distributed file system and the MapReduce model. The Hadoop distributed file system divides large chunks of data into clusters and pass them to the MapReduce model, where they are separated to similar data types.

You might be interested in
Write an application that solicits and inputs three integers from the user and then displays the sum, average, product, smallest
Oksana_A [137]

Answer:

Please find below program

Explanation:

import java.util.Scanner;

public class Tester {

public static void main(String[] args) {

 

 // create an object of scanner class

 Scanner scanner  = new Scanner(System.in);

 

 //prompt user to enter first number

 System.out.println("Enter first integer: ");

 

 // read value from entered by user and keep it in num1

 int num1 = scanner.nextInt();

 

 //prompt user to enter second number

 System.out.println("Enter second integer: ");

 

 // read value from entered by user and keep it in num2

 int num2 = scanner.nextInt();

 

 //prompt user to enter third number

 System.out.println("Enter third integer: ");

 

 // read value from entered by user and keep it in num3

 int num3 = scanner.nextInt();

 //close scanner as we have done with user input

 scanner.close();

 

 //calculate sum

 int sum = num1+num2+num3;

 

 //calculate average

 int average = sum/3;

 

 //calculate product

 int product = num1*num2*num3;

 

 //find out largest number

 int largest = 0;

 if (num1>=num2){

  if(num1>=num3)

   largest = num1;

  else

   largest = num3;

 }else {

  if(num2>=num3)

   largest = num2;

  else

   largest = num3;

 }

 

 // find out smallest number

 int smallest = 0;

 if (num1<=num2){

  if(num1<=num3)

   smallest = num1;

  else

   smallest = num3;

 }else {

  if(num2<=num3)

   smallest = num2;

  else

   smallest = num3;

 }

 

 // print all the information

 System.out.println("Sum of three numbers : "+sum);

 System.out.println("Product of three numbers : "+product);

 System.out.println("Average of three numbers : "+average);

 System.out.println("Smallest number : "+smallest);

 System.out.println("Largest number : "+largest);

}

}

3 0
4 years ago
What traditional responsibilities are removed from an organization when moving to a cloud provider?
Black_prince [1.1K]

The traditional responsibilities removed from an organization when moving to a cloud provider includes;

  • Cloud provider providing system maintenance rather than IT personnel.
  • Responsibility for the provision of storage space will be borne by the cloud provider.
  • The provision of the required level of performance of shared IT hardware.
  • Provision of security for the organization's data will be partly shared.
  • Provision of capital for upgrade and expansion.
  • Reduced responsibility for the provision of space and hardware Universal access route to company sites.

Reasons:

The maintenance of the systems traditionally performed by the

organization is  carried out by the cloud provider.

The storage space requirements for files and shared document are

provided by the cloud provider which results in increased collaboration.

Along with the changing landscape of technology, the cloud provider

ensures the optimum performance IT hardware that is shared by the

employees of the organization.

The Cloud provider ensures the security of the data stored on the cloud as

it is accessed from different devices.

The capital requirement for expansion is borne by the provider

With the use of cloud services, employees can work from home and other

remote locations.

Learn more about cloud services here:

brainly.com/question/25602226

5 0
2 years ago
Using a text editor, create a file that contains a list of at least 15 six-digit account numbers. Read in each account number an
grigory [225]

Answer:

Explanation:

The following code is written in Java. It reads every input and checks to see if it is valid. If it is it writes it to the output file.

import java.io.File;

import java.io.FileNotFoundException;

import java.io.FileWriter;

import java.io.IOException;

import java.util.Scanner;

class Brainly {

           public static void main(String[] args) {

               try {

                   File myObj = new File("C:/Users/Gabriel2/AppData/Roaming/JetBrains/IdeaIC2020.2/scratches/input.txt");

                   Scanner myReader = new Scanner(myObj);

                   FileWriter myWriter = new FileWriter("C:/Users/Gabriel2/AppData/Roaming/JetBrains/IdeaIC2020.2/scratches/output.txt");

                   while (myReader.hasNextLine()) {

                       String data = myReader.nextLine();

                       int sum = 0;

                       for (int x = 0; x < 5; x++ ) {

                           sum += data.charAt(x);

                       }

                       int remainder = (sum % 10);

                       System.out.println(remainder);

                       System.out.println(data.charAt(5));

                       if (remainder == Integer.parseInt(String.valueOf(data.charAt(5)))) {

                           System.out.println("entered");

                           try {

                               myWriter.write(data + "\n");

                               System.out.println("Successfully wrote to the file.");

                           } catch (IOException e) {

                               System.out.println("An error occurred.");

                               e.printStackTrace();

                           }

                       }

                       sum = 0;

                   }

                   myWriter.close();

                   myReader.close();

               } catch (FileNotFoundException e) {

                   System.out.println("An error occurred.");

                   e.printStackTrace();

               } catch (IOException e) {

                   e.printStackTrace();

               }

           }

       }

3 0
3 years ago
You're working in a table that has three columns and five rows. Since the first row will be a header row, you want it to span al
Sidana [21]
Hey there! Hello!

In an instance of Microsoft Word 2016, you'll find that Merge Cells in the right-click option menu will do just what you're looking to. In Attachment 1, you'll find where the actual selection is, and in Attachment 2, you'll see what it did to the cells across the top, which were previously connected. I also added a different formatting to the table in the second attachment, the colors were not changed do to selecting Merge Cells. 

Hope this helps you out! Feel free to ask me any additional questions if you have any. :-)

5 0
3 years ago
Which design principle is the subject of a photo or image?
MakcuM [25]

Answer:

B) Framing is the answer to your question

8 0
3 years ago
Other questions:
  • What does the following code do? Assume list is an array of int values, temp is some previously initialized int value, and c is
    5·1 answer
  • What is the transfer rate of DDR memory?<br> A. 16 bit <br> B. 32 bit <br> C. 64 bit <br> D. 128 bit
    11·2 answers
  • What means can a worm use to access remote systems to propagate?
    7·1 answer
  • Do you think technology and social media have made it easier or more difficult to make connections and find a job? Explain.
    12·1 answer
  • How can a network design project benefit from the principles of itsm? How might itsm impede a network design project?
    11·1 answer
  • 10.
    13·1 answer
  • Someone learn me more American Sign Language (ASL). Please.
    13·1 answer
  • A spreadsheet has some values entered: Cell A1 contains 10, cell A2 contains 14, cell A3 contains 7. You enter in cell A4 the fo
    7·2 answers
  • And tags are examples of stand - alone tags.
    15·1 answer
  • A showChar Method
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!