This is an automated email from the ASF dual-hosted git repository.

fero pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/sqoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5ab5190  SQOOP-3420: Invalid ERROR message initiates false alarms
5ab5190 is described below

commit 5ab5190304d0e13d1c5eaa56d1f486f3106529d3
Author: Denes Bodo <[email protected]>
AuthorDate: Fri Feb 1 16:49:31 2019 +0100

    SQOOP-3420: Invalid ERROR message initiates false alarms
    
    (Denes Bodo via Fero Szabo)
---
 src/java/org/apache/sqoop/orm/CompilationManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/org/apache/sqoop/orm/CompilationManager.java 
b/src/java/org/apache/sqoop/orm/CompilationManager.java
index f0f5de7..25c678b 100644
--- a/src/java/org/apache/sqoop/orm/CompilationManager.java
+++ b/src/java/org/apache/sqoop/orm/CompilationManager.java
@@ -252,7 +252,7 @@ public class CompilationManager {
          *even if the .java file can not be renamed
          *or can not be moved a "dest" directory for
          *any reason.*/
-        LOG.error("Could not rename " + orig + " to " + dest + ". Error: " + 
e.getMessage());
+        LOG.warn("Could not rename " + orig + " to " + dest + ". Error: " + 
e.getMessage());
       }
     }
   }

Reply via email to