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

python - Setting ctypes.Structure default values -

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

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -