[jira] [Updated] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Sean Owen (JIRA)

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

Sean Owen updated MAHOUT-1396:
--

Attachment: MAHOUT-1396.patch

 Accidental use of commons-math won't work with next Hadoop 2 release
 

 Key: MAHOUT-1396
 URL: https://issues.apache.org/jira/browse/MAHOUT-1396
 Project: Mahout
  Issue Type: Bug
  Components: Classification
Affects Versions: 0.8
Reporter: Sean Owen
 Attachments: MAHOUT-1396.patch


 The project uses commons-math3, since about a year ago. However there is a 
 use of old commons-math (2.2) lurking:
 core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
 import org.apache.commons.math.special.Gamma;
 This happens to have worked since commons-math has been pulled in by 
 hadoop-common. But it no longer is in HEAD:
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
 So this will no longer compile against the latest Hadoop. I believe it will 
 also not actually run again the latest Hadoop, even if one were to use a 
 version compiled versus older Hadoop 2, since the class that uses it is used 
 in the context of Writables -- that is, outside the client environment that 
 might happen to have packaged commons-math -- and so would fail on the 
 cluster.
 The change is trivial, to import the commons-math3 class. I've verified that 
 tests pass and a patch is attached.
 Question is how much of a 'blocker' this should be for the pending release. 
 It would cause it to stop working with the next Hadoop 2 release, so would be 
 useful to get in, IMHO.



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


[jira] [Updated] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Sean Owen (JIRA)

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

Sean Owen updated MAHOUT-1396:
--

Status: Patch Available  (was: Open)

 Accidental use of commons-math won't work with next Hadoop 2 release
 

 Key: MAHOUT-1396
 URL: https://issues.apache.org/jira/browse/MAHOUT-1396
 Project: Mahout
  Issue Type: Bug
  Components: Classification
Affects Versions: 0.8
Reporter: Sean Owen
 Attachments: MAHOUT-1396.patch


 The project uses commons-math3, since about a year ago. However there is a 
 use of old commons-math (2.2) lurking:
 core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
 import org.apache.commons.math.special.Gamma;
 This happens to have worked since commons-math has been pulled in by 
 hadoop-common. But it no longer is in HEAD:
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
 So this will no longer compile against the latest Hadoop. I believe it will 
 also not actually run again the latest Hadoop, even if one were to use a 
 version compiled versus older Hadoop 2, since the class that uses it is used 
 in the context of Writables -- that is, outside the client environment that 
 might happen to have packaged commons-math -- and so would fail on the 
 cluster.
 The change is trivial, to import the commons-math3 class. I've verified that 
 tests pass and a patch is attached.
 Question is how much of a 'blocker' this should be for the pending release. 
 It would cause it to stop working with the next Hadoop 2 release, so would be 
 useful to get in, IMHO.



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


[jira] [Commented] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Suneel Marthi (JIRA)

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

Suneel Marthi commented on MAHOUT-1396:
---

Sean, I think we should be able to get this into 0.9 release. Since we have a 
candidate 0.9 Release that's presently in staging do we need to roll that back 
before any code can be committed for 0.9 into SVN?  I think we should get this 
and M-1394 into 0.9.  



 Accidental use of commons-math won't work with next Hadoop 2 release
 

 Key: MAHOUT-1396
 URL: https://issues.apache.org/jira/browse/MAHOUT-1396
 Project: Mahout
  Issue Type: Bug
  Components: Classification
Affects Versions: 0.8
Reporter: Sean Owen
 Attachments: MAHOUT-1396.patch


 The project uses commons-math3, since about a year ago. However there is a 
 use of old commons-math (2.2) lurking:
 core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
 import org.apache.commons.math.special.Gamma;
 This happens to have worked since commons-math has been pulled in by 
 hadoop-common. But it no longer is in HEAD:
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
 So this will no longer compile against the latest Hadoop. I believe it will 
 also not actually run again the latest Hadoop, even if one were to use a 
 version compiled versus older Hadoop 2, since the class that uses it is used 
 in the context of Writables -- that is, outside the client environment that 
 might happen to have packaged commons-math -- and so would fail on the 
 cluster.
 The change is trivial, to import the commons-math3 class. I've verified that 
 tests pass and a patch is attached.
 Question is how much of a 'blocker' this should be for the pending release. 
 It would cause it to stop working with the next Hadoop 2 release, so would be 
 useful to get in, IMHO.



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


Re: [jira] [Commented] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Sean Owen
I think you can pause a bit to see if anything else comes up then create
another build.

I think you can drop the staging repo and use release:rollback and then
start again? As I say it I am not sure I have tried rolling back after
release:perform. I wonder if the right process is to release artifacts with
names including RCn and then at the last make the final release. Then no
rollback.
On Jan 15, 2014 8:09 AM, Suneel Marthi (JIRA) j...@apache.org wrote:


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

 Suneel Marthi commented on MAHOUT-1396:
 ---

 Sean, I think we should be able to get this into 0.9 release. Since we
 have a candidate 0.9 Release that's presently in staging do we need to roll
 that back before any code can be committed for 0.9 into SVN?  I think we
 should get this and M-1394 into 0.9.



  Accidental use of commons-math won't work with next Hadoop 2 release
  
 
  Key: MAHOUT-1396
  URL: https://issues.apache.org/jira/browse/MAHOUT-1396
  Project: Mahout
   Issue Type: Bug
   Components: Classification
 Affects Versions: 0.8
 Reporter: Sean Owen
  Attachments: MAHOUT-1396.patch
 
 
  The project uses commons-math3, since about a year ago. However there is
 a use of old commons-math (2.2) lurking:
  core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
  import org.apache.commons.math.special.Gamma;
  This happens to have worked since commons-math has been pulled in by
 hadoop-common. But it no longer is in HEAD:
 
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
  So this will no longer compile against the latest Hadoop. I believe it
 will also not actually run again the latest Hadoop, even if one were to use
 a version compiled versus older Hadoop 2, since the class that uses it is
 used in the context of Writables -- that is, outside the client environment
 that might happen to have packaged commons-math -- and so would fail on the
 cluster.
  The change is trivial, to import the commons-math3 class. I've verified
 that tests pass and a patch is attached.
  Question is how much of a 'blocker' this should be for the pending
 release. It would cause it to stop working with the next Hadoop 2 release,
 so would be useful to get in, IMHO.



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



Re: Edit CMS in anonymous mode

2014-01-15 Thread Isabel Drost-Fromm
On Fri, Jan 10, 2014 at 05:31:25PM +0530, Tharindu Rusira wrote:
 Yes Sotiris, Only commitors are allowed to push changes to staging or
 production sites. As anonymous editors, all what we can do is submit
 patches with diff summary. This is what I have understood so far.

Jepp. To help with getting all committers familiar with CMS it would be great 
if for now you could post a brief notice to dev@ once you have made changes so 
these can be integrated in a more timely manner. If I don't see diff mails for 
the next few anonymous edits, I'll go and figure out why this is the case.

Isabel




Re: Mahout 0.9

2014-01-15 Thread Isabel Drost-Fromm
On Thu, Jan 09, 2014 at 04:06:25PM +0200, Sergey Svinarchuk wrote:
 When will expected day of release mahout 0.9?

When the release candidate vote is through - more precisely as soon as we have 
had enough people testing the artifacts (do you by any chance have time to help 
out here?) and three binding +1 votes.

Isabel



Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread Chameera Wijebandara
Hi Tharindu,

Still I could not able to download the artifacts. Could you please hep me
to test the Release

Thanks
Chameera


