You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/02/02 03:56:20 UTC

[jira] Commented: (HIVE-1104) Suppress Checkstyle warnings for generated files

    [ https://issues.apache.org/jira/browse/HIVE-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828416#action_12828416 ] 

Carl Steinbach commented on HIVE-1104:
--------------------------------------

Fixed the checkstyle classpath problem by removing the "unless=offline" attributes from all of the checkstyle targets. If the checkstyle artifacts exist in the Ivy cache it operates in offline mode by default. If the artifacts are not in the Ivy cache, then we either have to let Ivy fetch them, or else proactively fail the target. I'm assuming that fetching the artifacts is preferable to a build failure, i.e. I'm assuming that "offline=true" implies best effort to operate in offline mode, but not at the expense of a build failure.

> Suppress Checkstyle warnings for generated files
> ------------------------------------------------
>
>                 Key: HIVE-1104
>                 URL: https://issues.apache.org/jira/browse/HIVE-1104
>             Project: Hadoop Hive
>          Issue Type: Task
>          Components: Build Infrastructure
>    Affects Versions: 0.6.0
>            Reporter: Carl Steinbach
>            Assignee: Carl Steinbach
>         Attachments: HIVE-1104.2.patch, HIVE-1104.3.patch, HIVE-1104.4.patch, HIVE-1104.6.git.patch, HIVE-1104.7.patch, HIVE-1104.patch
>
>
> Suppress Checkstyle warnings for generated files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.