All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.panhongan.util.hadoop.InvalidSuffixMultipleTextOutputFormatException Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.github.panhongan.util.hadoop;

public class InvalidSuffixMultipleTextOutputFormatException extends Exception {

	private static final long serialVersionUID = -7900596082142417867L;

	public InvalidSuffixMultipleTextOutputFormatException(String error) {
		super(error);
	}
		
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy