Return-Path: X-Original-To: apmail-incubator-drill-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-drill-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33A9511607 for ; Tue, 17 Jun 2014 13:48:18 +0000 (UTC) Received: (qmail 25123 invoked by uid 500); 17 Jun 2014 13:48:18 -0000 Delivered-To: apmail-incubator-drill-user-archive@incubator.apache.org Received: (qmail 25070 invoked by uid 500); 17 Jun 2014 13:48:18 -0000 Mailing-List: contact drill-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: drill-user@incubator.apache.org Delivered-To: mailing list drill-user@incubator.apache.org Received: (qmail 25059 invoked by uid 99); 17 Jun 2014 13:48:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 13:48:17 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thealy@bnl.gov designates 130.199.3.132 as permitted sender) Received: from [130.199.3.132] (HELO smtpgw.bnl.gov) (130.199.3.132) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2014 13:48:11 +0000 X-BNL-policy-q: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhUGAJxGoFOCx/78/2dsb2JhbABag1+qWQEBAQEBAQaaSoU3QD0WGAMCAQIBSw0IAQGIPg2eNK1YEwSFY4gnI4UTBK4bg1yBUwgX X-IronPort-AV: E=Sophos;i="5.01,494,1400040000"; d="scan'208";a="34830125" Received: from t2.itd.bnl.gov (HELO [130.199.254.252]) ([130.199.254.252]) by smtpgw.sec.bnl.local with ESMTP/TLS/DHE-RSA-AES128-SHA; 17 Jun 2014 09:47:49 -0400 Message-ID: <53A04705.2030808@bnl.gov> Date: Tue, 17 Jun 2014 09:47:49 -0400 From: Terry Healy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Apache Drill User Subject: Registering file systems Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello- I'm trying to get Drill running on 6 of my (MapR / M3 / 3.1) nodes. Following the instructions (https://cwiki.apache.org/confluence/display/DRILL/Connecting+Apache+Drill+to+Data+Sources) I get as far as attempting to configure dfs: and/or hdfs: from the Storage tab. When I select "Update" for dfs, it times out at the web browser with these errors in the log: 2014-06-17 09:31:21,756 [qtp204632028-62] INFO o.a.d.e.server.rest.StorageResources - Failure while trying to access storage config: dfs org.apache.drill.common.exceptions.ExecutionSetupException: Failure setting up file system plugin. at org.apache.drill.exec.store.dfs.FileSystemPlugin.(FileSystemPlugin.java:98) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.7.0_51] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[na:1.7.0_51] Similarly, when I attempt to create a new storage configuration "hdfs", it times out and the log reports this: 2014-06-17 09:37:06,562 [qtp204632028-72] INFO o.a.d.e.server.rest.StorageResources - Failure while trying to access storage config: hdfs java.lang.RuntimeException: Failure while accessing Zookeeper at org.apache.drill.exec.store.sys.zk.ZkPStore.get(ZkPStore.java:82) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] at org.apache.drill.exec.store.StoragePluginRegistry.getPlugin(StoragePluginRegistry.java:217) ~[drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] at org.apache.drill.exec.server.rest.StorageResources.findConfig(StorageResources.java:116) [drill-java-exec-1.0.0-m2-incubating-SNAPSHOT-rebuffed.jar:1.0.0-m2-incubating-SNAPSHOT] Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /drill/sys.storage_plugins/hdfs at org.apache.zookeeper.KeeperException.create(KeeperException.java:111) ~[zookeeper-3.4.6.jar:3.4.6-1569965] at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) ~[zookeeper-3.4.6.jar:3.4.6-1569965] at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) ~[zookeeper-3.4.6.jar:3.4.6-1569965] at org.apache.curator.framework.imps.GetDataBuilderImpl$4.call(GetDataBuilderImpl.java:302) ~[curator-f service mapr-zookeeper qstatus shows that all 4 zookeeper nodes are running. Any suggestions? Thanks