• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why in hadoop source code, he used function JobSplitWriter.createSplitFiles(...)?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[b]Hi,,
while I am studying the part of splitting the input file into splits in hadoop code , I found that after he splits the input file he used that function :



and that function created 4 files in the harddisk : job.split , job.splitmetainfo , job.split.crc and job.splitmetainfo.crc

and when I open the class JobSplitWriter code, there is a comment : The class that is used by the Job clients to write splits (both the meta and the raw bytes parts)

I don't understand what is the use of this function ?

thanks,,[/b]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic