[
https://issues.apache.org/jira/browse/HADOOP-12987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225325#comment-15225325
]
Colin Patrick McCabe commented on HADOOP-12987:
-----------------------------------------------
Hi [~aksingh],
This bug tracker is for Apache projects, not for Hortonworks. It is good that
Hortonworks is involved with Apache Zepplin, but Apache Zepplin is much more
than "a new component in Tech Preview in the latest HDP stack." Many other
companies are involved.
You've filed several tickets now that seem like they don't belong on the Apache
bug tracker, since they are vendor-specific. Let's keep the vendor stuff to a
minimum (this goes for other vendors as well, not just Hortonworks.) Also,
please don't file HADOOP jiras for issues with packaging... the HADOOP project
manages hadoop core, YARN, and HDFS. For packaging issues, I would start by
asking your vendor, or perhaps emailing the BigTop list.
thanks.
> HortonWorks Zeppelin issue in HDP 2.4
> -------------------------------------
>
> Key: HADOOP-12987
> URL: https://issues.apache.org/jira/browse/HADOOP-12987
> Project: Hadoop Common
> Issue Type: Bug
> Environment: SLES11 SP4
> Reporter: Arun Singh
> Assignee: Ali Bajwa
>
> 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)