[jira] [Created] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Maruf Aytekin (JIRA)
Maruf Aytekin created MAHOUT-1397:
-

 Summary: mahaout-math-scala/pom.xml not readable
 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit

Eclipse:
Version: Kepler Service Release 1
Build id: 20130919-0819
maven 3.0.5
Java: jdk1.6.0_45

Reporter: Maruf Aytekin


maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
{code}
plugin
groupIdorg.scala-tools/groupId
artifactIdmaven-scala-plugin/artifactId
executions
execution
goals

goalcompile/goal

goaltestCompile/goal
/goals
/execution
/executions
configuration
sourceDirsrc/main/scala/sourceDir
jvmArgs
jvmArg-Xms64m/jvmArg
jvmArg-Xmx1024m/jvmArg
/jvmArgs
/configuration
/plugin
{code}
Error displayed:
{quote}
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: 
org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
compile)
- Plugin execution not covered by lifecycle configuration: 
org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
phase: test-
 compile)
{quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Maruf Aytekin (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13874605#comment-13874605
 ] 

Maruf Aytekin commented on MAHOUT-1397:
---

executions tag should be in configuration as follows:
{code}
plugin
groupIdorg.scala-tools/groupId
artifactIdmaven-scala-plugin/artifactId
configuration
sourceDirsrc/main/scala/sourceDir
jvmArgs
jvmArg-Xms64m/jvmArg
jvmArg-Xmx1024m/jvmArg
/jvmArgs
executions
execution
goals

goalcompile/goal

goaltestCompile/goal
/goals
/execution
/executions
/configuration
/plugin
{code}
This change fixes this error.

 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin

 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Maruf Aytekin (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maruf Aytekin updated MAHOUT-1397:
--

Fix Version/s: 1.0
   Labels: maven  (was: )
   Status: Patch Available  (was: Open)

executions tag should be in configuration as follows:
{code}
plugin
groupIdorg.scala-tools/groupId
artifactIdmaven-scala-plugin/artifactId
configuration
sourceDirsrc/main/scala/sourceDir
jvmArgs
jvmArg-Xms64m/jvmArg
jvmArg-Xmx1024m/jvmArg
/jvmArgs
executions
execution
goals

goalcompile/goal

goaltestCompile/goal
/goals
/execution
/executions
/configuration
/plugin
{code}
This change fixes this error.

 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin
  Labels: maven
 Fix For: 1.0


 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Issue Comment Deleted] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Maruf Aytekin (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maruf Aytekin updated MAHOUT-1397:
--

Comment: was deleted

(was: executions tag should be in configuration as follows:
{code}
plugin
groupIdorg.scala-tools/groupId
artifactIdmaven-scala-plugin/artifactId
configuration
sourceDirsrc/main/scala/sourceDir
jvmArgs
jvmArg-Xms64m/jvmArg
jvmArg-Xmx1024m/jvmArg
/jvmArgs
executions
execution
goals

goalcompile/goal

goaltestCompile/goal
/goals
/execution
/executions
/configuration
/plugin
{code}
This change fixes this error.)

 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin
  Labels: maven
 Fix For: 1.0


 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


Re: Mahout 0.9 Release - Call for Volunteers

2014-01-17 Thread Andrew Psaltis
Suneel,
I removed all Lucene entries from my local maven repo and indeed the tests that 
were failing due to that succeed. Now I just get the good ole: Unable to load 
realm mapping info from SCDynamicStore and the subsequently expected 
KrbException

Thanks,
Andrew


From: Suneel Marthi suneel_mar...@yahoo.commailto:suneel_mar...@yahoo.com
Reply-To: Suneel Marthi 
suneel_mar...@yahoo.commailto:suneel_mar...@yahoo.com
Date: Thursday, January 16, 2014 11:24 AM
To: dev@mahout.apache.orgmailto:dev@mahout.apache.org 
dev@mahout.apache.orgmailto:dev@mahout.apache.org, Andrew Psaltis 
andrew.psal...@webtrends.commailto:andrew.psal...@webtrends.com, 
i...@eprice.grmailto:i...@eprice.gr i...@eprice.grmailto:i...@eprice.gr
Cc: u...@mahout.apache.orgmailto:u...@mahout.apache.org 
u...@mahout.apache.orgmailto:u...@mahout.apache.org
Subject: Re: Mahout 0.9 Release - Call for Volunteers

This is not a maven issue.

Andrew, r u on Mac OS 10.8?  If so u would be seeing these errors.
These errors being spewed by Carrot RandomizedRunner and per the conversation 
in Mahout-1345 this happens on Mac OS X due to an issue in Lucene 4.3.1 and 
below that was fixed in later Lucene releases.

Do u have an older version of Lucene ( 4.4)  somewhere on ur system, that 
could be causing this?

Mahout 0.9 Release Lucene version is 4.6.0.



On Thursday, January 16, 2014 1:03 PM, Sotiris Salloumis 
i...@eprice.grmailto:i...@eprice.gr wrote:
Hi Andrew,

Could please check if you have the latest maven?

http://maven.apache.org/download.cgi

Or what version of Maven you are using, I believe this is the issue.

Regards
Sotiris

-Original Message-
From: Andrew Psaltis 
[mailto:andrew.psal...@webtrends.commailto:andrew.psal...@webtrends.com]
Sent: Thursday, January 16, 2014 8:01 PM
To: dev@mahout.apache.orgmailto:dev@mahout.apache.org; 
i...@eprice.grmailto:i...@eprice.gr
Cc: Suneel Marthi; u...@mahout.apache.orgmailto:u...@mahout.apache.org; 
priv...@mahout.apache.orgmailto:priv...@mahout.apache.org
Subject: Re: Mahout 0.9 Release - Call for Volunteers

Tests for Mahout Core fail on

OS X 10.8.5 (12F45)
java version 1.7.0_17
Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM) 64-Bit
Server VM (build 23.7-b01, mixed mode)

Attached is the output from running: mvn clean test

I have not started to look at the test cases that failed in a debugger, but
would be glad to.

Thanks,
Andrew





On 1/16/14 9:52 AM, Yexi Jiang 
yexiji...@gmail.commailto:yexiji...@gmail.com wrote:

Tested on my mac and a server with ubuntu 12.04 LTS.

All tests passed.

[INFO]
---
-

[INFO] Reactor Summary:

[INFO]

[INFO] Mahout Build Tools  SUCCESS
[1.964s]

[INFO] Apache Mahout . SUCCESS
[0.400s]

[INFO] Mahout Math ... SUCCESS
[1:53.067s]

[INFO] Mahout Core ... SUCCESS
[9:09.716s]

[INFO] Mahout Integration  SUCCESS
[1:04.662s]

[INFO] Mahout Examples ... SUCCESS
[3.331s]

[INFO] Mahout Release Package  SUCCESS
[0.000s]

[INFO] Mahout Math/Scala wrappers  SUCCESS
[11.356s]

[INFO]
---
-

[INFO] BUILD SUCCESS

[INFO]
---
-

Regards,
Yexi

2014/1/16 Sotiris Salloumis i...@eprice.grmailto:i...@eprice.gr

 From unix you should try the following with wget or curl, make sure
during  copy the email client will not wrap it up


http://repository.apache.org/content/repositories/orgapachemahout-1002/
org
/a
 pache/mahout/mahout-distribution/0.9/mahout-distribution-0.9-src.tar.
 gz

 Above link via Google url shortener for easy copy/paste
http://goo.gl/gX6xGz


 Regards
 Sotiris

 -Original Message-
 From: Yexi Jiang [mailto:yexiji...@gmail.commailto:yexiji...@gmail.com]
 Sent: Thursday, January 16, 2014 5:59 PM
 To: mahout
 Cc: Suneel Marthi; u...@mahout.apache.orgmailto:u...@mahout.apache.org; 
 priv...@mahout.apache.orgmailto:priv...@mahout.apache.org
 Subject: Re: Mahout 0.9 Release - Call for Volunteers

 Got the same error.

 Regards,
 Yexi


 2014/1/16 Chameera Wijebandara 
 chameerawijeband...@gmail.commailto:chameerawijeband...@gmail.com

  Hi Suneel,
 
  Still it getting 404 error.
 
  Thanks,
 Chameera
 
 
  On Thu, Jan 16, 2014 at 7:11 PM, Suneel Marthi
  suneel_mar...@yahoo.commailto:suneel_mar...@yahoo.com
  wrote:
 
   Here's the new URL for Mahout 0.9 Release:
  
  
  https://repository.apache.org/content/repositories/orgapachemahout-
  100 1/org/apache/mahout/mahout-buildtools/0.9/
  
   For those volunteering to test this, some of the things to be
verified:
  
   a) Verify that u can unpack the release (tar or zip)
   b) Verify u r able to compile the distro
   c)  

