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 -

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

java - why am i getting a "cannot resolve method" error on getApplication? -