Hey HCatalog gurus -
Is anyone else having issues running the following test:
ant clean package test -Dtestcase=TestHCatDynamicPartitioned
I did a clean trunk checkout and it fails for me. Looking in
build/test/logs/TEST-org.apache.hcatalog.mapreduce.TestHCatDynamicPartitioned.txt
we see an interesting line:
12/04/25 10:53:11 INFO exec.ExecDriver: Executing:
/Users/travis/src/hadoop-0.20.1+169.89/bin/hadoop jar null
org.apache.hadoop.hive.ql.exec.ExecDriver -libjars
file:///Users/travis/apache/hcatalog2/build/ivy/lib/hcata
log/hive-builtins-0.10.0-SNAPSHOT.jar <trimmed the rest of the giant jar list>
Notice "null" after "hadoop jar" above. Might this be related to
removing the Hive extern? Is anyone else seeing this?
--travis