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>
>