On Wed, Jan 15, 2014 at 12:21 PM, Suneel Marthi suneel_mar...@yahoo.comwrote:

 Thanks Tharindu.





 On Tuesday, January 14, 2014 11:30 PM, Tharindu Rusira 
 tharindurus...@gmail.com wrote:

 Hi Suneel,
 I tested
 the
 installation process with unit tests and everything went well. (Ubuntu
 12.10 32bit, Java 1.7.0_40).
 Please note that I did not clean my local maven repository before the
 installation so I assumed maven dependencies are all available
 .


 On Tue, Jan 14, 2014 at 7:03 PM, Suneel Marthi suneel_mar...@yahoo.com
 wrote:

  Here's the link to Release artifacts for Mahout 0.9:
  https://repository.apache.org/content/repositories/orgapachemahout-1000/
 
  For those volunteering to test this, some of the stuff to look out for:
  a)  Verify u can unpack the Release tar.
 
 Verified


  b)  Verify u are able to compile the distribution
 
 Verified

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Mahout Build Tools  SUCCESS [4.380s]
 [INFO] Apache Mahout . SUCCESS [0.965s]
 [INFO] Mahout Math ... SUCCESS
 [2:07.687s]
 [INFO] Mahout Core ... SUCCESS
 [10:34.651s]
 [INFO] Mahout Integration  SUCCESS
 [1:03.250s]
 [INFO] Mahout Examples ... SUCCESS
 [16.607s]
 [INFO] Mahout Release Package  SUCCESS [0.469s]
 [INFO] Mahout Math/Scala wrappers  SUCCESS
 [35.562s]
 [INFO]
 
 [INFO] BUILD SUCCESS
 [INFO]
 
 [INFO] Total time: 14:44.158s
 [INFO] Finished at: Wed Jan 15 09:06:26 IST 2014
 [INFO] Final Memory: 41M/252M
 [INFO]
 

 c) Run through the unit tests: mvn clean test
 
 Verified.

 
  d)  Run the example scripts under $MAHOUT_HOME/examples/bin.
 

 I'm yet to test the example scripts and I will give an update soon.

 Regards,



 
  See http://incubator.apache.org/guides/releasemanagement.html#check-list
  for more details.
 
 
 
  On Tuesday, January 14, 2014 8:26 AM, spa...@gmail.com 
 spa...@gmail.com
  wrote:
 
  I want to volunteer to test this release. What is the procedure/steps to
  get started and what pre-reqs I need to have?
 
  Cheers
  .S
 
 
 
  On Tue, Jan 14, 2014 at 6:52 PM, Suneel Marthi suneel_mar...@yahoo.com
  wrote:
 
   Calling for volunteers to test this Release.
  
  
  
  
   On Friday, January 10, 2014 7:39 PM, Suneel Marthi 
   suneel_mar...@yahoo.com wrote:
  
   Pushed the Mahout 0.9 Release candidate.
   See
  
 https://repository.apache.org/content/repositories/orgapachemahout-1000/
  
   This is a call for Vote.
  
 
 
 
  --
  http://spawgi.wordpress.com
  We can do it and do it better.
 



 --
 M.P. Tharindu Rusira Kumara

 Department of Computer Science and Engineering,
 University of Moratuwa,
 Sri Lanka.
 +94757033733
 www.tharindu-rusira.blogspot.com




-- 
Thanks,
Chameera


Re: Edit CMS in anonymous mode

2014-01-15 Thread Suneel Marthi
How do I edit the new site. don't see login/edit links?





On Wednesday, January 15, 2014 8:08 AM, Isabel Drost-Fromm isa...@apache.org 
wrote:
 
On Fri, Jan 10, 2014 at 05:31:25PM +0530, Tharindu Rusira wrote:
 Yes Sotiris, Only commitors are allowed to push changes to staging or
 production sites. As anonymous editors, all what we can do is submit
 patches with diff summary. This is what I have understood so far.

Jepp. To help with getting all committers familiar with CMS it would be great 
if for now you could post a brief notice to dev@ once you have made changes so 
these can be integrated in a more timely manner. If I don't see diff mails for 
the next few anonymous edits, I'll go and figure out why this is the case.

Isabel

Re: [jira] [Commented] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Suneel Marthi
Reverted back to 0.8, will checkin Sean's patch for M-1396.
SSC, please go ahead and checkin the fix for M-1394.




On Wednesday, January 15, 2014 3:34 AM, Sean Owen sro...@gmail.com wrote:
 
I think you can pause a bit to see if anything else comes up then create
another build.

I think you can drop the staging repo and use release:rollback and then
start again? As I say it I am not sure I have tried rolling back after
release:perform. I wonder if the right process is to release artifacts with
names including RCn and then at the last make the final release. Then no
rollback.

On Jan 15, 2014 8:09 AM, Suneel Marthi (JIRA) j...@apache.org wrote:


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

 Suneel Marthi commented on MAHOUT-1396:
 ---

 Sean, I think we should be able to get this into 0.9 release. Since we
 have a candidate 0.9 Release that's presently in staging do we need to roll
 that back before any code can be committed for 0.9 into SVN?  I think we
 should get this and M-1394 into 0.9.



  Accidental use of commons-math won't work with next Hadoop 2 release
  
 
                  Key: MAHOUT-1396
                  URL: https://issues.apache.org/jira/browse/MAHOUT-1396
              Project: Mahout
           Issue Type: Bug
           Components: Classification
     Affects Versions: 0.8
             Reporter: Sean Owen
          Attachments: MAHOUT-1396.patch
 
 
  The project uses commons-math3, since about a year ago. However there is
 a use of old commons-math (2.2) lurking:
  core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
  import org.apache.commons.math.special.Gamma;
  This happens to have worked since commons-math has been pulled in by
 hadoop-common. But it no longer is in HEAD:
 
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
  So this will no longer compile against the latest Hadoop. I believe it
 will also not actually run again the latest Hadoop, even if one were to use
 a version compiled versus older Hadoop 2, since the class that uses it is
 used in the context of Writables -- that is, outside the client environment
 that might happen to have packaged commons-math -- and so would fail on the
 cluster.
  The change is trivial, to import the commons-math3 class. I've verified
 that tests pass and a patch is attached.
  Question is how much of a 'blocker' this should be for the pending
 release. It would cause it to stop working with the next Hadoop 2 release,
 so would be useful to get in, IMHO.



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


[jira] [Updated] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Suneel Marthi (JIRA)

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

Suneel Marthi updated MAHOUT-1396:
--

   Resolution: Fixed
Fix Version/s: 0.9
   Status: Resolved  (was: Patch Available)

Patch committed to trunk

 Accidental use of commons-math won't work with next Hadoop 2 release
 

 Key: MAHOUT-1396
 URL: https://issues.apache.org/jira/browse/MAHOUT-1396
 Project: Mahout
  Issue Type: Bug
  Components: Classification
Affects Versions: 0.8
Reporter: Sean Owen
 Fix For: 0.9

 Attachments: MAHOUT-1396.patch


 The project uses commons-math3, since about a year ago. However there is a 
 use of old commons-math (2.2) lurking:
 core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
 import org.apache.commons.math.special.Gamma;
 This happens to have worked since commons-math has been pulled in by 
 hadoop-common. But it no longer is in HEAD:
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
 So this will no longer compile against the latest Hadoop. I believe it will 
 also not actually run again the latest Hadoop, even if one were to use a 
 version compiled versus older Hadoop 2, since the class that uses it is used 
 in the context of Writables -- that is, outside the client environment that 
 might happen to have packaged commons-math -- and so would fail on the 
 cluster.
 The change is trivial, to import the commons-math3 class. I've verified that 
 tests pass and a patch is attached.
 Question is how much of a 'blocker' this should be for the pending release. 
 It would cause it to stop working with the next Hadoop 2 release, so would be 
 useful to get in, IMHO.



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


Re: Edit CMS in anonymous mode

2014-01-15 Thread isa...@apache.org
On Wed, Jan 15, 2014 at 08:16:13AM -0800, Suneel Marthi wrote:
 How do I edit the new site. don't see login/edit links?

Please check

http://mahout.apache.org/developers/how-to-update-the-website.html

for more info. When editing, can you please also move the page above to a link 
that you would have found when you searched for it previously? ;)


Isabel



[jira] [Commented] (MAHOUT-1396) Accidental use of commons-math won't work with next Hadoop 2 release

2014-01-15 Thread Hudson (JIRA)

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

Hudson commented on MAHOUT-1396:


