You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by "איל (Eyal)" <ey...@gmail.com> on 2010/11/14 15:27:45 UTC

hive client test fails

HI,

I am trying to run the odbc test in hive and I get this error


*ant test -Dthrift.home=/media/sda1/thrift-0.5.0*

Buildfile: build.xml

check-word-size:

check-thrift-home:

test:
    [exec]
LD_LIBRARY_PATH=/media/sda1/hive/build/odbc/lib:/media/sda1/thrift-0.5.0/lib:/home/ebarila/bin/jdk1.6.0_21/jre/lib/amd64/server:/home/ebarila/bin/jdk1.6.0_21/jre/lib/amd64:/home/ebarila/bin/jdk1.6.0_21/jre/../lib/amd64:/usr/local/lib
/media/sda1/hive/build/odbc/test/HiveClientTestC
    [exec]
    [exec] Starting Hive Client C tests...
    [exec]
    [exec] Running basic_connect_disconnect_test...
   * [exec] HiveClientTestC: malloc.c:3096: sYSMALLOc: Assertion `(old_top
== (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof
(struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long)
(old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
    [exec] Aborted
    [exec] make: *** [test] Error 134*

BUILD FAILED
/media/sda1/hive/odbc/build.xml:103: exec returned: 2

Total time: 0 seconds

any ideas ?