[
https://issues.apache.org/jira/browse/BIGTOP-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Boudnik updated BIGTOP-1256:
---------------------------------------
Description:
Puppet deployment module for spark were never updated to reflect the package
name changes introduced in BIGTOP-1183.
Class {{spark}} needs to insure that
{noformat}
package { "spark-master":
ensure => latest,
}
{noformat}
or
{noformat}
package { "spark-worker":
ensure => latest,
}
{noformat}
for different nodes, instead of just {{spark}}
was:
Puppet deployment module for spark were never updated to reflect the package
name changes introduced in BIGTOP-1183.
Class {{spark}} needs to insure that
{noformat}
package { "spark-core":
ensure => latest,
}
{noformat}
instead of just {{spark}}
> Spark package deployment should reflect BIGTOP-1183
> ---------------------------------------------------
>
> Key: BIGTOP-1256
> URL: https://issues.apache.org/jira/browse/BIGTOP-1256
> Project: Bigtop
> Issue Type: Bug
> Components: Debian, RPM
> Affects Versions: 0.8.0
> Reporter: Konstantin Boudnik
> Fix For: 0.8.0
>
>
> Puppet deployment module for spark were never updated to reflect the package
> name changes introduced in BIGTOP-1183.
> Class {{spark}} needs to insure that
> {noformat}
> package { "spark-master":
> ensure => latest,
> }
> {noformat}
> or
> {noformat}
> package { "spark-worker":
> ensure => latest,
> }
> {noformat}
> for different nodes, instead of just {{spark}}
--
This message was sent by Atlassian JIRA
(v6.2#6252)