FAILURE: Integrated in Mahout-Quality #2412 (See 
[https://builds.apache.org/job/Mahout-Quality/2412/])
MAHOUT-1396: Accidental use of commons-math won't work with next Hadoop 2 
release (smarthi: rev 1558477)
* /mahout/trunk/CHANGELOG
* /mahout/trunk/core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java


 Accidental use of commons-math won't work with next Hadoop 2 release
 

 Key: MAHOUT-1396
 URL: https://issues.apache.org/jira/browse/MAHOUT-1396
 Project: Mahout
  Issue Type: Bug
  Components: Classification
Affects Versions: 0.8
Reporter: Sean Owen
 Fix For: 0.9

 Attachments: MAHOUT-1396.patch


 The project uses commons-math3, since about a year ago. However there is a 
 use of old commons-math (2.2) lurking:
 core/src/main/java/org/apache/mahout/classifier/sgd/TPrior.java:
 import org.apache.commons.math.special.Gamma;
 This happens to have worked since commons-math has been pulled in by 
 hadoop-common. But it no longer is in HEAD:
 http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml?view=markup
 So this will no longer compile against the latest Hadoop. I believe it will 
 also not actually run again the latest Hadoop, even if one were to use a 
 version compiled versus older Hadoop 2, since the class that uses it is used 
 in the context of Writables -- that is, outside the client environment that 
 might happen to have packaged commons-math -- and so would fail on the 
 cluster.
 The change is trivial, to import the commons-math3 class. I've verified that 
 tests pass and a patch is attached.
 Question is how much of a 'blocker' this should be for the pending release. 
 It would cause it to stop working with the next Hadoop 2 release, so would be 
 useful to get in, IMHO.



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


Build failed in Jenkins: Mahout-Quality #2412

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/2412/changes

Changes:

[smarthi] MAHOUT-1396: Accidental use of commons-math won't work with next 
Hadoop 2 release

[smarthi] Reverting to Mahout 0.8

--
[...truncated 1743 lines...]
A math/src/main/java/org/apache/mahout/math/DenseSymmetricMatrix.java
A math/src/main/java/org/apache/mahout/math/WeightedVector.java
AUmath/src/main/java/org/apache/mahout/math/DenseMatrix.java
A 
math/src/main/java/org/apache/mahout/math/FileBasedSparseBinaryMatrix.java
A math/src/main/java/org/apache/mahout/math/MatrixTimesOps.java
A 
math/src/main/java/org/apache/mahout/math/SequentialAccessSparseVector.java
A math/src/main/java/org/apache/mahout/math/jet
A math/src/main/java/org/apache/mahout/math/jet/math
AUmath/src/main/java/org/apache/mahout/math/jet/math/Arithmetic.java
AUmath/src/main/java/org/apache/mahout/math/jet/math/Constants.java
AUmath/src/main/java/org/apache/mahout/math/jet/math/Polynomial.java
A math/src/main/java/org/apache/mahout/math/jet/math/package-info.java
A math/src/main/java/org/apache/mahout/math/jet/stat
AUmath/src/main/java/org/apache/mahout/math/jet/stat/Probability.java
AUmath/src/main/java/org/apache/mahout/math/jet/stat/Gamma.java
A math/src/main/java/org/apache/mahout/math/jet/stat/package-info.java
A math/src/main/java/org/apache/mahout/math/jet/random
AUmath/src/main/java/org/apache/mahout/math/jet/random/Normal.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Poisson.java
A math/src/main/java/org/apache/mahout/math/jet/random/sampling
AU
math/src/main/java/org/apache/mahout/math/jet/random/sampling/RandomSampler.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/NegativeBinomial.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Uniform.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Gamma.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/AbstractDistribution.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/AbstractContinousDistribution.java
A math/src/main/java/org/apache/mahout/math/jet/random/engine
A 
math/src/main/java/org/apache/mahout/math/jet/random/engine/package-info.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/engine/RandomEngine.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/engine/MersenneTwister.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/AbstractDiscreteDistribution.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Exponential.java
AUmath/src/main/java/org/apache/mahout/math/Matrix.java
A math/src/main/java/org/apache/mahout/math/function
AU
math/src/main/java/org/apache/mahout/math/function/SquareRootFunction.java
AU
math/src/main/java/org/apache/mahout/math/function/DoubleDoubleFunction.java
A math/src/main/java/org/apache/mahout/math/function/FloatFunction.java
A math/src/main/java/org/apache/mahout/math/function/IntIntFunction.java
A 
math/src/main/java/org/apache/mahout/math/function/ObjectProcedure.java
A math/src/main/java/org/apache/mahout/math/function/DoubleFunction.java
AUmath/src/main/java/org/apache/mahout/math/function/IntFunction.java
AUmath/src/main/java/org/apache/mahout/math/function/Mult.java
A math/src/main/java/org/apache/mahout/math/function/package-info.java
AUmath/src/main/java/org/apache/mahout/math/function/PlusMult.java
AU
math/src/main/java/org/apache/mahout/math/function/IntIntDoubleFunction.java
A 
math/src/main/java/org/apache/mahout/math/function/ObjectObjectProcedure.java
AUmath/src/main/java/org/apache/mahout/math/function/TimesFunction.java
AUmath/src/main/java/org/apache/mahout/math/function/Functions.java
A math/src/main/java/org/apache/mahout/math/function/VectorFunction.java
AUmath/src/main/java/org/apache/mahout/math/OrderedIntDoubleMapping.java
A math/src/main/java/org/apache/mahout/math/Matrices.java
A math/src/main/java/org/apache/mahout/math/CholeskyDecomposition.java
A math/src/main/java/org/apache/mahout/math/QRDecomposition.java
AUmath/pom.xml
A pom.xml
AUNOTICE.txt
AULICENSE.txt
 U.
At revision 1558490
[trunk] $ /home/hudson/tools/maven/apache-maven-3.0.4/bin/mvn -f pom.xml -U 
clean install javadoc:javadoc findbugs:findbugs pmd:pmd
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.mahout:mahout-math:jar:PREVIOUS_SNAPSHOT
[WARNING] 'version' uses an unsupported snapshot version format, should be 
'*-SNAPSHOT' instead. @ org.apache.mahout:mahout:PREVIOUS_SNAPSHOT, 

Build failed in Jenkins: Mahout-Examples-Classify-20News #391

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Classify-20News/391/changes

Changes:

[smarthi] MAHOUT-1396: Accidental use of commons-math won't work with next 
Hadoop 2 release

[smarthi] Reverting to Mahout 0.8

--
[...truncated 3544 lines...]
777 496
778 496
779 496
780 496
781 495
782 494
783 494
784 494
785 494
786 493
787 493
788 492
789 492
790 490
791 489
792 488
793 488
794 488
795 487
796 487
797 486
798 486
799 485
800 485
801 484
802 483
803 483
804 482
805 482
806 481
807 481
808 481
809 480
810 479
811 479
812 478
813 478
814 477
815 476
816 475
817 473
818 472
819 471
820 471
821 471
822 470
823 470
824 470
825 469
826 469
827 468
828 468
829 467
830 466
831 466
832 466
833 466
834 466
835 466
836 465
837 465
838 465
839 464
840 463
841 463
842 463
843 462
844 462
845 462
846 462
847 462
848 461
849 459
850 458
851 458
852 458
853 458
854 458
855 458
856 457
857 457
858 457
859 457
860 455
861 455
862 455
863 454
864 453
865 453
866 452
867 452
868 451
869 451
870 451
871 450
872 450
873 449
874 449
875 448
876 448
877 448
878 447
879 446
880 446
881 446
882 446
883 445
884 445
885 445
886 444
887 443
888 443
889 442
890 442
891 442
892 442
893 441
894 440
895 440
896 440
897 439
898 439
899 439
900 438
901 437
902 437
903 436
904 436
905 436
906 434
907 434
908 433
909 433
910 432
911 432
912 432
913 432
914 431
915 431
916 430
917 430
918 430
919 430
920 430
921 430
922 430
923 429
924 428
925 426
926 426
927 426
928 424
929 424
930 424
931 422
932 421
933 421
934 420
935 420
936 420
937 419
938 418
939 418
940 416
941 416
942 416
943 414
944 414
945 413
946 413
947 413
948 412
949 412
950 411
951 411
952 411
953 411
954 410
955 410
956 410
957 409
958 409
959 409
960 408
961 408
962 406
963 406
964 406
965 406
966 406
967 406
968 405
969 405
970 404
971 403
972 402
973 402
974 401
975 401
976 400
977 400
978 399
979 399
980 398
981 398
982 398
983 398
984 397
985 397
986 396
987 396
988 396
989 395
990 395
991 395
992 395
993 395
994 394
995 394
996 394
997 393
998 393
999 393
1000393
Jan 15, 2014 6:20:44 PM org.slf4j.impl.JCLLoggerAdapter info
INFO: Program took 433093 ms (Minutes: 7.2182167)
Testing on /tmp/mahout-work-jenkins/20news-bydate/20news-bydate-test/ with 
model: /tmp/news-group.model
hadoop binary is not in PATH,HADOOP_HOME/bin,HADOOP_PREFIX/bin, running locally
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:https://builds.apache.org/job/Mahout-Examples-Classify-20News/ws/trunk/examples/target/mahout-examples-PREVIOUS_SNAPSHOT-job.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:https://builds.apache.org/job/Mahout-Examples-Classify-20News/ws/trunk/examples/target/dependency/slf4j-jcl-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.JCLLoggerFactory]
Jan 15, 2014 6:20:44 PM org.slf4j.impl.JCLLoggerAdapter warn
WARNING: No org.apache.mahout.classifier.sgd.TestNewsGroups.props found on 
classpath, will use command-line arguments only
1 test files
Exception in thread main java.lang.IndexOutOfBoundsException: Index: 12, 
Size: 1
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at 
org.apache.mahout.classifier.sgd.TestNewsGroups.run(TestNewsGroups.java:95)
at 
org.apache.mahout.classifier.sgd.TestNewsGroups.main(TestNewsGroups.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68)
at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139)
at 

Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread spawgi
I am getting a 404 Item not found exception for this link. Complete stack
trace is -
404 - ItemNotFoundException

