Are you sure it is not a problem with the network on your side? Clicking the link and downloading that jar works fine for me.
I don't think jar files are either 32 or 64 bit, but the native libraries that go with LZO are. I would recommend building them on your target platform/architecture and not use libs that are built elsewhere. Friso On 25 jan 2011, at 21:34, Peter Haidinyak wrote: > Hi, I am kind of in a pickle right now. I enabled LZO compression on a table > without having the correct lzo jar. Now HBase doesn't startup because of the > missing jar. I am trying to build the LZO jar but Ivy, for some reason, can't > connect to > > http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.0.0-rc2/ivy-2.0.0-rc2.jar > > to download the jar. I have tried running the build in offline mode but the > Ivy gets stuck at.. > > ivy-resolve-common: > [ivy:resolve] :: resolving dependencies :: > com.hadoop.gplcompression#Hadoop-GPL-Compression;working@caiss01a > [ivy:resolve] confs: [common] > > Would anyone have a pre-build 32bit LZO jar available? > > Thanks > > -Pete
