[
https://issues.apache.org/jira/browse/FALCON-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797260#comment-13797260
]
Venkatesh Seetharam commented on FALCON-129:
--------------------------------------------
Hmmm. Changing from VisibilityModifierCheck to ParameterNumber does not help.
{code}
[INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @
falcon-client ---
[INFO] Starting audit...
/Users/seetharam/Dev/apache-workspace/falcon/hive-falcon/client/src/main/java/org/apache/falcon/client/FalconClient.java:316:19:
More than 7 parameters.
Audit done.
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check (checkstyle-check)
on project falcon-client: You have 1 Checkstyle violation. -> [Help 1]
{code}
Reverting this change.
> Disable Late data handling for hive tables
> ------------------------------------------
>
> Key: FALCON-129
> URL: https://issues.apache.org/jira/browse/FALCON-129
> Project: Falcon
> Issue Type: Sub-task
> Affects Versions: 0.3
> Reporter: Venkatesh Seetharam
> Assignee: Venkatesh Seetharam
> Attachments: FALCON-129.patch, FALCON-129-r1.patch
>
>
> HCat nor Hive APIs expose internal stats about a given partition. The only
> way to get the partition size is to get the location of the partition on HDFS
> and then use globStatus and contentSummary APIs.
--
This message was sent by Atlassian JIRA
(v6.1#6144)