----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4732/#review7323 -----------------------------------------------------------
/trunk/src/java/org/apache/hcatalog/data/JsonSerDe.java <https://reviews.apache.org/r/4732/#comment16173> Why was this revered back? patch 9 was using the throwable interface, this one reverts back to the old one using Object, Object /trunk/src/test/org/apache/hcatalog/data/HCatDataCheckUtil.java <https://reviews.apache.org/r/4732/#comment16174> Properties gets its toString method from HashTable. Not sure how its implemented so not sure if calling entrySet is more costly than just calling toString on the Properties object directly. /trunk/src/test/org/apache/hcatalog/data/HCatDataCheckUtil.java <https://reviews.apache.org/r/4732/#comment16175> It might be best to wrap this around an ifInfo check since its going to loop. I would assume info would be enabled more often then not so might not be needed. /trunk/src/java/org/apache/hcatalog/cli/HCatCli.java <https://reviews.apache.org/r/4732/#comment16172> The diff I see says "ss.err" but I don't see ss defined anyplace. /trunk/src/test/org/apache/hcatalog/data/schema/TestHCatSchemaUtils.java <https://reviews.apache.org/r/4732/#comment16176> Would there be an issue with just merging the two? - David On 2012-04-27 02:57:41, Vandana Ayyalasomayajula wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4732/ > ----------------------------------------------------------- > > (Updated 2012-04-27 02:57:41) > > > Review request for hcatalog, Sushanth Sowmyan, Francis Liu, and Thomas. > > > Summary > ------- > > We need to do the following things: > > + Use log4j across the board > + Introduce a class with methods to help logging, refactoring away the bunch > of these functions in HCatUtil right now > + Instrument debug logging with isLogEnabled checks on the log level > + remove all instances of commented code whose purpose was for debug logs > > > This addresses bug hcatalog-68. > https://issues.apache.org/jira/browse/hcatalog-68 > > > Diffs > ----- > > /trunk/ivy.xml 1331188 > /trunk/src/java/org/apache/hcatalog/cli/HCatCli.java 1331188 > > /trunk/src/java/org/apache/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzer.java > 1331188 > /trunk/src/java/org/apache/hcatalog/common/HCatUtil.java 1331188 > /trunk/src/java/org/apache/hcatalog/data/HCatRecordObjectInspector.java > 1331188 > > /trunk/src/java/org/apache/hcatalog/data/HCatRecordObjectInspectorFactory.java > 1331188 > /trunk/src/java/org/apache/hcatalog/data/HCatRecordSerDe.java 1331188 > /trunk/src/java/org/apache/hcatalog/data/JsonSerDe.java 1331188 > > /trunk/src/java/org/apache/hcatalog/mapreduce/DefaultOutputCommitterContainer.java > 1331188 > /trunk/src/java/org/apache/hcatalog/mapreduce/HCatRecordReader.java 1331188 > /trunk/src/java/org/apache/hcatalog/mapreduce/HCatSplit.java 1331188 > /trunk/src/java/org/apache/hcatalog/mapreduce/InitializeInput.java 1331188 > /trunk/src/test/org/apache/hcatalog/cli/TestEximSemanticAnalysis.java > 1331188 > /trunk/src/test/org/apache/hcatalog/cli/TestPermsGrp.java 1331188 > /trunk/src/test/org/apache/hcatalog/cli/TestSemanticAnalysis.java 1331188 > /trunk/src/test/org/apache/hcatalog/data/HCatDataCheckUtil.java 1331188 > /trunk/src/test/org/apache/hcatalog/data/TestHCatRecordSerDe.java 1331188 > /trunk/src/test/org/apache/hcatalog/data/TestJsonSerDe.java 1331188 > /trunk/src/test/org/apache/hcatalog/data/schema/TestHCatSchemaUtils.java > 1331188 > /trunk/src/test/org/apache/hcatalog/mapreduce/HCatMapReduceTest.java > 1331188 > > /trunk/src/test/org/apache/hcatalog/mapreduce/TestHCatDynamicPartitioned.java > 1331188 > /trunk/src/test/org/apache/hcatalog/mapreduce/TestHCatOutputFormat.java > 1331188 > /trunk/src/test/org/apache/hcatalog/pig/TestHCatLoaderComplexSchema.java > 1331188 > > /trunk/src/test/org/apache/hcatalog/rcfile/TestRCFileMapReduceInputFormat.java > 1331188 > > Diff: https://reviews.apache.org/r/4732/diff > > > Testing > ------- > > Unit tests pass. Log messages verified from test logs. > > > Thanks, > > Vandana > >
