On Tue, Nov 29, 2011 at 2:47 AM, Konstantin Shvachko
<[email protected]> wrote:
> I created a release candidate for hadoop-0.22.0 available for review at:
> http://people.apache.org/~shv/hadoop-0.22.0-rc0/
Pulled this RC into Bigtop and certified the following stack:
Hadoop 0.22
HBase 0.92
Zookeeper 3.4.0
Found the following issues (which I suggest we fix and cut RC1):
1. cd common ; ant -Dcompile.native=true -Dlibrecordio=true
-Dlibhdfs=1 -Dfusedfs=true -Dcompile.c++=true api-report bin-package
tar
[copy] Copying 48 files to
/tmp/hadoop-0.22.0/common/build/hadoop-common-0.22.0/lib
BUILD FAILED
/tmp/hadoop-0.22.0/common/build.xml:1134:
/tmp/hadoop-0.22.0/common/lib not found.
2. LICENSE.txt, NOTICE.txt and README.txt are missing from under
common, hdfs and mapred
I will update Bigtop build scripts to take care of missing lib/
creation and also missing files.
Once that's done we can cut a new RC when needed.
Thanks,
Roman.