Okay. Just saw your email. I am running in embeded model. I will try it again.
Thanks, Xiao On Wednesday, June 11, 2014, Jacques Nadeau <[email protected]> wrote: > I sent another email about most changes. Try to make sure your build and > config are clean and correct. Are you running in embedded or distributed? > > > Hi, > > When I try to set up the drillbit for the latest commit 27a9c9, the > drillbit throw an exception at starting. > > I can see a couple of changes of drill configuration. The StoragePlugin is > not in conf/ directory anymore and has been move to exec jar file. So what > is the proper way to set up storage plugin? > > > https://github.com/apache/incubator-drill/commit/41f661609ca716553e9ad1e099f75cf17678397c > > > The exception in drillbit.out looks like the following: > > Exception in thread "main" > org.apache.drill.exec.exception.DrillbitStartupException: Failure while > initializing values in Drillbit. > at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:70) > at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:61) > at org.apache.drill.exec.server.Drillbit.main(Drillbit.java:83) > Caused by: org.apache.drill.common.exceptions.ExecutionSetupException: A > System Table provider was either not specified or could not be found or > instantiated > at > > org.apache.drill.exec.store.sys.PStoreRegistry.newPStoreProvider(PStoreRegistry.java:59) > at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:116) > at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:68) > ... 2 more > Caused by: java.lang.NoSuchMethodException: > > org.apache.drill.exec.store.sys.local.LocalPStoreProvider.<init>(org.apache.drill.exec.store.sys.PStoreRegistry) > at java.lang.Class.getConstructor0(Class.java:2810) > at java.lang.Class.getConstructor(Class.java:1718) > at > > org.apache.drill.exec.store.sys.PStoreRegistry.newPStoreProvider(PStoreRegistry.java:54) > ... 4 more > Exception in thread "ShutdownHook" java.lang.UnsupportedOperationException: > Unknown handle type > at > > org.apache.drill.exec.coord.zk.ZKClusterCoordinator.unregister(ZKClusterCoordinator.java:151) > at org.apache.drill.exec.server.Drillbit.close(Drillbit.java:159) > at > org.apache.drill.exec.server.Drillbit$ShutdownThread.run(Drillbit.java:187) > > > Best, > Xiao >
