Re: help on buiding Kudu Java Client 0.7.0

2016-03-01 Thread Darren Hoo
That's great! Thanks! On Wed, Mar 2, 2016 at 1:19 AM, Jean-Daniel Cryans wrote: > See step 2: http://getkudu.io/docs/installation.html#rhel_from_source > > Patching the client might just be easier than building all of thirdparties. > > J-D > > On Tue, Mar 1, 2016 at 9:10

Re: help on buiding Kudu Java Client 0.7.0

2016-03-01 Thread Darren Hoo
Thanks to Mike and Jean for your tip, I have built the java client now. But I still have some difficulties building third parties which I bypassed before building java client, especially when build_llvm: -- Looking for __atomic_fetch_add_4 in atomic -- Looking for __atomic_fetch_add_4 in atomic

Re: help on buiding Kudu Java Client 0.7.0

2016-03-01 Thread Jean-Daniel Cryans
Hi Darren, This was fixed in https://github.com/cloudera/kudu/commit/7a0244c8c539dd800b7269c32a6826d2fdad43d9 If you can't apply the patch, the workaround is to build the third parties. J-D On Tue, Mar 1, 2016 at 1:30 AM, Darren Hoo wrote: > I have installed the exact

help on buiding Kudu Java Client 0.7.0

2016-03-01 Thread Darren Hoo
I have installed the exact version 2.6.1 of protoc $ which protoc /usr/local/bin/protoc $ protoc --version libprotoc 2.6.1 but when I try to build the Java Client, I got this error: [INFO] Kudu ... SUCCESS [ 1.375 s] [INFO] Kudu Annotations