Re: Server is not configured to do DIGEST authentication

2012-06-21 Thread Eugene Koontz
On 6/21/12 11:48 AM, Jakob Homan wrote: > I'm seeing the same problem on our secure clusters with the latest > builds from trunk. I've opened GIRAPH-212 and am investigating... > Thanks Jakob, I will look at this also starting tomorrow. -Eugene

Re: Server is not configured to do DIGEST authentication

2012-06-21 Thread Jakob Homan
I'm seeing the same problem on our secure clusters with the latest builds from trunk. I've opened GIRAPH-212 and am investigating... On Thu, Jun 21, 2012 at 6:52 AM, Gianmarco De Francisci Morales wrote: > Thanks Eugene, > > just to answer your question on the configuration, I am unable to share

Re: Should it be possible to extend BasicVertex?

2012-06-21 Thread Gianmarco De Francisci Morales
Hi, Along the same lines, I get this exception for my class: java.lang.ClassCastException: org.apache.giraph.examples.RandomWalkWithRestartVertex cannot be cast to org.apache.giraph.graph.MutableVertex at org.apache.giraph.comm.NettyWorkerServer.prepareSuperstep(NettyWorkerServer.java:175

Re: Server is not configured to do DIGEST authentication

2012-06-21 Thread Gianmarco De Francisci Morales
Thanks Eugene, just to answer your question on the configuration, I am unable to share the full configuration, and I don't directly administer the cluster. However, in core-site.xml we have: hadoop.security.authentication kerberos I don't know why it is trying to use digest as well (or wha