[
https://issues.apache.org/jira/browse/AMBARI-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13962518#comment-13962518
]
Matt Foley commented on AMBARI-5383:
------------------------------------
Note that LZO is GPL licensed. Some users may have concerns about this.
> Ambari installs lzo RPMs when lzo is not listed in io.compression.codecs
> ------------------------------------------------------------------------
>
> Key: AMBARI-5383
> URL: https://issues.apache.org/jira/browse/AMBARI-5383
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 1.5.1
> Reporter: Michael Harp
>
> The default list for io.compression.codecs in core-site.xml does not include
> lzo;
> {code}
> <property>
> <name>io.compression.codecs</name>
> <value>org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec</value>
> <description>A list of the compression codec classes that can be used
> for compression/decompression.</description>
> </property>
> {code}
> Ambari should only install lzo when it is listed in io.compression.codecs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)