[
https://issues.apache.org/jira/browse/AMBARI-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14158711#comment-14158711
]
jun aoki commented on AMBARI-7551:
----------------------------------
Patched to my local environment and worked fine (with a bit of tweak)
LGTM +1
The tweak is replacing app.js 's isHadoop2Stack function
(The tweak is required due to another issue
https://issues.apache.org/jira/browse/AMBARI-7229 )
{code}
isHadoop2Stack: function () {
return (stringUtils.compareVersions(this.get('currentStackVersionNumber'),
"2.0") === 1 ||
stringUtils.compareVersions(this.get('currentStackVersionNumber'), "2.0") === 0
||
this.get('currentStackName') === 'BIGTOP')
}.property('currentStackVersionNumber', 'currentStackName'),
{code}
> Create mahout definition for bigtop
> -----------------------------------
>
> Key: AMBARI-7551
> URL: https://issues.apache.org/jira/browse/AMBARI-7551
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 1.7.0
> Reporter: Mingjiang Shi
> Assignee: Rodrigo Meneses
> Labels: Mahout
> Fix For: 1.7.0
>
> Attachments: AMBARI-7551.patch
>
>
> Create mahout definition for bigtop
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)