Repository with ID=pathPrefixOrId: 'orgapachemahout-1000' not found

org.sonatype.nexus.proxy.ItemNotFoundException: Repository with
ID=pathPrefixOrId: 'orgapachemahout-1000' not found
at 
org.sonatype.nexus.proxy.router.DefaultRepositoryRouter.getRequestRouteForRequest(DefaultRepositoryRouter.java:456)
at 
org.sonatype.nexus.proxy.router.DefaultRepositoryRouter.retrieveItem(DefaultRepositoryRouter.java:147)
at 
org.sonatype.nexus.web.content.NexusContentServlet.doGet(NexusContentServlet.java:359)
at 
org.sonatype.nexus.web.content.NexusContentServlet.service(NexusContentServlet.java:331)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at 
com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:278)
at 
com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:268)
at 
com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:180)
at 
com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:93)
at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85)
at 
com.yammer.metrics.web.WebappMetricsFilter.doFilter(WebappMetricsFilter.java:76)
at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
at 
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
at 
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
at 
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at 
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at 
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
at 
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
at 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:89)
at 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:89)
at 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterPipeline.dispatch(NexusGuiceFilter.java:57)
at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:132)
at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:129)
at 
com.google.inject.servlet.GuiceFilter$Context.call(GuiceFilter.java:206)
at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:129)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
at 

Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread Suneel Marthi
The Release has been rolled back to include a few last minute fixes, will be 
sending out a new Release link in a day.





On Wednesday, January 15, 2014 1:33 PM, spa...@gmail.com spa...@gmail.com 
wrote:
 
I am getting a 404 Item not found exception for this link. Complete stack
trace is -
404 - ItemNotFoundException

Repository with ID=pathPrefixOrId: 'orgapachemahout-1000' not found

org.sonatype.nexus.proxy.ItemNotFoundException: Repository with
ID=pathPrefixOrId: 'orgapachemahout-1000' not found
    at 
org.sonatype.nexus.proxy.router.DefaultRepositoryRouter.getRequestRouteForRequest(DefaultRepositoryRouter.java:456)
    at 
org.sonatype.nexus.proxy.router.DefaultRepositoryRouter.retrieveItem(DefaultRepositoryRouter.java:147)
    at 
org.sonatype.nexus.web.content.NexusContentServlet.doGet(NexusContentServlet.java:359)
    at 
org.sonatype.nexus.web.content.NexusContentServlet.service(NexusContentServlet.java:331)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
    at 
com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:278)
    at 
com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:268)
    at 
com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:180)
    at 
com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:93)
    at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85)
    at 
com.yammer.metrics.web.WebappMetricsFilter.doFilter(WebappMetricsFilter.java:76)
    at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
    at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
    at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
    at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
    at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
    at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
    at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
    at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
    at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
    at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
    at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
    at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
    at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
    at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
    at 
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
    at 
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
    at 
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
    at 
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
    at 
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
    at 
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
    at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
    at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
    at 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
    at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
    at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:89)
    at 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
    at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
    at 
com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:89)
    at 
com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
    at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
    at 
org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterPipeline.dispatch(NexusGuiceFilter.java:57)
    at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:132)
    at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:129)
    at com.google.inject.servlet.GuiceFilter$Context.call(GuiceFilter.java:206)
    at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:129)
    at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
    at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
    at 

Build failed in Jenkins: Mahout-Quality #2413

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/2413/changes

Changes:

[smarthi] Reverting back to Mahout 0.9-SNAPSHOT

[smarthi] Accidentally committed a change that should not have gone in.

[smarthi] Reverting to 0.8 Release

--
[...truncated 1720 lines...]
A math/src/main/java/org/apache/mahout/math/ConstantVector.java
A math/src/main/java/org/apache/mahout/math/VectorBinaryAssign.java
A 
math/src/main/java/org/apache/mahout/math/SingularValueDecomposition.java
A math/src/main/java/org/apache/mahout/math/RandomTrinaryMatrix.java
A math/src/main/java/org/apache/mahout/math/DenseSymmetricMatrix.java
A math/src/main/java/org/apache/mahout/math/WeightedVector.java
AUmath/src/main/java/org/apache/mahout/math/DenseMatrix.java
A 
math/src/main/java/org/apache/mahout/math/FileBasedSparseBinaryMatrix.java
A math/src/main/java/org/apache/mahout/math/MatrixTimesOps.java
A 
math/src/main/java/org/apache/mahout/math/SequentialAccessSparseVector.java
A math/src/main/java-templates
A math/src/main/java-templates/org
A math/src/main/java-templates/org/apache
A math/src/main/java-templates/org/apache/mahout
A math/src/main/java-templates/org/apache/mahout/math
A math/src/main/java-templates/org/apache/mahout/math/function
A 
math/src/main/java-templates/org/apache/mahout/math/function/ObjectValueTypeProcedure.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/function/KeyTypeValueTypeProcedure.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/function/KeyTypeProcedure.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/function/ValueTypeComparator.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/function/KeyTypeObjectProcedure.java.t
A math/src/main/java-templates/org/apache/mahout/math/buffer
A 
math/src/main/java-templates/org/apache/mahout/math/buffer/ValueTypeBufferConsumer.java.t
A math/src/main/java-templates/org/apache/mahout/math/list
A 
math/src/main/java-templates/org/apache/mahout/math/list/ValueTypeArrayList.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/list/AbstractValueTypeList.java.t
A math/src/main/java-templates/org/apache/mahout/math/set
A 
math/src/main/java-templates/org/apache/mahout/math/set/OpenKeyTypeHashSet.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/set/AbstractKeyTypeSet.java.t
A math/src/main/java-templates/org/apache/mahout/math/map
A 
math/src/main/java-templates/org/apache/mahout/math/map/AbstractKeyTypeObjectMap.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/map/OpenKeyTypeObjectHashMap.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/map/AbstractObjectValueTypeMap.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/map/AbstractKeyTypeValueTypeMap.java.t
A 
math/src/main/java-templates/org/apache/mahout/math/map/OpenKeyTypeValueTypeHashMap.java.t
AUmath/pom.xml
A pom.xml
AUNOTICE.txt
AULICENSE.txt
A .gitignore
A bin
AUbin/mahout
A doap_Mahout.rdf
A math-scala
A math-scala/src
A math-scala/src/main
A math-scala/src/main/scala
A math-scala/src/main/scala/org
A math-scala/src/main/scala/org/apache
A math-scala/src/main/scala/org/apache/mahout
A math-scala/src/main/scala/org/apache/mahout/math
A math-scala/src/main/scala/org/apache/mahout/math/scalabindings
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/SSVD.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/VectorOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatrixOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeTimesOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeVectorOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeTimesOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeVectorOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/package.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeMatrixOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeMatrixOps.scala
A math-scala/src/test
A math-scala/src/test/scala
A   

