Discussion:
[jira] [Created] (MAHOUT-1973) When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
Aditya AS (JIRA)
2017-04-23 09:28:04 UTC
Permalink
Aditya AS created MAHOUT-1973:
---------------------------------

Summary: When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-05-18 22:02:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016538#comment-16016538 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

GitHub user AdityaAS opened a pull request:

https://github.com/apache/mahout/pull/321

MAHOUT-1973

[BF] Bug Fix
Fixed the hadoop2 related error mentioned in issue MAHOUT-1973

### Purpose of PR:
Please give a short description of what this PR is for.


### Important ToDos
Please mark each with an "x"
- [ ] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org/jira/browse/ZEPPELIN/]
- [ ] 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
- [ ] 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/AdityaAS/mahout MAHOUT-1973

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/mahout/pull/321.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 #321

----
commit 21754e154fa91b321c3f33afbffe468d63e3cbf6
Author: AdityaAS <***@gmail.com>
Date: 2017-05-18T21:58:31Z

[BF] Bug Fix
Fixed the hadoop2 related error mentioned in issue MAHOUT-1973

----
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-05-19 05:09:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016907#comment-16016907 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

Github user rawkintrevo commented on the issue:

https://github.com/apache/mahout/pull/321

Hey @AdityaAS thanks for the contribution.

if you wouldn't mind, please also update `.travis.yml` line 37 adds `-Phadoop2` to all profiles. If this works as expected, that should no longer be necessary.
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-05-19 08:23:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16017051#comment-16017051 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

Github user AdityaAS commented on the issue:

https://github.com/apache/mahout/pull/321

@rawkintrevo I changed the .travis.yml file and pushed it.. I thought I'd be able to squash the commits on github but haven't found how to. Would really appreciate some help.
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-05-28 16:27:04 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027853#comment-16027853 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

Github user rawkintrevo commented on the issue:

https://github.com/apache/mahout/pull/321

This is a very curious case.

@andrewpalumbo would you take a look? It's only failing on the viennaCL profiles. Perhaps this is related to (would be resolved by) the work you are doing wrt the Scala 2.11 clean up for the viennaCL files?
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
ASF GitHub Bot (JIRA)
2017-05-28 18:29:05 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027899#comment-16027899 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

Github user andrewpalumbo commented on the issue:

https://github.com/apache/mahout/pull/321

Willdo, having trouble logging on to github this morning... (not sure why they logged me out).



Sent from my Verizon Wireless 4G LTE smartphone


-------- Original message --------
From: Trevor Grant <***@github.com>
Date: 05/28/2017 9:26 AM (GMT-08:00)
To: apache/mahout <***@noreply.github.com>
Cc: Andrew Palumbo <***@outlook.com>, Mention <***@noreply.github.com>
Subject: Re: [apache/mahout] MAHOUT-1973 (#321)


This is a very curious case.

@andrewpalumbo<https://github.com/andrewpalumbo> would you take a look? It's only failing on the viennaCL profiles. Perhaps this is related to (would be resolved by) the work you are doing wrt the Scala 2.11 clean up for the viennaCL files?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://github.com/apache/mahout/pull/321#issuecomment-304524944>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHU2HWgzCj0QKigS7pEnxRhAiWziZVENks5r-aAwgaJpZM4Nf2VR>.
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Trevor Grant (JIRA)
2017-06-23 04:28:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1973:
---------------------------------
Fix Version/s: 0.13.2
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
Fix For: 0.13.2
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Trevor Grant (JIRA)
2017-06-23 04:31:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant updated MAHOUT-1973:
---------------------------------
Fix Version/s: (was: 0.13.2)
0.13.1
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
Fix For: 0.13.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-26 21:45:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063850#comment-16063850 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

Github user rawkintrevo commented on the issue:

https://github.com/apache/mahout/pull/321

@AdityaAS go ahead and close this please.
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
Fix For: 0.13.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Trevor Grant (JIRA)
2017-06-26 21:45:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Grant resolved MAHOUT-1973.
----------------------------------
Resolution: Fixed
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
Fix For: 0.13.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
Hudson (JIRA)
2017-06-26 22:45:00 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063917#comment-16063917 ]

Hudson commented on MAHOUT-1973:
--------------------------------

SUCCESS: Integrated in Jenkins build Mahout-Quality #3493 (See [https://builds.apache.org/job/Mahout-Quality/3493/])
MAHOUT-1973 Remove need for hadoop2 profile apache/mahout#324 (rawkintrevo: rev 48d6ca51738f9560aced6e15e1201025243a0d90)
* (edit) pom.xml
* (edit) .travis.yml
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
Fix For: 0.13.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
ASF GitHub Bot (JIRA)
2017-06-28 01:06:02 UTC
Permalink
[ https://issues.apache.org/jira/browse/MAHOUT-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065757#comment-16065757 ]

ASF GitHub Bot commented on MAHOUT-1973:
----------------------------------------

Github user AdityaAS closed the pull request at:

https://github.com/apache/mahout/pull/321
Post by Aditya AS (JIRA)
When building profiles conditionally (say Flink, Viennacl) a hadoop.version related error occurs. Need to check if conditional building of other modules also has this error and fix the issue.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: MAHOUT-1973
URL: https://issues.apache.org/jira/browse/MAHOUT-1973
Project: Mahout
Issue Type: Bug
Components: build
Reporter: Aditya AS
Assignee: Aditya AS
Priority: Minor
Fix For: 0.13.1
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Loading...