FW: Apache Drill- Error setting up remote intermediate fragment execution

2018-04-11 Thread Surneni Tilak
Hi Team, I have successfully launched a Drill cluster on 3 docker containers with Zoo keeper Quorum and accessing data from a remote node on which Drill is not installed . I am able to list all the drill bits from each node and run queries on a single drill bit , But I am facing issue when

RE: Apache Drill- Error setting up remote intermediate fragment execution

2018-04-11 Thread Surneni Tilak
intermediate fragment execution Hi Surneni, This looks to be an issue with your network setup. The address or hostname known to a Drillbit about another Drillbit is not resolved correctly while trying to make connection. Thanks, Sorabh From: Surneni Tilak

Not Able to Query Part files Using Drill

2018-05-07 Thread Surneni Tilak
Hi Team, I am trying to run drill query on part files present in the local file system. But Drill is throwing Table not found error , I think it is not able to identify the file format and giving that error. I have tried to include default input format option mentioned in the Drill website in

RE: Not Able to Query Part files Using Drill

2018-05-08 Thread Surneni Tilak
"json" ] }, "pcap": { "type": "pcap" }, "avro": { "type": "avro" }, "sequencefile": { "type": "sequencefile", "extensions": [

How to Start Drill Service From Linux Non-root user

2018-05-24 Thread Surneni Tilak
Hi Team, May I know how to start drill service from a user which should not be root. What are the privileges that a non-root user should fulfill to start drill service. If I start the service as a root user then how to use the service specific to a particular user other than root. Best regard

RE: How to Start Drill Service From Linux Non-root user

2018-05-30 Thread Surneni Tilak
h you want Drill to execute query using user (like user=testUser) parameter in connection url. [1]: https://drill.apache.org/docs/configuring-user-impersonation/ Thanks, Sorabh From: Surneni Tilak Sent: Thursday, May 24, 2018 3:01:02 AM To: user@drill.apach

RE: How to Start Drill Service From Linux Non-root user

2018-05-31 Thread Surneni Tilak
query and filesystem storage plugin configuration. 2) What is your current workspace while executing the query ? Thanks, Sorabh From: Surneni Tilak Sent: Wednesday, May 30, 2018 2:05:22 AM To: user@drill.apache.org Subject: RE: How to Start Drill Service From Linux

RE: How to Start Drill Service From Linux Non-root user

2018-05-31 Thread Surneni Tilak
ya On 31 May 2018 at 16:42, Surneni Tilak wrote: > Hi Sorabh, > > Please find the attached storage plugin information. I am changing my > workspace correctly which I have verified from web UI before running > my query. > I am using the workspace tpcdsView as mentioned in t

RE: How to Start Drill Service From Linux Non-root user

2018-05-31 Thread Surneni Tilak
through AD . And able to write whereever I would like to on data disk just to need give permission to that directory . It’s sounds strange that it doesn’t work for you . Thanks, Divya On Thu, 31 May 2018 at 6:03 PM, Surneni Tilak wrote: > Hi Divya, > > I am writing to local file sys

RE: How to Start Drill Service From Linux Non-root user

2018-05-31 Thread Surneni Tilak
Non-root user can you try creating table in tmp workspace ? On 31 May 2018 at 20:51, Surneni Tilak wrote: > Hi Divya, > > I am getting below error message. > > org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: > IOException: Mkdirs failed to create /mapr/nscp

Not Able To Access Drill Web Console In Multiple tabs Using Drill 1.13

2018-07-17 Thread Surneni Tilak
Hi Team, I am using Drill 1.13.0 version. I am facing below issues which were not there in 1.12.0 1. When I am submitting query I am not able to open Drill web-console in another window to monitor the currently running query status. 2. Not able to submit another query once a quer

RE: Not Able To Access Drill Web Console In Multiple tabs Using Drill 1.13

2018-07-17 Thread Surneni Tilak
at the data). Otherwise, there are a number of good JDBC based tools like SQuirrel and DBeaver (the latter also downloads the drivers automatically), that you can use.  On 7/17/2018 3:40:06 AM, Surneni Tilak wrote: Hi Team, I am using Drill 1.13.0 version. I am facing below issues which were no

Drill Configuration Requirements To Query Data in Tera Bytes

2018-07-30 Thread Surneni Tilak
Hi Team, May I know the ideal configuration requirements to query data of size 10 TB with query time under 5 minutes. Please suggest me regarding the number of Drilbits that I have to use and the RAM(Direct-Memory & Heap_Memory) that each drill bit should consists of to complete the queries wi

RE: Drill Configuration Requirements To Query Data in Tera Bytes

2018-07-31 Thread Surneni Tilak
ring-drill-memory/ On Mon, Jul 30, 2018 at 1:57 AM Surneni Tilak wrote: > Hi Team, > > May I know the ideal configuration requirements to query data of size > 10 TB with query time under 5 minutes. Please suggest me regarding the > number of Drilbits that I have to use

RE: Drill Configuration Requirements To Query Data in Tera Bytes

2018-08-13 Thread Surneni Tilak
oint is, make some assumptions then test them. Use the results to work out an estimate of the number of disks and cores. Use testing to refine from there. Thanks, - Paul On Tuesday, July 31, 2018, 2:12:17 AM PDT, Surneni Tilak wrote: Hi Abhishek, Thanks for your response . I will