Jenkins build is back to normal : Mahout-Examples-Classify-20News #392

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Classify-20News/392/changes



Build failed in Jenkins: Mahout-Examples-Classify-20News #393

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Classify-20News/393/changes

Changes:

[smarthi] Reverting everything back to 0.9-SNAPSHOT

[smarthi] Reverting everything back to 0.9-SNAPSHOT

--
[...truncated 1583 lines...]
A math/src/main/java/org/apache/mahout/math/random/Multinomial.java
A math/src/main/java/org/apache/mahout/math/random/WeightedThing.java
A 
math/src/main/java/org/apache/mahout/math/random/AbstractSamplerFunction.java
A math/src/main/java/org/apache/mahout/math/random/IndianBuffet.java
A math/src/main/java/org/apache/mahout/math/random/PoissonSampler.java
A math/src/main/java/org/apache/mahout/math/random/MultiNormal.java
A math/src/main/java/org/apache/mahout/math/random/Sampler.java
A math/src/main/java/org/apache/mahout/math/random/Empirical.java
A 
math/src/main/java/org/apache/mahout/math/random/ChineseRestaurant.java
A 
math/src/main/java/org/apache/mahout/math/RandomAccessSparseVector.java
A math/src/main/java/org/apache/mahout/math/FileBasedMatrix.java
A math/src/main/java/org/apache/mahout/math/DiagonalMatrix.java
A math/src/main/java/org/apache/mahout/math/PermutedVectorView.java
A math/src/main/java/org/apache/mahout/math/NamedVector.java
A math/src/main/java/org/apache/mahout/math/Centroid.java
A math/src/main/java/org/apache/mahout/math/BinarySearch.java
A 
math/src/main/java/org/apache/mahout/math/WeightedVectorComparator.java
A math/src/main/java/org/apache/mahout/math/ConstantVector.java
A math/src/main/java/org/apache/mahout/math/VectorBinaryAssign.java
A math/src/main/java/org/apache/mahout/math/RandomTrinaryMatrix.java
A 
math/src/main/java/org/apache/mahout/math/SingularValueDecomposition.java
A math/src/main/java/org/apache/mahout/math/DenseSymmetricMatrix.java
AUmath/src/main/java/org/apache/mahout/math/DenseMatrix.java
A math/src/main/java/org/apache/mahout/math/WeightedVector.java
A 
math/src/main/java/org/apache/mahout/math/FileBasedSparseBinaryMatrix.java
A math/src/main/java/org/apache/mahout/math/MatrixTimesOps.java
A 
math/src/main/java/org/apache/mahout/math/SequentialAccessSparseVector.java
A math/src/main/java/org/apache/mahout/math/jet
A math/src/main/java/org/apache/mahout/math/jet/random
AUmath/src/main/java/org/apache/mahout/math/jet/random/Uniform.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Gamma.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/AbstractDistribution.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/AbstractContinousDistribution.java
A math/src/main/java/org/apache/mahout/math/jet/random/engine
AU
math/src/main/java/org/apache/mahout/math/jet/random/engine/MersenneTwister.java
A 
math/src/main/java/org/apache/mahout/math/jet/random/engine/package-info.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/engine/RandomEngine.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/AbstractDiscreteDistribution.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Exponential.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Normal.java
AUmath/src/main/java/org/apache/mahout/math/jet/random/Poisson.java
A math/src/main/java/org/apache/mahout/math/jet/random/sampling
AU
math/src/main/java/org/apache/mahout/math/jet/random/sampling/RandomSampler.java
AU
math/src/main/java/org/apache/mahout/math/jet/random/NegativeBinomial.java
A math/src/main/java/org/apache/mahout/math/jet/math
AUmath/src/main/java/org/apache/mahout/math/jet/math/Polynomial.java
A math/src/main/java/org/apache/mahout/math/jet/math/package-info.java
AUmath/src/main/java/org/apache/mahout/math/jet/math/Arithmetic.java
AUmath/src/main/java/org/apache/mahout/math/jet/math/Constants.java
A math/src/main/java/org/apache/mahout/math/jet/stat
AUmath/src/main/java/org/apache/mahout/math/jet/stat/Probability.java
AUmath/src/main/java/org/apache/mahout/math/jet/stat/Gamma.java
A math/src/main/java/org/apache/mahout/math/jet/stat/package-info.java
AUmath/src/main/java/org/apache/mahout/math/Matrix.java
A math/src/main/java/org/apache/mahout/math/function
A math/src/main/java/org/apache/mahout/math/function/package-info.java
AUmath/src/main/java/org/apache/mahout/math/function/PlusMult.java
AU
math/src/main/java/org/apache/mahout/math/function/IntIntDoubleFunction.java
A 
math/src/main/java/org/apache/mahout/math/function/ObjectObjectProcedure.java
AUmath/src/main/java/org/apache/mahout/math/function/TimesFunction.java
AUmath/src/main/java/org/apache/mahout/math/function/Functions.java
A 

Build failed in Jenkins: Mahout-Examples-Cluster-Reuters #505

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Cluster-Reuters/505/changes

Changes:

[smarthi] Reverting everything back to 0.9-SNAPSHOT

[smarthi] Reverting everything back to 0.9-SNAPSHOT

[smarthi] Reverting back to Mahout 0.9-SNAPSHOT

[smarthi] Accidentally committed a change that should not have gone in.

[smarthi] Reverting to 0.8 Release