Re: Mahout 0.9 Release - Call for Volunteers

2014-01-17 Thread Chameera Wijebandara
Hi,

Windows 7 Home Premium
Service Pack 1
64-bit

java version 1.7.0_45
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

I have download the zip file.

https://repository.apache.org/content/repositories/orgapachemahout-1002/org/apache/mahout/mahout-distribution/0.9/mahout-distribution-0.9-src.zip

Unpack it - success
mvn compile - success
mvn install - build was success some test are failed. I have attached the
result of the test run with this mail.

Is this the way to test and bubit the test results. please update and
correct me if i made something wrong.


Thanks,
Chameera.






On Fri, Jan 17, 2014 at 3:57 PM, Andrew Psaltis 
andrew.psal...@webtrends.com wrote:

 Suneel,
 I removed all Lucene entries from my local maven repo and indeed the tests
 that were failing due to that succeed. Now I just get the good ole: Unable
 to load realm mapping info from SCDynamicStore and the subsequently
 expected KrbException

 Thanks,
 Andrew


 From: Suneel Marthi suneel_mar...@yahoo.commailto:
 suneel_mar...@yahoo.com
 Reply-To: Suneel Marthi suneel_mar...@yahoo.commailto:
 suneel_mar...@yahoo.com
 Date: Thursday, January 16, 2014 11:24 AM
 To: dev@mahout.apache.orgmailto:dev@mahout.apache.org 
 dev@mahout.apache.orgmailto:dev@mahout.apache.org, Andrew Psaltis 
 andrew.psal...@webtrends.commailto:andrew.psal...@webtrends.com, 
 i...@eprice.grmailto:i...@eprice.gr i...@eprice.grmailto:
 i...@eprice.gr
 Cc: u...@mahout.apache.orgmailto:u...@mahout.apache.org 
 u...@mahout.apache.orgmailto:u...@mahout.apache.org
 Subject: Re: Mahout 0.9 Release - Call for Volunteers

 This is not a maven issue.

 Andrew, r u on Mac OS 10.8?  If so u would be seeing these errors.
 These errors being spewed by Carrot RandomizedRunner and per the
 conversation in Mahout-1345 this happens on Mac OS X due to an issue in
 Lucene 4.3.1 and below that was fixed in later Lucene releases.

 Do u have an older version of Lucene ( 4.4)  somewhere on ur system, that
 could be causing this?

 Mahout 0.9 Release Lucene version is 4.6.0.



 On Thursday, January 16, 2014 1:03 PM, Sotiris Salloumis i...@eprice.gr
 mailto:i...@eprice.gr wrote:
 Hi Andrew,

 Could please check if you have the latest maven?

 http://maven.apache.org/download.cgi

 Or what version of Maven you are using, I believe this is the issue.

 Regards
 Sotiris

 -Original Message-
 From: Andrew Psaltis [mailto:andrew.psal...@webtrends.commailto:
 andrew.psal...@webtrends.com]
 Sent: Thursday, January 16, 2014 8:01 PM
 To: dev@mahout.apache.orgmailto:dev@mahout.apache.org; i...@eprice.gr
 mailto:i...@eprice.gr
 Cc: Suneel Marthi; u...@mahout.apache.orgmailto:u...@mahout.apache.org;
 priv...@mahout.apache.orgmailto:priv...@mahout.apache.org
 Subject: Re: Mahout 0.9 Release - Call for Volunteers

 Tests for Mahout Core fail on

 OS X 10.8.5 (12F45)
 java version 1.7.0_17
 Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM)
 64-Bit
 Server VM (build 23.7-b01, mixed mode)

 Attached is the output from running: mvn clean test

 I have not started to look at the test cases that failed in a debugger, but
 would be glad to.

 Thanks,
 Andrew





 On 1/16/14 9:52 AM, Yexi Jiang yexiji...@gmail.commailto:
 yexiji...@gmail.com wrote:

 Tested on my mac and a server with ubuntu 12.04 LTS.
 
 All tests passed.
 
 [INFO]
 ---
 -
 
 [INFO] Reactor Summary:
 
 [INFO]
 
 [INFO] Mahout Build Tools  SUCCESS
 [1.964s]
 
 [INFO] Apache Mahout . SUCCESS
 [0.400s]
 
 [INFO] Mahout Math ... SUCCESS
 [1:53.067s]
 
 [INFO] Mahout Core ... SUCCESS
 [9:09.716s]
 
 [INFO] Mahout Integration  SUCCESS
 [1:04.662s]
 
 [INFO] Mahout Examples ... SUCCESS
 [3.331s]
 
 [INFO] Mahout Release Package  SUCCESS
 [0.000s]
 
 [INFO] Mahout Math/Scala wrappers  SUCCESS
 [11.356s]
 
 [INFO]
 ---
 -
 
 [INFO] BUILD SUCCESS
 
 [INFO]
 ---
 -
 
 Regards,
 Yexi
 
 2014/1/16 Sotiris Salloumis i...@eprice.grmailto:i...@eprice.gr
 
  From unix you should try the following with wget or curl, make sure
 during  copy the email client will not wrap it up
 
 
 http://repository.apache.org/content/repositories/orgapachemahout-1002/
 org
 /a
  pache/mahout/mahout-distribution/0.9/mahout-distribution-0.9-src.tar.
  gz
 
  Above link via Google url shortener for easy copy/paste
 http://goo.gl/gX6xGz
 
 
  Regards
  Sotiris
 
  -Original Message-
  From: Yexi Jiang [mailto:yexiji...@gmail.commailto:yexiji...@gmail.com
 ]
  Sent: Thursday, January 16, 2014 5:59 PM
  To: mahout
  Cc: 

Re: Mahout 0.9 Release - Call for Volunteers

2014-01-17 Thread Sergey Svinarchuk
I think all tests have error with setting some permission to directory. And
mahout 0.9 not supported Windows.


On Fri, Jan 17, 2014 at 2:04 PM, Chameera Wijebandara 
chameerawijeband...@gmail.com wrote:

 Hi,

 Windows 7 Home Premium
 Service Pack 1
 64-bit

 java version 1.7.0_45
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

 I have download the zip file.


 https://repository.apache.org/content/repositories/orgapachemahout-1002/org/apache/mahout/mahout-distribution/0.9/mahout-distribution-0.9-src.zip

 Unpack it - success
 mvn compile - success
 mvn install - build was success some test are failed. I have attached the
 result of the test run with this mail.

 Is this the way to test and bubit the test results. please update and
 correct me if i made something wrong.


 Thanks,
 Chameera.






 On Fri, Jan 17, 2014 at 3:57 PM, Andrew Psaltis 
 andrew.psal...@webtrends.com wrote:

 Suneel,
 I removed all Lucene entries from my local maven repo and indeed the
 tests that were failing due to that succeed. Now I just get the good ole:
 Unable to load realm mapping info from SCDynamicStore and the subsequently
 expected KrbException

 Thanks,
 Andrew


 From: Suneel Marthi suneel_mar...@yahoo.commailto:
 suneel_mar...@yahoo.com
 Reply-To: Suneel Marthi suneel_mar...@yahoo.commailto:
 suneel_mar...@yahoo.com
 Date: Thursday, January 16, 2014 11:24 AM
 To: dev@mahout.apache.orgmailto:dev@mahout.apache.org 
 dev@mahout.apache.orgmailto:dev@mahout.apache.org, Andrew Psaltis 
 andrew.psal...@webtrends.commailto:andrew.psal...@webtrends.com, 
 i...@eprice.grmailto:i...@eprice.gr i...@eprice.grmailto:
 i...@eprice.gr
 Cc: u...@mahout.apache.orgmailto:u...@mahout.apache.org 
 u...@mahout.apache.orgmailto:u...@mahout.apache.org
 Subject: Re: Mahout 0.9 Release - Call for Volunteers

 This is not a maven issue.

 Andrew, r u on Mac OS 10.8?  If so u would be seeing these errors.
 These errors being spewed by Carrot RandomizedRunner and per the
 conversation in Mahout-1345 this happens on Mac OS X due to an issue in
 Lucene 4.3.1 and below that was fixed in later Lucene releases.

 Do u have an older version of Lucene ( 4.4)  somewhere on ur system,
 that could be causing this?

 Mahout 0.9 Release Lucene version is 4.6.0.



 On Thursday, January 16, 2014 1:03 PM, Sotiris Salloumis i...@eprice.gr
 mailto:i...@eprice.gr wrote:
 Hi Andrew,

 Could please check if you have the latest maven?

 http://maven.apache.org/download.cgi

 Or what version of Maven you are using, I believe this is the issue.

 Regards
 Sotiris

 -Original Message-
 From: Andrew Psaltis [mailto:andrew.psal...@webtrends.commailto:
 andrew.psal...@webtrends.com]
 Sent: Thursday, January 16, 2014 8:01 PM
 To: dev@mahout.apache.orgmailto:dev@mahout.apache.org; i...@eprice.gr
 mailto:i...@eprice.gr
 Cc: Suneel Marthi; u...@mahout.apache.orgmailto:u...@mahout.apache.org;
 priv...@mahout.apache.orgmailto:priv...@mahout.apache.org
 Subject: Re: Mahout 0.9 Release - Call for Volunteers

 Tests for Mahout Core fail on

 OS X 10.8.5 (12F45)
 java version 1.7.0_17
 Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM)
 64-Bit
 Server VM (build 23.7-b01, mixed mode)

 Attached is the output from running: mvn clean test

 I have not started to look at the test cases that failed in a debugger,
 but
 would be glad to.

 Thanks,
 Andrew





 On 1/16/14 9:52 AM, Yexi Jiang yexiji...@gmail.commailto:
 yexiji...@gmail.com wrote:

 Tested on my mac and a server with ubuntu 12.04 LTS.
 
 All tests passed.
 
 [INFO]
 ---
 -
 
 [INFO] Reactor Summary:
 
 [INFO]
 
 [INFO] Mahout Build Tools  SUCCESS
 [1.964s]
 
 [INFO] Apache Mahout . SUCCESS
 [0.400s]
 
 [INFO] Mahout Math ... SUCCESS
 [1:53.067s]
 
 [INFO] Mahout Core ... SUCCESS
 [9:09.716s]
 
 [INFO] Mahout Integration  SUCCESS
 [1:04.662s]
 
 [INFO] Mahout Examples ... SUCCESS
 [3.331s]
 
 [INFO] Mahout Release Package  SUCCESS
 [0.000s]
 
 [INFO] Mahout Math/Scala wrappers  SUCCESS
 [11.356s]
 
 [INFO]
 ---
 -
 
 [INFO] BUILD SUCCESS
 
 [INFO]
 ---
 -
 
 Regards,
 Yexi
 
 2014/1/16 Sotiris Salloumis i...@eprice.grmailto:i...@eprice.gr
 
  From unix you should try the following with wget or curl, make sure
 during  copy the email client will not wrap it up
 
 
 http://repository.apache.org/content/repositories/orgapachemahout-1002/
 org
 /a
  pache/mahout/mahout-distribution/0.9/mahout-distribution-0.9-src.tar.
  gz
 
  Above link via Google url shortener for easy 

