/**
* 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);
}
CombineFileInputFormatWrap.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:lembos
作者:
评论列表
文章目录