Hadoop MapReduce program issue -


i have string line=”hadoop open source frame work , hadoop framework handling big data”;

i want perform below operations inside main method

  1. split line space , store in new string array
  2. count number of occurrence of word hadoop in given string
  3. replace ‘,’with space in given string
  4. create array list generic string , store spitted string inside it


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -