java - HADOOP: emitting a Matrix from a mapper -


hi new hadoop map reduce, wanted know there outputformat type can allow me emit matrix(2d array) directly mapper (without converting 1d). need urgently since have include in btech project

take at: http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/twodarraywritable.html guess that's need.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -