[jira] Created: (HADOOP-7147) Native code does not build on BSD/OSX

2011-02-16 Thread Todd Lipcon (JIRA)
Native code does not build on BSD/OSX - Key: HADOOP-7147 URL: https://issues.apache.org/jira/browse/HADOOP-7147 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.23.0 Reporter: Tod

Hadoop-Common-22-branch - Build # 28 - Failure

2011-02-16 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Hadoop-Common-22-branch/28/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 4446 lines...] init: [touch] Creating /tm

org.apache.hadoop.io.AbstractMapWritable

2011-02-16 Thread Weishung Chung
I am looking at the AbstractMapWritable class and have questions about the AtomicReference usage. I was wondering if compareAndSet should be used in the public void setConf(Configuration conf) method? Could you enlighten me on the usage? Thank you so much.