Replace Iterators.skip() to Iterators.advance() to get past that error. On Sun, Mar 29, 2015 at 7:44 PM, Pat Ferrel (JIRA) <[email protected]> wrote:
> > [ > https://issues.apache.org/jira/browse/MAHOUT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14386018#comment-14386018 > ] > > Pat Ferrel commented on MAHOUT-1655: > ------------------------------------ > > Merged master but now integration fails > > [ERROR] > /Users/pat/mahout/integration/src/test/java/org/apache/mahout/utils/vectors/lucene/LuceneIterableTest.java:[120,14] > cannot find symbol > symbol: method > skip(java.util.Iterator<org.apache.mahout.math.Vector>,int) > location: class com.google.common.collect.Iterators > [ERROR] > /Users/pat/mahout/integration/src/test/java/org/apache/mahout/utils/vectors/lucene/LuceneIterableTest.java:[160,14] > cannot find symbol > symbol: method > skip(java.util.Iterator<org.apache.mahout.math.Vector>,int) > location: class com.google.common.collect.Iterators > [ERROR] > /Users/pat/mahout/integration/src/test/java/org/apache/mahout/utils/vectors/lucene/LuceneIterableTest.java:[163,16] > cannot find symbol > symbol: method > skip(java.util.Iterator<org.apache.mahout.math.Vector>,int) > r > [INFO] 3 errors > [INFO] ------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Mahout Build Tools ................................ SUCCESS [ > 1.679 s] > [INFO] Apache Mahout ..................................... SUCCESS [ > 0.410 s] > [INFO] Mahout Math ....................................... SUCCESS [01:04 > min] > [INFO] Mahout HDFS ....................................... SUCCESS [ > 2.193 s] > [INFO] Mahout Map-Reduce ................................. SUCCESS [12:49 > min] > [INFO] Mahout Integration ................................ FAILURE [ > 1.743 s] > [INFO] Mahout Examples ................................... SKIPPED > [INFO] Mahout Release Package ............................ SKIPPED > [INFO] Mahout Math Scala bindings ........................ SKIPPED > [INFO] Mahout Spark bindings ............................. SKIPPED > [INFO] Mahout Spark bindings shell ....................... SKIPPED > [INFO] Mahout H2O backend ................................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 14:00 min > [INFO] Finished at: 2015-03-29T15:34:03-08:00 > [INFO] Final Memory: 58M/436M > [INFO] > ------------------------------------------------------------------------ > > > > Refactor module dependencies > > ---------------------------- > > > > Key: MAHOUT-1655 > > URL: https://issues.apache.org/jira/browse/MAHOUT-1655 > > Project: Mahout > > Issue Type: Improvement > > Components: mrlegacy > > Affects Versions: 0.9 > > Reporter: Pat Ferrel > > Assignee: Andrew Musselman > > Priority: Critical > > Fix For: 0.10.0 > > > > > > Make a new module, call it mahout-hadoop. Move anything there that is > currently in mrlegacy but used in math-scala or spark. Remove dependencies > on mrlegacy altogether if possible by using other core classes. > > The goal is to have math-scala and spark module depend on math, and a > small module called mahout-hadoop (much smaller than mrlegacy). > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
