2 min read
Reading ZIP files from Hadoop Map/Reduce
Custom utility classes to extract and parse ZIP file contents in Hadoop MapReduce jobs using ZipFileInputFormat and ZipFileRecordReader
HadoopJava+1 more
Loading...
Preparing your content
4 posts tagged with #distributed-computing
Custom utility classes to extract and parse ZIP file contents in Hadoop MapReduce jobs using ZipFileInputFormat and ZipFileRecordReader
Extend MPI master-servant pattern to pass numerical data between nodes using BogoMips CPU calibration across distributed cluster processors
Learn to create master-servant MPI programs with process communication using practical C examples for distributed computing clusters
Complete tutorial on setting up Open MPI parallel computing cluster on Fedora using TORQUE queue manager with practical examples