[jira] [Updated] (MAHOUT-1305) Rework the wiki

2014-01-17 Thread Sotiris Salloumis (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sotiris Salloumis updated MAHOUT-1305:
--

Attachment: MAHOUT-1304and1305.patch

 Rework the wiki
 ---

 Key: MAHOUT-1305
 URL: https://issues.apache.org/jira/browse/MAHOUT-1305
 Project: Mahout
  Issue Type: Bug
  Components: Documentation
Affects Versions: 0.8
Reporter: Sebastian Schelter
Priority: Blocker
  Labels: Documentation
 Fix For: 0.9

 Attachments: MAHOUT-1304and1305.patch, MAHOUT-221213-1315-15716.pdf


 We should think about completely redoing our wiki. At the moment, we're 
 listing lots of algorithms that we either never implemented or already 
 removed. I also have the impression that a lot of stuff is outdated.
 It would be awesome if we had an up-to-date documentation of the code with 
 instructions on how to get into using mahout quickly.
 We should also have examples for all our 3 C's.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Comment Edited] (MAHOUT-1305) Rework the wiki

2014-01-17 Thread Sotiris Salloumis (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13874894#comment-13874894
 ] 

Sotiris Salloumis edited comment on MAHOUT-1305 at 1/17/14 4:04 PM:


Hi Tharindu the link is ok by mistake there is an extra .html in the end, fix 
for this can be found at MAHOUT-1304and1305.patch attached here as well at 
MAHOUT-1304 JRA page ( Check it out live at 
http://176.9.7.116/users/classification/wikipedia-bayes-example.html )

M   trunk/templates/standard.html
M   trunk/content/users/classification/wikipedia-bayes-example.mdtext





was (Author: sotiris.salloumis):
Hi Tharindu the link is ok by mistake there is an extra .html in the end, fix 
for this can be found at MAHOUT-1304and1305.patch attached here as well at 
MAHOUT-1304 JRA page ( Check it out live at 
http://176.9.7.116/users/classification/wikipedia-bayes-example.html )

 Rework the wiki
 ---

 Key: MAHOUT-1305
 URL: https://issues.apache.org/jira/browse/MAHOUT-1305
 Project: Mahout
  Issue Type: Bug
  Components: Documentation
Affects Versions: 0.8
Reporter: Sebastian Schelter
Priority: Blocker
  Labels: Documentation
 Fix For: 0.9

 Attachments: MAHOUT-1304and1305.patch, MAHOUT-221213-1315-15716.pdf


 We should think about completely redoing our wiki. At the moment, we're 
 listing lots of algorithms that we either never implemented or already 
 removed. I also have the impression that a lot of stuff is outdated.
 It would be awesome if we had an up-to-date documentation of the code with 
 instructions on how to get into using mahout quickly.
 We should also have examples for all our 3 C's.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (MAHOUT-1305) Rework the wiki

2014-01-17 Thread Sotiris Salloumis (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sotiris Salloumis updated MAHOUT-1305:
--

   Labels: Documentation  (was: )
Affects Version/s: 0.8
   Status: Patch Available  (was: Open)

 Rework the wiki
 ---

 Key: MAHOUT-1305
 URL: https://issues.apache.org/jira/browse/MAHOUT-1305
 Project: Mahout
  Issue Type: Bug
  Components: Documentation
Affects Versions: 0.8
Reporter: Sebastian Schelter
Priority: Blocker
  Labels: Documentation
 Fix For: 0.9

 Attachments: MAHOUT-221213-1315-15716.pdf


 We should think about completely redoing our wiki. At the moment, we're 
 listing lots of algorithms that we either never implemented or already 
 removed. I also have the impression that a lot of stuff is outdated.
 It would be awesome if we had an up-to-date documentation of the code with 
 instructions on how to get into using mahout quickly.
 We should also have examples for all our 3 C's.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAHOUT-1305) Rework the wiki

2014-01-17 Thread Sotiris Salloumis (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13874894#comment-13874894
 ] 

Sotiris Salloumis commented on MAHOUT-1305:
---

Hi Tharindu the link is ok by mistake there is an extra .html in the end, fix 
for this can be found at MAHOUT-1304and1305.patch attached here as well at 
MAHOUT-1304 JRA page ( Check it out live at 
http://176.9.7.116/users/classification/wikipedia-bayes-example.html )

 Rework the wiki
 ---

 Key: MAHOUT-1305
 URL: https://issues.apache.org/jira/browse/MAHOUT-1305
 Project: Mahout
  Issue Type: Bug
  Components: Documentation
Affects Versions: 0.8
Reporter: Sebastian Schelter
Priority: Blocker
  Labels: Documentation
 Fix For: 0.9

 Attachments: MAHOUT-221213-1315-15716.pdf


 We should think about completely redoing our wiki. At the moment, we're 
 listing lots of algorithms that we either never implemented or already 
 removed. I also have the impression that a lot of stuff is outdated.
 It would be awesome if we had an up-to-date documentation of the code with 
 instructions on how to get into using mahout quickly.
 We should also have examples for all our 3 C's.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Dmitriy Lyubimov (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13875085#comment-13875085
 ] 

Dmitriy Lyubimov commented on MAHOUT-1397:
--

you sure? i trust what idea prompts me. Ok let me check.

 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin
  Labels: maven
 Fix For: 1.0


 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Dmitriy Lyubimov (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13875089#comment-13875089
 ] 

Dmitriy Lyubimov commented on MAHOUT-1397:
--

Hm. Either IntelliJ is wrong, or you.

 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin
  Labels: maven
 Fix For: 1.0


 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Assigned] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Dmitriy Lyubimov (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitriy Lyubimov reassigned MAHOUT-1397:


Assignee: Dmitriy Lyubimov

 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin
Assignee: Dmitriy Lyubimov
  Labels: maven
 Fix For: 1.0


 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-17 Thread Dmitriy Lyubimov (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13875091#comment-13875091
 ] 

Dmitriy Lyubimov commented on MAHOUT-1397:
--

also: http://scala-tools.org/mvnsites/maven-scala-plugin/usage.html

{code:title=correct usage example}
plugin
groupIdorg.scala-tools/groupId
artifactIdmaven-scala-plugin/artifactId
executions
  execution
goals
  goalcompile/goal
  goaltestCompile/goal
/goals
  /execution
/executions
configuration
  scalaVersion${scala.version}/scalaVersion
/configuration
  /plugin


{code}


Sorry, I think you need to try to be more convincing.

-d




 mahaout-math-scala/pom.xml not readable
 ---

 Key: MAHOUT-1397
 URL: https://issues.apache.org/jira/browse/MAHOUT-1397
 Project: Mahout
  Issue Type: Bug
  Components: Math
Affects Versions: 1.0
 Environment: Windows 7 Professional 64 bit
 Eclipse:
 Version: Kepler Service Release 1
 Build id: 20130919-0819
 maven 3.0.5
 Java: jdk1.6.0_45
Reporter: Maruf Aytekin
  Labels: maven
 Fix For: 1.0


 maven-scala-plugin in mahaout-math-scala/pom.xml gives an error.
 {code}
   plugin
   groupIdorg.scala-tools/groupId
   artifactIdmaven-scala-plugin/artifactId
   executions
   execution
   goals
   
 goalcompile/goal
   
 goaltestCompile/goal
   /goals
   /execution
   /executions
   configuration
   sourceDirsrc/main/scala/sourceDir
   jvmArgs
   jvmArg-Xms64m/jvmArg
   jvmArg-Xmx1024m/jvmArg
   /jvmArgs
   /configuration
   /plugin
 {code}
 Error displayed:
 {quote}
 Multiple annotations found at this line:
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:compile (execution: default, phase: 
 compile)
   - Plugin execution not covered by lifecycle configuration: 
 org.scala-tools:maven-scala-plugin:2.15.2:testCompile (execution: default, 
 phase: test-
compile)
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


Re: MAHOUT 0.9 Release - New URL

2014-01-17 Thread Ted Dunning
On Thu, Jan 16, 2014 at 7:35 AM, Sotiris Salloumis i...@eprice.gr wrote:

 c)  Run through the unit tests: mvn clean test [ Passed: 370 milliseconds]



?!

Was that seconds?  Or really milliseconds?


RE: MAHOUT 0.9 Release - New URL

2014-01-17 Thread Sotiris Salloumis
Sorry my mistake milliseconds was the last test … below the full results 

 

~/mahout/apache-maven-3.1.1/bin/mvn -DskipTests clean install  

 

[INFO] BUILD SUCCESS

[INFO] 

[INFO] Total time: 52.312s

[INFO] Finished at: Sat Jan 18 02:04:29 CET 2014

[INFO] Final Memory: 46M/305M

[INFO] 

 

~/mahout/apache-maven-3.1.1/bin/mvn clean test

 

[INFO] 

[INFO] Reactor Summary:

[INFO]

[INFO] Mahout Build Tools  SUCCESS [1.166s]

[INFO] Apache Mahout . SUCCESS [0.264s]

[INFO] Mahout Math ... SUCCESS [58.639s]

[INFO] Mahout Core ... SUCCESS [4:01.640s]

[INFO] Mahout Integration  SUCCESS [21.481s]

[INFO] Mahout Examples ... SUCCESS [1.980s]

[INFO] Mahout Release Package  SUCCESS [0.003s]

[INFO] Mahout Math/Scala wrappers  SUCCESS [14.149s]

[INFO] 

[INFO] BUILD SUCCESS

[INFO] 

[INFO] Total time: 5:39.563s

[INFO] Finished at: Sat Jan 18 02:10:53 CET 2014

[INFO] Final Memory: 51M/1068M

[INFO] 

 

From: Ted Dunning [mailto:ted.dunn...@gmail.com] 
Sent: Saturday, January 18, 2014 2:50 AM
To: Mahout Dev List; Sotiris Salloumis
Cc: Suneel Marthi; u...@mahout.apache.org
Subject: Re: MAHOUT 0.9 Release - New URL

 

 

On Thu, Jan 16, 2014 at 7:35 AM, Sotiris Salloumis i...@eprice.gr 
mailto:i...@eprice.gr  wrote:

c)  Run through the unit tests: mvn clean test [ Passed: 370 milliseconds]

 

?!

 

Was that seconds?  Or really milliseconds?