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
- split line space , store in new string array
- count number of occurrence of word hadoop in given string
- replace ‘,’with space in given string
- create array list generic string , store spitted string inside it
Comments
Post a Comment