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

Jaromir Martinasek commented on AMBARI-15659:
---------------------------------------------

Hi Arun,

I used newer version of DVD for repository 
 - SUSE-Linux-Enterprise-Software-Development-Kit-11-SP3_11.3.3-1.69.

There are following versions , which I succeeded to install:

Installing: gcc43-fortran-4.3.4_20091019-0.37.30 [done]
Installing: gcc-fortran-4.3-62.198 [done]

The problem I realized now is an error in 
/stacks/HDP/2.4/services/ZEPPELIN/metainfo.xml
..........
                        <package>
                            <name>gcc-gfortran</name>
                        </package>
..........
I found out, that there is a different name for this package on SUSE vs RedHat

SuSE : gcc-fortran
vs 
RedHat: gcc-gfortran

So I updated metadata.xml.But Im now somewhere int the middle of installation 
process, and metadata.xml update does not help.I suppose that install scripts 
have been generated, so Ambari still wants to install gcc-gfortran instead of 
gcc-fortran :

2016-05-17 14:00:32,296 - Execute['find 
/var/lib/ambari-agent/cache/stacks/HDP/2.4/services/ZEPPELIN/package -iname 
"*.sh" | xargs chmod +x'] {}
2016-05-17 14:00:32,305 - Execute['echo platform.linux_distribution:SUSE Linux 
Enterprise Server +11+x86_64'] {}
2016-05-17 14:00:32,311 - Package['gcc-gfortran'] {}
2016-05-17 14:00:32,829 - Installing package gcc-gfortran ('/usr/bin/zypper 
--quiet install --auto-agree-with-licenses --no-confirm gcc-gfortran')


Please can you help me how to continue in the installation ?

Cheers, Jaromir





 

> 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)

Reply via email to