Alan Gates created HCATALOG-639:
-----------------------------------
Summary: ant test fails on trunk due to checkstyle issues
Key: HCATALOG-639
URL: https://issues.apache.org/jira/browse/HCATALOG-639
Project: HCatalog
Issue Type: Bug
Components: build
Affects Versions: 0.6
Reporter: Alan Gates
Assignee: Alan Gates
Priority: Blocker
Fix For: 0.6
Running 'ant test' on top of trunk returns:
{code}
checkstyle:
[echo] hcatalog
[checkstyle] Running Checkstyle 5.5 on 408 files
[checkstyle]
/Users/gates/src/hcat/top/629/trunk/shims/src/23/java/org/apache/hadoop/mapred/TempletonJobTracker.java:25:8:
Unused import - org.apache.hadoop.security.UserGroupInformation.
[checkstyle]
/Users/gates/src/hcat/top/629/trunk/storage-handlers/hbase/src/test/org/apache/hcatalog/hbase/SkeletonHBaseTest.java:32:8:
Unused import - org.apache.hadoop.fs.FileUtil.
[checkstyle]
/Users/gates/src/hcat/top/629/trunk/webhcat/svr/src/main/java/org/apache/hcatalog/templeton/TempletonDelegator.java:41:
method def child at indentation level 14 not at correct indentation, 8
[checkstyle]
/Users/gates/src/hcat/top/629/trunk/webhcat/svr/src/main/java/org/apache/hcatalog/templeton/TempletonDelegator.java:42:
method def rcurly at indentation level 12 not at correct indentation, 4
BUILD FAILED
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira