You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ali Bajwa (JIRA)" <ji...@apache.org> on 2016/06/10 17:32:20 UTC

[jira] [Commented] (AMBARI-15659) HortonWorks Zeppelin SUSE Install issue in HDP 2.4

    [ https://issues.apache.org/jira/browse/AMBARI-15659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324898#comment-15324898 ] 

Ali Bajwa commented on AMBARI-15659:
------------------------------------

Sorry missed this earlier. Seems like suse11 package dependencies were listed twice and seems wrong one was picked up. Have fixed this now
https://github.com/hortonworks-gallery/ambari-zeppelin-service/commit/8d5ce600bf8f22c71a041b3cf80732734affb57e

These are the only packages that should be picked up now for SuSe11:
https://github.com/hortonworks-gallery/ambari-zeppelin-service/blob/master/metainfo.xml#L97-L116

[~jaromir.martinasek@teradata.com] if you replace the contents of the updated metainfo.xml above, and restart ambari-server, it should be able to pick up correct package name on install

> HortonWorks Zeppelin SUSE Install issue in HDP 2.4
> --------------------------------------------------
>
>                 Key: AMBARI-15659
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15659
>             Project: Ambari
>          Issue Type: Bug
>         Environment: SLES11 SP4
>            Reporter: Arun Singh
>
> Issue 2: Zeppelin. Zeppelin is a new component in Tech Preview in the latest HDP stack (2.4). I've been following this guide: http://hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/
>    When installing Zeppelin through the Ambari interface, it errors out with a message saying it can't install the package gcc-gfortran
>  
>    If you open the file: /var/lib/ambari-server/resources/stacks/HDP/2.4/services/ZEPPELIN/metainfo.xml 
>      Line 72: 
> <osSpecific> 
>   <osFamily>redhat7,redhat6,redhat5,suse11</osFamily> 
>     <packages> 
>       <package> 
>         <name>gcc-gfortran</name> 
>       </package> 
>       <package> 
>         <name>blas-devel</name> 
>       </package> 
>       <package> 
>         <name>lapack-devel</name> 
>       </package> 
>       <package> 
>         <name>python-devel</name> 
>       </package> 
>       <package> 
>          <name>python-pip</name> 
>       </package> 
>       <package> 
>         <name>zeppelin</name> 
>       </package> 
>     </packages> 
> </osSpecific> 
> This list packages to install on SUSE11, but you don't find these packages on SUSE11 as they have different names than the RHEL ones... 
> Eg: 
> RHEL: gcc-gfortran 
> SUSE: gcc-fortran 
> RHEL: blas-devel 
> SUSE: libblas3 ? 
> RHEL: lapack-devel 
> SUSE: liblapack3 ? 
> RHEL: python-dev 
> SUSE: python-devel 
> RHEL: python-pip 
> SUSE: doesn't seem to be part of the standard repo 
> Solution: Make a custom <osSpecific></osSpecific> for SUSE 11, with the correct named packages as they are named on SUSE 11



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)