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

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

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

Copy range with conditional formatting -