1. You need to generate en Eclipse project via "mvn eclipse:eclipse" from the "fe" directory, 2. Before starting Eclipse, you need to "source bin/impala-config.sh" and "source bin/set-classpath.sh".
If that still does not work, do you have a stack? On Mon, Oct 17, 2016 at 10:41 AM, Jim Apple <[email protected]> wrote: > Do the planner tests pass when you run them outside of the Eclipse IDE? > > On Sun, Oct 16, 2016 at 6:47 PM, Zhangjun (Jerry) > <[email protected]> wrote: > > Hi, > > I download the source code from master branch. And build it and run all > service with testdata successfully. But when I debug the planner test > case(PlannerTest.java) for frontend in Eclipse IDE, the application > shutdown and no any exception print( I have modified the log level to “all” > level in Log4j.properties file. > > I trace the case and found it occur after the loaded the libfessuport.so > in the course of initialization of Frontend object. > > > > Thanks! >