--
[...truncated 1584 lines...]
A math-scala/src/test/scala/org/apache/mahout/math
A math-scala/src/test/scala/org/apache/mahout/math/scalabindings
A 
math-scala/src/test/scala/org/apache/mahout/math/scalabindings/MathSuite.scala
A 
math-scala/src/test/scala/org/apache/mahout/math/scalabindings/RLikeVectorOpsSuite.scala
A 
math-scala/src/test/scala/org/apache/mahout/math/scalabindings/MatlabLikeMatrixOpsSuite.scala
A 
math-scala/src/test/scala/org/apache/mahout/math/scalabindings/RLikeMatrixOpsSuite.scala
A 
math-scala/src/test/scala/org/apache/mahout/math/scalabindings/VectorOpsSuite.scala
A 
math-scala/src/test/scala/org/apache/mahout/math/scalabindings/MatrixOpsSuite.scala
A math-scala/src/main
A math-scala/src/main/scala
A math-scala/src/main/scala/org
A math-scala/src/main/scala/org/apache
A math-scala/src/main/scala/org/apache/mahout
A math-scala/src/main/scala/org/apache/mahout/math
A math-scala/src/main/scala/org/apache/mahout/math/scalabindings
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeMatrixOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeMatrixOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/SSVD.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/VectorOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatrixOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeTimesOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/MatlabLikeVectorOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeTimesOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/RLikeVectorOps.scala
A 
math-scala/src/main/scala/org/apache/mahout/math/scalabindings/package.scala
A math-scala/pom.xml
A README.txt
A examples
A examples/bin
A examples/bin/factorize-movielens-1M.sh
A examples/bin/README.txt
AUexamples/bin/build-cluster-syntheticcontrol.sh
AUexamples/bin/cluster-reuters.sh
AUexamples/bin/classify-20newsgroups.sh
AUexamples/bin/asf-email-examples.sh
AUexamples/bin/cluster-syntheticcontrol.sh
A examples/bin/build-asf-email.sh
A examples/bin/lda.algorithm
A examples/bin/factorize-netflix.sh
A examples/pom.xml
AUexamples/build.xml
A examples/src
A examples/src/test
A examples/src/test/java
A examples/src/test/java/org
A examples/src/test/java/org/apache
A examples/src/test/java/org/apache/mahout
A examples/src/test/java/org/apache/mahout/examples
A examples/src/test/java/org/apache/mahout/examples/MahoutTestCase.java
A examples/src/test/java/org/apache/mahout/clustering
A examples/src/test/java/org/apache/mahout/clustering/display
A 
examples/src/test/java/org/apache/mahout/clustering/display/ClustersFilterTest.java
A examples/src/test/java/org/apache/mahout/classifier
A examples/src/test/java/org/apache/mahout/classifier/bayes
A examples/src/test/java/org/apache/mahout/classifier/sgd
A 
examples/src/test/java/org/apache/mahout/classifier/sgd/LogisticModelParametersTest.java
A 
examples/src/test/java/org/apache/mahout/classifier/sgd/TrainLogisticTest.java
A 
examples/src/test/java/org/apache/mahout/classifier/sgd/ModelDissectorTest.java
A examples/src/test/resources
A examples/src/test/resources/wdbc.infos
A examples/src/test/resources/wdbc
AUexamples/src/test/resources/wdbc/wdbc.data
AUexamples/src/test/resources/subjects.txt
AUexamples/src/test/resources/country.txt
A examples/src/main
A examples/src/main/resources
A examples/src/main/resources/donut-test.csv
A examples/src/main/resources/test-data.csv
A examples/src/main/resources/donut.csv
A examples/src/main/assembly
A examples/src/main/assembly/job.xml
A examples/src/main/java
A examples/src/main/java/org
A examples/src/main/java/org/apache
A 

Jenkins build is back to normal : Mahout-Quality #2414

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/2414/changes



Jenkins build is back to normal : Mahout-Examples-Cluster-Reuters #506

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Cluster-Reuters/506/changes



Jenkins build is back to normal : Mahout-Examples-Classify-20News #394

2014-01-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Classify-20News/394/changes



Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread spawgi
OK. By the way - Is it alright to paste the stack trace in email window? Or
I should have used some better way to report my issue?


On Thu, Jan 16, 2014 at 12:41 AM, Suneel Marthi suneel_mar...@yahoo.comwrote:

 The Release has been rolled back to include a few last minute fixes, will
 be sending out a new Release link in a day.





 On Wednesday, January 15, 2014 1:33 PM, spa...@gmail.com 
 spa...@gmail.com wrote:

 I am getting a 404 Item not found exception for this link. Complete stack
 trace is -
 404 - ItemNotFoundException

 Repository with ID=pathPrefixOrId: 'orgapachemahout-1000' not found

 org.sonatype.nexus.proxy.ItemNotFoundException: Repository with
 ID=pathPrefixOrId: 'orgapachemahout-1000' not found
 at
 org.sonatype.nexus.proxy.router.DefaultRepositoryRouter.getRequestRouteForRequest(DefaultRepositoryRouter.java:456)
 at
 org.sonatype.nexus.proxy.router.DefaultRepositoryRouter.retrieveItem(DefaultRepositoryRouter.java:147)
 at
 org.sonatype.nexus.web.content.NexusContentServlet.doGet(NexusContentServlet.java:359)
 at
 org.sonatype.nexus.web.content.NexusContentServlet.service(NexusContentServlet.java:331)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
 com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:278)
 at
 com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:268)
 at
 com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:180)
 at
 com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:93)
 at
 com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:85)
 at
 com.yammer.metrics.web.WebappMetricsFilter.doFilter(WebappMetricsFilter.java:76)
 at
 com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
 at
 org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
 at
 org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
 at
 org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
 at
 org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
 at
 org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
 at
 org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
 at
 org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
 at
 org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
 at
 org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
 at
 org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
 at
 org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
 at
 org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
 at
 org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
 at
 org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
 at
 org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
 at
 org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
 at
 org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
 at
 org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
 at
 org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
 at
 org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
 at
 com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:82)
 at
 com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
 at
 org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
 at
 com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:89)
 at
 com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
 at
 org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
 at
 com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:89)
 at
 com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
 at
 org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterChain.doFilter(NexusGuiceFilter.java:83)
 at
 org.sonatype.nexus.web.NexusGuiceFilter$MultiFilterPipeline.dispatch(NexusGuiceFilter.java:57)
 at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:132)
 at com.google.inject.servlet.GuiceFilter$1.call(GuiceFilter.java:129)
 at
 com.google.inject.servlet.GuiceFilter$Context.call(GuiceFilter.java:206)
 at 

Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread Tharindu Rusira
On Wed, Jan 15, 2014 at 6:48 PM, Chameera Wijebandara 
chameerawijeband...@gmail.com wrote:

 Hi Tharindu,

Chameera, sorry for the late reply. I'm having issues with my personal
computer these days :)


 Still I could not able to download the artifacts. Could you please hep me
 to test the Release

Have you figured out a way to proceed?
I think the given URL is down as Suneel mentioned. Once the fixed release
candidate is posted, you can download the source tar and check it as any
other Mahout release.

Regards,


 Thanks
 Chameera


 On Wed, Jan 15, 2014 at 12:21 PM, Suneel Marthi suneel_mar...@yahoo.com
 wrote:

  Thanks Tharindu.
 
 
 
 
 
  On Tuesday, January 14, 2014 11:30 PM, Tharindu Rusira 
  tharindurus...@gmail.com wrote:
 
  Hi Suneel,
  I tested
  the
  installation process with unit tests and everything went well. (Ubuntu
  12.10 32bit, Java 1.7.0_40).
  Please note that I did not clean my local maven repository before the
  installation so I assumed maven dependencies are all available
  .
 
 
  On Tue, Jan 14, 2014 at 7:03 PM, Suneel Marthi suneel_mar...@yahoo.com
  wrote:
 
   Here's the link to Release artifacts for Mahout 0.9:
  
 https://repository.apache.org/content/repositories/orgapachemahout-1000/
  
   For those volunteering to test this, some of the stuff to look out for:
   a)  Verify u can unpack the Release tar.
  
  Verified
 
 
   b)  Verify u are able to compile the distribution
  
  Verified
 
  [INFO]
  
  [INFO] Reactor Summary:
  [INFO]
  [INFO] Mahout Build Tools  SUCCESS
 [4.380s]
  [INFO] Apache Mahout . SUCCESS
 [0.965s]
  [INFO] Mahout Math ... SUCCESS
  [2:07.687s]
  [INFO] Mahout Core ... SUCCESS
  [10:34.651s]
  [INFO] Mahout Integration  SUCCESS
  [1:03.250s]
  [INFO] Mahout Examples ... SUCCESS
  [16.607s]
  [INFO] Mahout Release Package  SUCCESS
 [0.469s]
  [INFO] Mahout Math/Scala wrappers  SUCCESS
  [35.562s]
  [INFO]
  
  [INFO] BUILD SUCCESS
  [INFO]
  
  [INFO] Total time: 14:44.158s
  [INFO] Finished at: Wed Jan 15 09:06:26 IST 2014
  [INFO] Final Memory: 41M/252M
  [INFO]
  
 
  c) Run through the unit tests: mvn clean test
  
  Verified.
 
  
   d)  Run the example scripts under $MAHOUT_HOME/examples/bin.
  
 
  I'm yet to test the example scripts and I will give an update soon.
 
  Regards,
 
 
 
  
   See
 http://incubator.apache.org/guides/releasemanagement.html#check-list
   for more details.
  
  
  
   On Tuesday, January 14, 2014 8:26 AM, spa...@gmail.com 
  spa...@gmail.com
   wrote:
  
   I want to volunteer to test this release. What is the procedure/steps
 to
   get started and what pre-reqs I need to have?
  
   Cheers
   .S
  
  
  
   On Tue, Jan 14, 2014 at 6:52 PM, Suneel Marthi 
 suneel_mar...@yahoo.com
   wrote:
  
