Anthony Hsu created HIVE-13644: ---------------------------------- Summary: Remove hardcoded groovy.grape.report.downloads=true from DependencyResolver Key: HIVE-13644 URL: https://issues.apache.org/jira/browse/HIVE-13644 Project: Hive Issue Type: Improvement Reporter: Anthony Hsu Assignee: Anthony Hsu
Currently, in Hive's [DependencyResolver.java|https://github.com/apache/hive/blob/8dd1d1966f2f0b86604b4e991ebc865224f42b41/ql/src/java/org/apache/hadoop/hive/ql/util/DependencyResolver.java#L176], the system property {{groovy.grape.report.downloads}} is hardcoded to {{true}} and there is no way to override it and disable the logging. We should remove this hardcoded value and allow users to configure it as they see fit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)