Replace > root: "/drill", > with
> root: "drill", > Or simply get rid of this line (default value of this setting is "drill") On Sat, Jun 14, 2014 at 1:48 AM, mufy <[email protected]> wrote: > Hello Aditya, > > I have the following in the drill-override.conf: > > drill.exec: { > cluster-id: "drillbits1", > > zk: { > connect: "mufeed-drill1:5181,mufeed-drill2:5181,mufeed-drill3:5181", > root: "/drill", > refresh: 500, > timeout: 5000, > retry: { > count: 7200, > delay: 500 > } > }, > } > > And no /etc/drill directory: > [root@mufeed-drill1 conf]# ls -d /etc/drill > ls: cannot access /etc/drill: No such file or directory > > Any other location from where it could be picking it up from? Or anything > wrong the way I have given the settings? > > > --- > Mufeed Usman > My LinkedIn <http://www.linkedin.com/pub/mufeed-usman/28/254/400> | My > Social Cause <http://www.vision2016.org.in/> | My Blogs : LiveJournal > <http://mufeed.livejournal.com> > > > > > > On Sat, Jun 14, 2014 at 2:13 PM, Aditya <[email protected]> wrote: > >> It is loading an older version of "drill-override.conf", most likely from >> " >> /etc/drill/conf" folder. >> >> This file should contain only the following setting (find the new one in " >> $DRILL_HOME/conf"). >> >> drill.exec: { >> cluster-id: "<your_cluster_id>", >> zk.connect: "<your_zookeeper_quorum>" >> } >> >> >> >> On Sat, Jun 14, 2014 at 1:38 AM, mufy <[email protected]> wrote: >> >> > How do I resolve 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: java.lang.IllegalArgumentException: Invalid namespace: /drill >> > at >> > >> > >> org.apache.curator.framework.imps.NamespaceImpl.<init>(NamespaceImpl.java:41) >> > at >> > >> > >> org.apache.curator.framework.imps.CuratorFrameworkImpl.<init>(CuratorFrameworkImpl.java:148) >> > at >> > >> > >> org.apache.curator.framework.CuratorFrameworkFactory$Builder.build(CuratorFrameworkFactory.java:122) >> > at >> > >> > >> org.apache.drill.exec.coord.zk.ZKClusterCoordinator.<init>(ZKClusterCoordinator.java:72) >> > at >> > >> > >> org.apache.drill.exec.coord.zk.ZKClusterCoordinator.<init>(ZKClusterCoordinator.java:64) >> > at >> org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:115) >> > at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:68) >> > ... 2 more >> > >> > --- >> > Mufeed Usman >> > My LinkedIn <http://www.linkedin.com/pub/mufeed-usman/28/254/400> | My >> > Social Cause <http://www.vision2016.org.in/> | My Blogs : LiveJournal >> > <http://mufeed.livejournal.com> >> > >> > >
