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: 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

Re: Server is not configured to do DIGEST authentication

2012-06-20 Thread Eugene Koontz
On 6/20/12 3:06 PM, Gianmarco De Francisci Morales wrote: > Hi, > > Thanks for the advice on using Netty, it looks like it solved my problem. > > Now my job gets stuck at 99%, but it must be something different :) > > Cheers, > -- > Gianmarco > > > I filed https://issues.apache.org/jira/brows

Re: Server is not configured to do DIGEST authentication

2012-06-20 Thread Gianmarco De Francisci Morales
Hi, Thanks for the advice on using Netty, it looks like it solved my problem. Now my job gets stuck at 99%, but it must be something different :) Cheers, -- Gianmarco On Wed, Jun 20, 2012 at 8:06 PM, Avery Ching wrote: > You can also try to use the netty option (no security). > > -Dgiraph.

Re: Server is not configured to do DIGEST authentication

2012-06-20 Thread Avery Ching
You can also try to use the netty option (no security). -Dgiraph.useNetty=true Avery On 6/20/12 10:57 AM, Eugene Koontz wrote: On 6/20/12 7:37 AM, Gianmarco De Francisci Morales wrote: Hi, I am getting the exception in the subject when running my giraph program on a cluster with Kerberos aut

Re: Server is not configured to do DIGEST authentication

2012-06-20 Thread Eugene Koontz
On 6/20/12 7:37 AM, Gianmarco De Francisci Morales wrote: > Hi, > > I am getting the exception in the subject when running my giraph program > on a cluster with Kerberos authentication. > > Here the stack trace: > > > The same program works on my local hadoop instance (though the versions > ar