Hi, I downloaded a new MapR sandbox; Stopped the default Drillbit; Built form source and changed the zookeeper port from the default 2181 to 5181 like the default drillbit.
The new Drillbit does not start and throws the following error: log4j:WARN No appenders could be found for logger (com.mapr.baseutils.cldbutils.CLDBRpcCommonUtils). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 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:80) at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:66) at org.apache.drill.exec.server.Drillbit.main(Drillbit.java:166) 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:60) at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:198) at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:78) ... 2 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.apache.drill.exec.store.sys.PStoreRegistry.newPStoreProvider(PStoreRegistry.java:56) ... 4 more Caused by: org.apache.drill.exec.exception.DrillbitStartupException: Failure while attempting to set up blob store. at org.apache.drill.exec.store.sys.zk.ZkPStoreProvider.<init>(ZkPStoreProvider.java:65) ... 9 more Caused by: java.io.IOException: failure to login: No LoginModules configured for hadoop_simple at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:654) at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:606) at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:519) at org.apache.hadoop.fs.FileSystem$Cache$Key.<init>(FileSystem.java:2590) at org.apache.hadoop.fs.FileSystem$Cache$Key.<init>(FileSystem.java:2582) at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2448) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:404) at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:169) at org.apache.drill.exec.store.dfs.DrillFileSystem.<init>(DrillFileSystem.java:103) at org.apache.drill.exec.store.dfs.DrillFileSystem.<init>(DrillFileSystem.java:99) at org.apache.drill.exec.store.sys.local.FilePStore.getFileSystem(FilePStore.java:85) at org.apache.drill.exec.store.sys.zk.ZkPStoreProvider.<init>(ZkPStoreProvider.java:63) ... 9 more Caused by: javax.security.auth.login.LoginException: No LoginModules configured for hadoop_simple at javax.security.auth.login.LoginContext.init(LoginContext.java:272) at javax.security.auth.login.LoginContext.<init>(LoginContext.java:389) at org.apache.hadoop.security.UserGroupInformation.newLoginContext(UserGroupInformation.java:408) at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:626) ... 20 more I wonder if I need to change any configuration? Thanks, Alex On Thu, Apr 30, 2015 at 2:17 PM, Steven Phillips <[email protected]> wrote: > I just committed another fix, and I also included an option to revert to > the old assignment code, in case further issues are found. > > On Thu, Apr 30, 2015 at 1:23 PM, Jacques Nadeau <[email protected]> > wrote: > > > I just ran across another instance of DRILL-2916. That sinks this > release > > candidate. Steven, can you take another look? > > > > > > > > On Thu, Apr 30, 2015 at 12:42 PM, Ted Dunning <[email protected]> > > wrote: > > > > > > > > Somebody needs to check signatures an checksums. Also the NOTICE and > > > LICENSE files. > > > > > > Repeating the tests others have done has some value but actually > walking > > > through the tutorial or intro documentation step by step has the virtue > > of > > > breaking new ground. > > > > > > Sent from my iPhone > > > > > > > On Apr 30, 2015, at 11:31, Norris Lee <[email protected]> wrote: > > > > > > > > +1 (non-binding) > > > > > > > > Downloaded source and built on Linux. Ran Hive, HBase, DFS queries > > > through ODBC. > > > > > > > > Norris > > > > > > > > -----Original Message----- > > > > From: Jacques Nadeau [mailto:[email protected]] > > > > Sent: Wednesday, April 29, 2015 10:47 PM > > > > Cc: [email protected] > > > > Subject: Re: [VOTE] Release Apache Drill 0.9.0 (rc1) > > > > > > > > Just to clarify, this incorporates a critical bug *FIX* found in rc0. > > > > > > > > :) > > > > > > > >> On Wed, Apr 29, 2015 at 10:14 PM, Jacques Nadeau < > [email protected]> > > > wrote: > > > >> > > > >> Good evening, > > > >> > > > >> I would like to propose the release of Apache Drill, version 0.9.0. > > > >> This is the second release candidate (rc1) and incorporates a > critical > > > >> bug found in rc0 (DRILL-2916). > > > >> > > > >> This release includes 200 resolved JIRAs [1]. > > > >> > > > >> The artifacts are hosted at [2]. > > > >> > > > >> The vote will be open for ~72 hours, ending 22:00 Pacific, May 2, > 2015 > > > >> > > > >> [ ] +1 > > > >> [ ] +0 > > > >> [ ] -1 > > > >> > > > >> > > > >> Thank you, > > > >> Jacques > > > >> > > > >> [1] > > > >> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=1232881 > > > >> 3&projectId=12313820 [2] > > > >> http://people.apache.org/~jacques/apache-drill-0.9.0.rc1/ > > > >> > > > > > > > > > -- > Steven Phillips > Software Engineer > > mapr.com >
