Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by JackHebert:
http://wiki.apache.org/lucene-hadoop/HadoopMapReduceSecondaryData

------------------------------------------------------------------------------
  
  Text key = new Text();
  Text value = new Text();
- while (true) {
-     reader.next(key, value);
+ while (reader.next(key, value)) {
+ 
-     if (key.toString().equals(""))
-         break;
      // Do something useful with the data.
+ 
  }             
  }}}
  

Reply via email to