Calling for volunteers to test this Release.
   
   
   
   
On Friday, January 10, 2014 7:39 PM, Suneel Marthi 
suneel_mar...@yahoo.com wrote:
   
Pushed the Mahout 0.9 Release candidate.
See
   
  https://repository.apache.org/content/repositories/orgapachemahout-1000/
   
This is a call for Vote.
   
  
  
  
   --
   http://spawgi.wordpress.com
   We can do it and do it better.
  
 
 
 
  --
  M.P. Tharindu Rusira Kumara
 
  Department of Computer Science and Engineering,
  University of Moratuwa,
  Sri Lanka.
  +94757033733
  www.tharindu-rusira.blogspot.com
 



 --
 Thanks,
 Chameera




-- 
M.P. Tharindu Rusira Kumara

Department of Computer Science and Engineering,
University of Moratuwa,
Sri Lanka.
+94757033733
www.tharindu-rusira.blogspot.com


Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread Chameera Wijebandara
Tharindu,

There is no .tar file in the given link (befor give the 404 error).

Thanks,
Chameera


On Thu, Jan 16, 2014 at 9:27 AM, Tharindu Rusira
tharindurus...@gmail.comwrote:

 On Wed, Jan 15, 2014 at 6:48 PM, Chameera Wijebandara 
 chameerawijeband...@gmail.com wrote:

  Hi Tharindu,
 
 Chameera, sorry for the late reply. I'm having issues with my personal
 computer these days :)


  Still I could not able to download the artifacts. Could you please hep me
  to test the Release
 
 Have you figured out a way to proceed?
 I think the given URL is down as Suneel mentioned. Once the fixed release
 candidate is posted, you can download the source tar and check it as any
 other Mahout release.

 Regards,

 
  Thanks
  Chameera
 
 
  On Wed, Jan 15, 2014 at 12:21 PM, Suneel Marthi suneel_mar...@yahoo.com
  wrote:
 
   Thanks Tharindu.
  
  
  
  
  
   On Tuesday, January 14, 2014 11:30 PM, Tharindu Rusira 
   tharindurus...@gmail.com wrote:
  
   Hi Suneel,
   I tested
   the
   installation process with unit tests and everything went well. (Ubuntu
   12.10 32bit, Java 1.7.0_40).
   Please note that I did not clean my local maven repository before the
   installation so I assumed maven dependencies are all available
   .
  
  
   On Tue, Jan 14, 2014 at 7:03 PM, Suneel Marthi 
 suneel_mar...@yahoo.com
   wrote:
  
Here's the link to Release artifacts for Mahout 0.9:
   
  https://repository.apache.org/content/repositories/orgapachemahout-1000/
   
For those volunteering to test this, some of the stuff to look out
 for:
a)  Verify u can unpack the Release tar.
   
   Verified
  
  
b)  Verify u are able to compile the distribution
   
   Verified
  
   [INFO]
  
 
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Mahout Build Tools  SUCCESS
  [4.380s]
   [INFO] Apache Mahout . SUCCESS
  [0.965s]
   [INFO] Mahout Math ... SUCCESS
   [2:07.687s]
   [INFO] Mahout Core ... SUCCESS
   [10:34.651s]
   [INFO] Mahout Integration  SUCCESS
   [1:03.250s]
   [INFO] Mahout Examples ... SUCCESS
   [16.607s]
   [INFO] Mahout Release Package  SUCCESS
  [0.469s]
   [INFO] Mahout Math/Scala wrappers  SUCCESS
   [35.562s]
   [INFO]
  
 
   [INFO] BUILD SUCCESS
   [INFO]
  
 
   [INFO] Total time: 14:44.158s
   [INFO] Finished at: Wed Jan 15 09:06:26 IST 2014
   [INFO] Final Memory: 41M/252M
   [INFO]
  
 
  
   c) Run through the unit tests: mvn clean test
   
   Verified.
  
   
d)  Run the example scripts under $MAHOUT_HOME/examples/bin.
   
  
   I'm yet to test the example scripts and I will give an update soon.
  
   Regards,
  
  
  
   
See
  http://incubator.apache.org/guides/releasemanagement.html#check-list
for more details.
   
   
   
On Tuesday, January 14, 2014 8:26 AM, spa...@gmail.com 
   spa...@gmail.com
wrote:
   
I want to volunteer to test this release. What is the procedure/steps
  to
get started and what pre-reqs I need to have?
   
Cheers
.S
   
   
   
On Tue, Jan 14, 2014 at 6:52 PM, Suneel Marthi 
  suneel_mar...@yahoo.com
wrote:
   
 Calling for volunteers to test this Release.




 On Friday, January 10, 2014 7:39 PM, Suneel Marthi 
 suneel_mar...@yahoo.com wrote:

 Pushed the Mahout 0.9 Release candidate.
 See

  
 https://repository.apache.org/content/repositories/orgapachemahout-1000/

 This is a call for Vote.

   
   
   
--
http://spawgi.wordpress.com
We can do it and do it better.
   
  
  
  
   --
   M.P. Tharindu Rusira Kumara
  
   Department of Computer Science and Engineering,
   University of Moratuwa,
   Sri Lanka.
   +94757033733
   www.tharindu-rusira.blogspot.com
  
 
 
 
  --
  Thanks,
  Chameera
 



 --
 M.P. Tharindu Rusira Kumara

 Department of Computer Science and Engineering,
 University of Moratuwa,
 Sri Lanka.
 +94757033733
 www.tharindu-rusira.blogspot.com




-- 
Thanks,
Chameera


Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread Tharindu Rusira
On Thu, Jan 16, 2014 at 9:31 AM, Chameera Wijebandara 
chameerawijeband...@gmail.com wrote:

 Tharindu,

 There is no .tar file in the given link (befor give the 404 error).

Well, what about a .zip file? As I can remember, it was a .zip file.


 Thanks,
 Chameera


 On Thu, Jan 16, 2014 at 9:27 AM, Tharindu Rusira
 tharindurus...@gmail.comwrote:

  On Wed, Jan 15, 2014 at 6:48 PM, Chameera Wijebandara 
  chameerawijeband...@gmail.com wrote:
 
   Hi Tharindu,
  
  Chameera, sorry for the late reply. I'm having issues with my personal
  computer these days :)
 
 
   Still I could not able to download the artifacts. Could you please hep
 me
   to test the Release
  
  Have you figured out a way to proceed?
  I think the given URL is down as Suneel mentioned. Once the fixed release
  candidate is posted, you can download the source tar and check it as any
  other Mahout release.
 
  Regards,
 
  
   Thanks
   Chameera
  
  
   On Wed, Jan 15, 2014 at 12:21 PM, Suneel Marthi 
 suneel_mar...@yahoo.com
   wrote:
  
Thanks Tharindu.
   
   
   
   
   
On Tuesday, January 14, 2014 11:30 PM, Tharindu Rusira 
tharindurus...@gmail.com wrote:
   
Hi Suneel,
I tested
the
installation process with unit tests and everything went well.
 (Ubuntu
12.10 32bit, Java 1.7.0_40).
Please note that I did not clean my local maven repository before the
installation so I assumed maven dependencies are all available
.
   
   
On Tue, Jan 14, 2014 at 7:03 PM, Suneel Marthi 
  suneel_mar...@yahoo.com
wrote:
   
 Here's the link to Release artifacts for Mahout 0.9:

  
 https://repository.apache.org/content/repositories/orgapachemahout-1000/

 For those volunteering to test this, some of the stuff to look out
  for:
 a)  Verify u can unpack the Release tar.

Verified
   
   
 b)  Verify u are able to compile the distribution

Verified
   
[INFO]
   
  
[INFO] Reactor Summary:
[INFO]
[INFO] Mahout Build Tools  SUCCESS
   [4.380s]
[INFO] Apache Mahout . SUCCESS
   [0.965s]
