提交 5c47f385 编写于 作者: A Andrea Sella 提交者: Stephan Ewen

[hotfix] typo IllegalArgumentException

This closes #1602
上级 d51bec15
......@@ -357,10 +357,10 @@ public class JDBCInputFormat<OUT extends Tuple> extends RichInputFormat<OUT, Inp
LOG.info("Password was not supplied separately.");
}
if (format.dbURL == null) {
throw new IllegalArgumentException("No dababase URL supplied.");
throw new IllegalArgumentException("No database URL supplied");
}
if (format.query == null) {
throw new IllegalArgumentException("No query suplied");
throw new IllegalArgumentException("No query supplied");
}
if (format.drivername == null) {
throw new IllegalArgumentException("No driver supplied");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册