[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-04 Thread Hudson (JIRA)

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

Hudson commented on MAHOUT-1662:


SUCCESS: Integrated in Mahout-Quality #3056 (See 
[https://builds.apache.org/job/Mahout-Quality/3056/])
MAHOUT-1662: Potential Path bug in SequenceFileVaultIterator breaks 
DisplaySpectralKMeans; missed CHANGELOG entry (suneel.marthi: rev 
eb77ce6e6dd546d9389fd105e47c4883bd943879)
* CHANGELOG


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Suneel Marthi
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user smarthi commented on the pull request:

https://github.com/apache/mahout/pull/96#issuecomment-89503030
  
@magsol verified ur patch and Looks Good to Merge, will commit this to 
master


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Suneel Marthi
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-03 Thread Hudson (JIRA)

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

Hudson commented on MAHOUT-1662:


SUCCESS: Integrated in Mahout-Quality #3054 (See 
[https://builds.apache.org/job/Mahout-Quality/3054/])
MAHOUT-1662:Potential Path bug in SequenceFileVaultIterator breaks 
DisplaySpectralKMeans, this closes apache/MAHOUT#96 (suneel.marthi: rev 
2ff34a0ed3a1d35d5fdeef6cdc1f576931104b8a)
* 
mr/src/main/java/org/apache/mahout/common/iterator/sequencefile/SequenceFileValueIterator.java


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Suneel Marthi
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-03 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user asfgit closed the pull request at:

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


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Suneel Marthi
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-03 Thread Suneel Marthi (JIRA)

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

Suneel Marthi commented on MAHOUT-1662:
---

Assigning this to myself, since I caused this to being with.

 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Suneel Marthi
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user smarthi commented on the pull request:

https://github.com/apache/mahout/pull/96#issuecomment-89046350
  
There r other places in the code that have this. Its a good idea to fix all 
of them in a single commit. Its outcome of a previous commit from me that went 
horribly wrong. 


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user dlyubimov commented on the pull request:

https://github.com/apache/mahout/pull/96#issuecomment-89056384
  
(noted)


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user magsol closed the pull request at:

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


 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


GitHub user magsol opened a pull request:

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

MAHOUT-1662

Fix for a path bug that would append the path of the data to itself and 
crash. Same as previous, but done on a branch of my fork so I can 
simultaneously submit other fixes.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/magsol/mahout m-1662

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

https://github.com/apache/mahout/pull/96.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #96


commit a568aa5a1c5a0f0425dd432a30c38a824c67b538
Author: Shannon Quinn mag...@gmail.com
Date:   2015-04-02T21:05:21Z

MAHOUT-1662: Fix for a path bug that would append the path of the data to 
itself and crash.




 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user magsol commented on the pull request:

https://github.com/apache/mahout/pull/96#issuecomment-89051055
  
Are there more details on this? i.e. why this change was originally made,
what it was supposed to fix, etc?
On Thu, Apr 2, 2015 at 17:15 Suneel Marthi notificati...@github.com wrote:

 There r other places in the code that have this. Its a good idea to fix
 all of them in a single commit. Its outcome of a previous commit from me
 that went horribly wrong.

 —
 Reply to this email directly or view it on GitHub
 https://github.com/apache/mahout/pull/96#issuecomment-89046350.




 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-04-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


Github user smarthi commented on the pull request:

https://github.com/apache/mahout/pull/96#issuecomment-89058930
  
@magsol - search for makeQualified() in the legacy and anything that has an 
extra path in the args needs to be reverted back to original shape and form. 

Why was this change done?  Was originally intended to be upgraded all 
deprecated MR apis to Hadoop 2, but the attempt went all Whack!! . So much for 
trying to push code at 4:30AM. 




 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-03-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on MAHOUT-1662:


GitHub user magsol opened a pull request:

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

MAHOUT-1662

Changed how the qualified Path is determined so as not to append itself 
repeatedly. Requires verification.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/magsol/mahout master

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

https://github.com/apache/mahout/pull/89.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #89


commit 9f89e2cde040ea6f22a3039b141a391bfd435489
Author: Shannon Quinn mag...@gmail.com
Date:   2015-03-30T16:03:52Z

Changed how the qualified Path is determined so as not to append itself 
repeatedly. Requires verification.




 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (MAHOUT-1662) Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans

2015-03-30 Thread Shannon Quinn (JIRA)

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

Shannon Quinn commented on MAHOUT-1662:
---

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

 Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans
 

 Key: MAHOUT-1662
 URL: https://issues.apache.org/jira/browse/MAHOUT-1662
 Project: Mahout
  Issue Type: Bug
  Components: Examples, mrlegacy
Affects Versions: 0.9
Reporter: Shannon Quinn
Assignee: Shannon Quinn
 Fix For: 0.10.0


 Received the following error when attempting to run DisplaySpectralKMeans:
 Exception in thread main java.lang.IllegalArgumentException: Wrong FS: 
 file://tmp/calculations/diagonal/part-r-0/tmp/calculations/diagonal/part-r-0,
  expected: file:///
   at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.pathToFile(RawLocalFileSystem.java:80)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:529)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:747)
   at 
 org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:524)
   at 
 org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:409)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1750)
   at 
 org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1774)
   at 
 org.apache.mahout.common.iterator.sequencefile.SequenceFileValueIterator.init(SequenceFileValueIterator.java:56)
   at 
 org.apache.mahout.clustering.spectral.VectorCache.load(VectorCache.java:115)
   at 
 org.apache.mahout.clustering.spectral.MatrixDiagonalizeJob.runJob(MatrixDiagonalizeJob.java:77)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:170)
   at 
 org.apache.mahout.clustering.spectral.kmeans.SpectralKMeansDriver.run(SpectralKMeansDriver.java:117)
   at 
 org.apache.mahout.clustering.display.DisplaySpectralKMeans.main(DisplaySpectralKMeans.java:76)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
 Tracked the origin of the bug to line 54 of SequenceFileVaultIterator. PR 
 which contains a fix is available; I would ask for independent verification 
 before merging it with master.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)