[INFO] Mahout Math ... SUCCESS
[2:07.687s]
[INFO] Mahout Core ... SUCCESS
[10:34.651s]
[INFO] Mahout Integration  SUCCESS
[1:03.250s]
[INFO] Mahout Examples ... SUCCESS
[16.607s]
[INFO] Mahout Release Package  SUCCESS
   [0.469s]
[INFO] Mahout Math/Scala wrappers  SUCCESS
[35.562s]
[INFO]
   
  
[INFO] BUILD SUCCESS
[INFO]
   
  
[INFO] Total time: 14:44.158s
[INFO] Finished at: Wed Jan 15 09:06:26 IST 2014
[INFO] Final Memory: 41M/252M
[INFO]
   
  
   
c) Run through the unit tests: mvn clean test

Verified.
   

 d)  Run the example scripts under $MAHOUT_HOME/examples/bin.

   
I'm yet to test the example scripts and I will give an update soon.
   
Regards,
   
   
   

 See
   http://incubator.apache.org/guides/releasemanagement.html#check-list
 for more details.



 On Tuesday, January 14, 2014 8:26 AM, spa...@gmail.com 
spa...@gmail.com
 wrote:

 I want to volunteer to test this release. What is the
 procedure/steps
   to
 get started and what pre-reqs I need to have?

 Cheers
 .S



 On Tue, Jan 14, 2014 at 6:52 PM, Suneel Marthi 
   suneel_mar...@yahoo.com
 wrote:

  Calling for volunteers to test this Release.
 
 
 
 
  On Friday, January 10, 2014 7:39 PM, Suneel Marthi 
  suneel_mar...@yahoo.com wrote:
 
  Pushed the Mahout 0.9 Release candidate.
  See
 
   
  https://repository.apache.org/content/repositories/orgapachemahout-1000/
 
  This is a call for Vote.
 



 --
 http://spawgi.wordpress.com
 We can do it and do it better.

   
   
   
--
M.P. Tharindu Rusira Kumara
   
Department of Computer Science and Engineering,
University of Moratuwa,
Sri Lanka.
+94757033733
www.tharindu-rusira.blogspot.com
   
  
  
  
   --
   Thanks,
   Chameera
  
 
 
 
  --
  M.P. Tharindu Rusira Kumara
 
  Department of Computer Science and Engineering,
  University of Moratuwa,
  Sri Lanka.
  +94757033733
  www.tharindu-rusira.blogspot.com
 



 --
 Thanks,
 Chameera




-- 
M.P. Tharindu Rusira Kumara

Department of Computer Science and Engineering,
University of Moratuwa,
Sri Lanka.
+94757033733

Re: Mahout 0.9 Release Candidate - VOTE

2014-01-15 Thread Chameera Wijebandara
Ok let's see after fixed the URL

Thank you Tharindu for your cooperation. :)


On Thu, Jan 16, 2014 at 9:55 AM, Tharindu Rusira
tharindurus...@gmail.comwrote:

 On Thu, Jan 16, 2014 at 9:31 AM, Chameera Wijebandara 
 chameerawijeband...@gmail.com wrote:

  Tharindu,
 
  There is no .tar file in the given link (befor give the 404 error).
 
 Well, what about a .zip file? As I can remember, it was a .zip file.


  Thanks,
  Chameera
 
 
  On Thu, Jan 16, 2014 at 9:27 AM, Tharindu Rusira
  tharindurus...@gmail.comwrote:
 
   On Wed, Jan 15, 2014 at 6:48 PM, Chameera Wijebandara 
   chameerawijeband...@gmail.com wrote:
  
Hi Tharindu,
   
   Chameera, sorry for the late reply. I'm having issues with my personal
   computer these days :)
  
  
Still I could not able to download the artifacts. Could you please
 hep
  me
to test the Release
   
   Have you figured out a way to proceed?
   I think the given URL is down as Suneel mentioned. Once the fixed
 release
   candidate is posted, you can download the source tar and check it as
 any
   other Mahout release.
  
   Regards,
  
   
Thanks
Chameera
   
   
On Wed, Jan 15, 2014 at 12:21 PM, Suneel Marthi 
  suneel_mar...@yahoo.com
wrote:
   
 Thanks Tharindu.





 On Tuesday, January 14, 2014 11:30 PM, Tharindu Rusira 
 tharindurus...@gmail.com wrote:

 Hi Suneel,
 I tested
 the
 installation process with unit tests and everything went well.
  (Ubuntu
 12.10 32bit, Java 1.7.0_40).
 Please note that I did not clean my local maven repository before
 the
 installation so I assumed maven dependencies are all available
 .


 On Tue, Jan 14, 2014 at 7:03 PM, Suneel Marthi 
   suneel_mar...@yahoo.com
 wrote:

  Here's the link to Release artifacts for Mahout 0.9:
 
   
  https://repository.apache.org/content/repositories/orgapachemahout-1000/
 
  For those volunteering to test this, some of the stuff to look
 out
   for:
  a)  Verify u can unpack the Release tar.
 
 Verified


  b)  Verify u are able to compile the distribution
 
 Verified

 [INFO]

  
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Mahout Build Tools  SUCCESS
[4.380s]
 [INFO] Apache Mahout . SUCCESS
[0.965s]
 [INFO] Mahout Math ... SUCCESS
 [2:07.687s]
 [INFO] Mahout Core ... SUCCESS
 [10:34.651s]
 [INFO] Mahout Integration  SUCCESS
 [1:03.250s]
 [INFO] Mahout Examples ... SUCCESS
 [16.607s]
 [INFO] Mahout Release Package  SUCCESS
[0.469s]
 [INFO] Mahout Math/Scala wrappers  SUCCESS
 [35.562s]
 [INFO]

  
 
 [INFO] BUILD SUCCESS
 [INFO]

  
 
 [INFO] Total time: 14:44.158s
 [INFO] Finished at: Wed Jan 15 09:06:26 IST 2014
 [INFO] Final Memory: 41M/252M
 [INFO]

  
 

 c) Run through the unit tests: mvn clean test
 
 Verified.

 
  d)  Run the example scripts under $MAHOUT_HOME/examples/bin.
 

 I'm yet to test the example scripts and I will give an update soon.

 Regards,



 
  See
http://incubator.apache.org/guides/releasemanagement.html#check-list
  for more details.
 
 
 
  On Tuesday, January 14, 2014 8:26 AM, spa...@gmail.com 
 spa...@gmail.com
  wrote:
 
  I want to volunteer to test this release. What is the
  procedure/steps
to
  get started and what pre-reqs I need to have?
 
  Cheers
  .S
 
 
 
  On Tue, Jan 14, 2014 at 6:52 PM, Suneel Marthi 
suneel_mar...@yahoo.com
  wrote:
 
   Calling for volunteers to test this Release.
  
  
  
  
   On Friday, January 10, 2014 7:39 PM, Suneel Marthi 
   suneel_mar...@yahoo.com wrote:
  
   Pushed the Mahout 0.9 Release candidate.
   See
  

  
 https://repository.apache.org/content/repositories/orgapachemahout-1000/
  
   This is a call for Vote.
  
 
 
 
  --
  http://spawgi.wordpress.com
  We can do it and do it better.
 



 --
 M.P. Tharindu Rusira Kumara

 Department of Computer Science and Engineering,
 University of Moratuwa,
 Sri Lanka.
 +94757033733
 www.tharindu-rusira.blogspot.com

   
   
   
--
Thanks,
Chameera
   
 

[jira] [Resolved] (MAHOUT-1394) Undeprecate Lanczos

2014-01-15 Thread Sebastian Schelter (JIRA)

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

Sebastian Schelter resolved MAHOUT-1394.


   Resolution: Fixed
Fix Version/s: 0.9

 Undeprecate Lanczos
 ---

 Key: MAHOUT-1394
 URL: https://issues.apache.org/jira/browse/MAHOUT-1394
 Project: Mahout
  Issue Type: Improvement
  Components: Math
Affects Versions: 1.0
Reporter: Sebastian Schelter
Assignee: Sebastian Schelter
 Fix For: 0.9






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