Convert Sequence file and get key, value pairs via map and reduce tasks in hadoop
问题 I want to get all key values pairs from a sequencial files via hadoop map reduce application. I followed following post http://lintool.github.com/Cloud9/docs/content/staging-records.html for reading sequencial file in the main class but that dint work. i want to print all keysvalue pairs to normal text file in hdfs system, how can i achive that ? i wrote my code as bellow. import java.io.File; import java.io.IOException; import java.util.*; import java.util.logging.Level; import java.util