On Wed, Dec 2, 2009 at 8:46 AM, Arv Mistry <a...@kindsight.net> wrote:

> Thanks Todd, I'm not sure what you mean ' Cloudera's  distribution?'
> Is that a separate build for hadoop? If so please send me the link and I
> will try it
>
>
Yes - like Redhat or Ubuntu provides distributions of Linux, we provide a
distro of Hadoop. You can get it from http://archive.cloudera.com/. If
you're used to the Apache tarballs, the CDH tarball should be a drop-in
replacement.

If you'd prefer to stick with Apache, you can manually apply the patch from
that JIRA and rebuild Hadoop.

If it turns out that the problem sticks around, please report back or file a
JIRA.

Thanks
-Todd



> Cheers Arv
>
> -----Original Message-----
> From: Todd Lipcon [mailto:t...@cloudera.com]
> Sent: December 2, 2009 11:39 AM
> To: common-user@hadoop.apache.org
> Subject: Re: 0.20 ConcurrentModificationException
>
> Certainly looks like HADOOP-6269 to me.
>
> Can you try Cloudera's distribution?This patch is included.
>
> -Todd
>
> On Wed, Dec 2, 2009 at 4:23 AM, Arv Mistry <a...@kindsight.net> wrote:
>
> > Hi,
> >
> > I've recently upgraded hadoop to 0.20 and am seeing this concurrent
> mod
> > exception on startup which I never got in 0.19.
> > Is this a known bug in 0.20? I did see this JIRA report, not sure its
> > related http://issues.apache.org/jira/browse/HADOOP-6269
> >
> > Is there a workaround or should I be getting the FS a different way in
> > 0.20?
> >
> > java.util.ConcurrentModificationException
> >    at java.util.AbstractList$Itr.checkForComodification(Unknown
> Source)
> >    at java.util.AbstractList$Itr.next(Unknown Source)
> >    at
> >
> org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:10
> > 28)
> >    at
> > org.apache.hadoop.conf.Configuration.getProps(Configuration.java:979)
> >    at org.apache.hadoop.conf.Configuration.get(Configuration.java:435)
> >    at
> > org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:103)
> >    at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:95)
> >    at
> > com.rialto.hadoop.HadoopFileWriter.<init>(HadoopFileWriter.java:66)
> >
> > Cheers Arv
> >
> >
> >
>

Reply via email to