This looks more like it could not find libfesupport.so. Do you have it on your LD_LIBRARY_PATH?
Regarding the dependency stuff. As part of "mvn package" we execute the "copy-dependencies" plugin which populates target/dependency. You can manually run that step only with "mvn dependency:copy-dependencies" from the fe dir. On Mon, Oct 10, 2016 at 4:25 PM, Lars Volker <[email protected]> wrote: > I'm trying to run the ParserTest but cannot get it to work. > > Running org.apache.impala.analysis.ParserTest > > Tests run: 80, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.856 > sec > > <<< FAILURE! - in org.apache.impala.analysis.ParserTest > > TestKuduUpdate(org.apache.impala.analysis.ParserTest) Time elapsed: > 0.011 > > sec <<< ERROR! > > java.lang.UnsatisfiedLinkError: > > org.apache.impala.service.FeSupport.NativeGetStartupOptions()[B > > at > > org.apache.impala.service.FeSupport.NativeGetStartupOptions(Native > Method) > > at > > org.apache.impala.service.FeSupport.GetStartupOptions( > FeSupport.java:268) > > at org.apache.impala.common.RuntimeEnv.<init>(RuntimeEnv. > java:47) > > at org.apache.impala.common.RuntimeEnv.<clinit>( > RuntimeEnv.java:34) > > at > > org.apache.impala.testutil.TestUtils.assumeKuduIsSupported( > TestUtils.java:288) > > at > > org.apache.impala.analysis.ParserTest.TestKuduUpdate( > ParserTest.java:1632) > > > > Results : > > > > Tests in error: > > ParserTest.TestKuduUpdate:1632 ยป UnsatisfiedLink > > org.apache.impala.service.FeS... > > > > My working copy does not seem to have the necessary dependencies > in testdata/target/dependency/. I suspect this causes my issue. > > $ source bin/set-classpath.sh > > bin/set-classpath.sh:40: no matches found: > > /home/lv/i2/testdata/target/dependency/*.jar > > > Where do those files come from and how can I get them? > > Thanks for the help, Lars >
