CombineFileInputFormatWrap.java 文件源码

java
阅读 29 收藏 0 点赞 0 评论 0

项目:lembos 作者:
/**
 * Java wrapper for
 * {@link CombineFileInputFormat#setInputPaths(org.apache.hadoop.mapreduce.Job, org.apache.hadoop.fs.Path...)} and
 * {@link CombineFileInputFormat#setInputPaths(org.apache.hadoop.mapreduce.Job, String)}.
 *
 * @param ctx the JavaScript context
 * @param thisObj the 'this' object
 * @param args the function arguments
 * @param func the function being called
 */
@JSStaticFunction
public static void setInputPaths(final Context ctx, final Scriptable thisObj, final Object[] args,
                                 final Function func) {
    FileInputFormatHelper.setInputPaths(CombineFileInputFormat.class, ctx, thisObj, args);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号