[
https://issues.apache.org/jira/browse/MAHOUT-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178022#comment-16178022
]
ASF GitHub Bot commented on MAHOUT-2018:
----------------------------------------
GitHub user andrewpalumbo opened a pull request:
https://github.com/apache/mahout/pull/341
MAHOUT-2018: missing dash delimiter in mahout-spark module pom.xml
### Purpose of PR:
Please give a short description of what this PR is for.
### Important ToDos
Please mark each with an "x"
- [x ] A JIRA ticket exists (if not, please create this
first)[https://issues.apache.org/jira/browse/ZEPPELIN/]
- [ x] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX
is the JIRA number.
- [ ] Created unit tests where appropriate
- [ ] Added licenses correct on newly added files
- [ x] Assigned JIRA to self
- [ ] Added documentation in scala docs/java docs, and to website
- [ ] Successfully built and ran all unit tests, verified that all tests
pass locally.
If all of these things aren't complete, but you still feel it is
appropriate to open a PR, please add [WIP] after MAHOUT-XXXX before the
descriptions- e.g. "MAHOUT-XXXX [WIP] Description of Change"
Does this change break earlier versions?
Is this the beginning of a larger project for which a feature branch should
be made?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewpalumbo/mahout MAHOUT-2018
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/341.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #341
----
commit cd76587c420dd061a57838beecad4658bcae2bf8
Author: Andrew Palumbo <[email protected]>
Date: 2017-09-24T00:54:01Z
MAHOUT-2018: missing dash delimiter in mahout-spark module pom.xml
----
> missing dash delimiter in mahout-spark module pom.xml
> -----------------------------------------------------
>
> Key: MAHOUT-2018
> URL: https://issues.apache.org/jira/browse/MAHOUT-2018
> Project: Mahout
> Issue Type: Bug
> Affects Versions: 0.13.1
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Fix For: 0.13.1
>
>
> {code}
> <copy
> file="target/mahout-spark_${scala.compat.version}-${version}-spark_${spark.compat.version}.jar"
>
> tofile="../mahout-spark_${scala.compat.version}-${version}spark_${spark.compat.version}.jar"
> />
> {code}
> is misnaming a jar on copy as e.g.:
> {{mahout-spark_1.3.1-SNAPSHOTspark_1.6.jar}}
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)