Repository: hive
Updated Branches:
  refs/heads/master e0b318269 -> 34298eb81


HIVE-18880: Change Log to Debug in CombineHiveInputFormat (Antal Sinkovits, 
reviewed by Sahil Takiar)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/34298eb8
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/34298eb8
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/34298eb8

Branch: refs/heads/master
Commit: 34298eb81d20a4a5bafd52fcf2f5dd45722aac05
Parents: e0b3182
Author: Antal Sinkovits <asinkov...@cloudera.com>
Authored: Fri Apr 27 12:56:00 2018 -0500
Committer: Sahil Takiar <stak...@cloudera.com>
Committed: Fri Apr 27 12:56:00 2018 -0500

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/34298eb8/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java
----------------------------------------------------------------------
diff --git 
a/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java 
b/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java
index 1622ae2..5f2539f 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java
+++ b/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java
@@ -464,7 +464,7 @@ public class CombineHiveInputFormat<K extends 
WritableComparable, V extends Writ
       CombineHiveInputSplit csplit = new CombineHiveInputSplit(job, is, 
pathToPartitionInfo);
       result.add(csplit);
     }
-    LOG.info("number of splits " + result.size());
+    LOG.debug("Number of splits " + result.size());
     return result.toArray(new InputSplit[result.size()]);
   }
 

Reply via email to