Question : How can you use binary data in MapReduce? 1. Binary data cannot be used by Hadoop framework. 2. Binary data can be used directly by a map-reduce job. Often binary data is added to a sequence file 3. Access Mostly Uused Products by 50000+ Subscribers 4. Hadoop can freely use binary files with map-reduce jobs so long as the files have headers
Binary data can be packaged in sequence files. Hadoop cluster does not work very well with large numbers of small files. Therefore, small files should be combined into bigger ones..