org.apache.hadoop.hive.ql.io
Interface ContentSummaryInputFormat

All Known Implementing Classes:
SymlinkTextInputFormat

public interface ContentSummaryInputFormat

ContentSummayInputFormat provides an interface to let the input format itself figure the content summary for a give input path.


Method Summary
 org.apache.hadoop.fs.ContentSummary getContentSummary(org.apache.hadoop.fs.Path p, org.apache.hadoop.mapred.JobConf job)
           
 

Method Detail

getContentSummary

org.apache.hadoop.fs.ContentSummary getContentSummary(org.apache.hadoop.fs.Path p,
                                                      org.apache.hadoop.mapred.JobConf job)
                                                      throws IOException
Throws:
IOException


Copyright © 2014 The Apache Software Foundation. All rights reserved.