You need to set up your project from the Maven pom.xml files or replicate most of the config by hand. Otherwise it does not know how these modules relate. On Dec 23, 2012 12:31 PM, "Robin Chesterman" <[email protected]> wrote:
> Hi everyone, I'm just starting out with Mahout - just bought Mahout in > Action! > > I'm using IntelliJ idea and got the latest Mahout from git, but it comes up > with about a hundred or so errors when I build the project (exclusively in > the 'math' section), such as: > > import org.apache.mahout.math.set.OpenIntHashSet; > > "Cannot resolve symbol OpenIntHashSet" > > Similar problems exist for DoubleArrayList, DoubleDoubleProcedure, and > others. > > > Sure enough, none of these classes exist. I must be making a basic error... > > > Thanks, > > > Robin >
