Search in sources :

Example 1 with HdfsFormat

use of com.qlangtech.tis.hive.HdfsFormat in project plugins by qlangtech.

the class BasicEngineJob method parseFSFormat.

private HdfsFormat parseFSFormat() {
    // try {
    HdfsFormat fsFormat = new HdfsFormat();
    fsFormat.setFieldDelimiter(this.fieldDelimiter);
    // (String) TisDataXHiveWriter.jobFileType.get(this)
    fsFormat.setFileType(HdfsFileType.parse(this.fileType));
    return fsFormat;
// } catch (IllegalAccessException e) {
// throw new RuntimeException(e);
// }
}
Also used : HdfsFormat(com.qlangtech.tis.hive.HdfsFormat)

Aggregations

HdfsFormat (com.qlangtech.tis.hive.HdfsFormat)1