Giraph job can not finish last superstep

2014-10-23 Thread RainShine79
Hello all, i have a giraph job which seems to executed successfully: in the logs and on the hadoop webinterface i can see that all supersteps are executed successfully. The only problem i got is that the output seems to not get written to hdfs.  As far as i know from personal research from

Re: Install Giraph to another cluster from existing Giraph compilation

2014-10-22 Thread RainShine79
Hi Xuhong, this should be possible. If all changes which you have made are within the giraph-examples module, you can just copy the respective jar (with all dependencies) to the other cluster and use it there. If changes are in other modules you might have to use the libjars option to make t

HiveGiraphRunner - SanityCheck fails due to missing partition of output table?

2014-10-16 Thread RainShine79
Hello fellow coders, i am currently trying to start a standart giraph job (PageRankVertex ) on a set of vertexes and edges drawn from hive tables. For this i use the class HiveGiraphRunner  as it is recommended at different tutorials. As required i started a thrift-server, implemented the abst