Thanks for the response! Yes, I'm following the pig version and the
graph concept to understand how the rank is computed and to implement
it in my java version. Probably very unnecessary since there is
already a java version, but it provides me a playground to work with
java meaningfully! So, thanks for that!
On Jan 4, 11:32 am, Matt Hayes <
matthew.terence.ha...@gmail.com>
wrote:
> Thanks for your interest in DataFu :)
>
> To answer your question, a bag can only contain one kind of tuple.
>
> If you're interested in PageRank you can try running the pig tests:
>
> ant test -Dtestclasses.pattern=**/PageRankTests.class
>
> The test uses the Pig
> script test/pig/datafu/test/pig/linkanalysis/pageRankTest.pig and uses the
> graph from the PageRank page on Wikipedia:
http://en.wikipedia.org/wiki/PageRank. You can also play around with the