You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Vivek Rathod (JIRA)" <ji...@apache.org> on 2018/06/28 21:04:00 UTC

[jira] [Updated] (AMBARI-24211) UI Install: Stackadvisor does not show GPL Error

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

Vivek Rathod updated AMBARI-24211:
----------------------------------
    Description: 
STR:
 1) Setup ambari server and deny gpl license \{code}gpl.license.accepted=false\{code}
 2) In customize services page, add the following properties
{code:java}
io.compression.codecs = org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,org.apache.hadoop.io.compress.SnappyCodec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec\{code}
{code}
io.compression.codec.lzo.class = com.hadoop.compression.lzo.LzoCodec\{code} (custom)
 3) On clicking next button, it proceeds to the next step
 Expected Behavior : On clicking next button, show StackAdvisor error something like

{code}Your Ambari Server has not been configured to download LZO and install it \{code} and stop user from navigating to next page

  was:
STR:
1) Setup ambari server and deny gpl license \{code}gpl.license.accepted=false\{code}
2) In customize services page, add the following properties
{code}io.compression.codecs = org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,org.apache.hadoop.io.compress.SnappyCodec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec\{code}
{code}io.compression.codec.lzo.class = com.hadoop.compression.lzo.LzoCodec\{code} (custom)
3) On clicking next button, it proceeds to the next step
Expected Behavior : On clicking next button, show StackAdvisor error something like \{code}Your Ambari Server has not been configured to download LZO and install it\{code} and stop user from navigating to next page


> UI Install: Stackadvisor does not show GPL Error
> ------------------------------------------------
>
>                 Key: AMBARI-24211
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24211
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.7.0
>            Reporter: Vivek Rathod
>            Priority: Major
>             Fix For: 2.7.0
>
>
> STR:
>  1) Setup ambari server and deny gpl license \{code}gpl.license.accepted=false\{code}
>  2) In customize services page, add the following properties
> {code:java}
> io.compression.codecs = org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec,org.apache.hadoop.io.compress.SnappyCodec,com.hadoop.compression.lzo.LzoCodec,com.hadoop.compression.lzo.LzopCodec\{code}
> {code}
> io.compression.codec.lzo.class = com.hadoop.compression.lzo.LzoCodec\{code} (custom)
>  3) On clicking next button, it proceeds to the next step
>  Expected Behavior : On clicking next button, show StackAdvisor error something like
> {code}Your Ambari Server has not been configured to download LZO and install it \{code} and stop user from navigating to next page



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)