5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 02:20:24 +08:00

SQOOP-1132. Print out Sqoop version into log during execution

(Jarek Jarcec Cecho via Hari Shreedharan)
This commit is contained in:
Hari Shreedharan 2013-08-30 19:02:41 -07:00
parent 6c712bacf7
commit d9ff9e0734

View File

@ -89,6 +89,8 @@ public Sqoop(SqoopTool tool, Configuration conf) {
* @param opts the SqoopOptions which control the tool's parameters.
*/
public Sqoop(SqoopTool tool, Configuration conf, SqoopOptions opts) {
LOG.info("Running Sqoop version: " + new SqoopVersion().VERSION);
if (null != conf) {
setConf(conf);
}