You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sakthi (JIRA)" <ji...@apache.org> on 2019/08/09 01:45:00 UTC

[jira] [Work started] (HIVE-21549) Fix duplicated asf headers

     [ https://issues.apache.org/jira/browse/HIVE-21549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HIVE-21549 started by Sakthi.
-------------------------------------
> Fix duplicated asf headers
> --------------------------
>
>                 Key: HIVE-21549
>                 URL: https://issues.apache.org/jira/browse/HIVE-21549
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Laszlo Bodor
>            Assignee: Sakthi
>            Priority: Trivial
>              Labels: newbie
>
> While fixing apache headers in HIVE-21451, a few occurrences of double asf header found
> {code:java}
>  grep -src Licensed to the Apache Software Foundation . | grep -v ':0$' | grep -v ':1$' | grep java
> ./standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/conf/ConfTemplatePrinter.java:2
> ./common/src/java/org/apache/hadoop/hive/ant/GenHiveTemplate.java:2
> ./ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java:2
> ./ql/src/test/org/apache/hadoop/hive/ql/exec/TestOperatorNames.java:2{code}
> (ConfTemplatePrinter seems like a false positive)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)