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

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -