This commit is contained in:
chenxi071990 2014-09-22 14:19:46 +08:00
parent 2f30154368
commit f81d80fd98
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ import java.util.Map;
public abstract class AbstractHiveModule extends AbstractModule{
public abstract String getMainClass();
public abstract String getSQL(Map<String, String> configurations);
public abstract String getOutPath(Map<String, String> configurations);
}