Hi, I am not aware of this package. I would check the project configuration and check referenced libraries and referenced projects for the hama project you have open. Where does it take you or which jar file does it refer when you do a Ctrl+click on the *example.PageRank ?
-Suraj On Mon, Dec 24, 2012 at 9:08 PM, Sandy Ding <[email protected]> wrote: > Anyone help? > > > 2012/12/24 Sandy Ding <[email protected]> > > > Hi, > > > > In the graph project (eg, GraphJobRunner), the PageRank class can be > > recognized (by Eclipse) as org.apache.hama.examples.PageRank > > or > > org.apache.hama.graph.example.PageRank (what is this? the > > org.apache.graph.example package is never declared...). > > > > And the previous one will cause compile error - the package > > org.apache.hama.examples does not exist! > > > > Now I have ported a new ALS application to hama, but I can not refer to > it > > in GraphJobRunner. The compiler keeps complain that the package and the > > class does not exist. Anyone can tell me what's wrong? > > > > Best, > > Sandy > > > > >
