RE: Download URL missing

2016-02-23 Thread masahide.miura
Thank you for your immediate supporting. I could download from http://mirrors.sonic.net/apache/drill/drill-1.5.0/apache-drill-1.5.0.tar.gz. -- Miura, Masahide -Original Message- From: Bridget Bevens [mailto:bbev...@maprtech.com] Sent: Wednesday, February 24, 2016 11:58 AM To: user@dr

crash when querying mongo

2016-02-23 Thread Árpád Tamási
Hi, Drill crashes in mongo queries after returning 65536 rows. I select a nested field which is always a string and always exists. Any ideas? org.apache.drill.common.exceptions.UserRemoteException: SYSTEM ERROR: IllegalStateException: You tried to start when you are using a ValueWriter of type

Re: Download URL missing

2016-02-23 Thread Bridget Bevens
Docs are updated. Please let me know if you see any issues. Thanks, Bridget On Tue, Feb 23, 2016 at 5:18 PM, Tomer Shiran wrote: > Try using this URL instead: > http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download > > The docs need to be upda

Re: Download URL missing

2016-02-23 Thread Tomer Shiran
Try using this URL instead: http://www.apache.org/dyn/closer.lua?filename=drill/drill-1.5.0/apache-drill-1.5.0.tar.gz&action=download The docs need to be updated. > On Feb 23, 2016, at 5:02 PM, > wrote: > > Hi > > Does anyone help me? > > -- > Miura, Masahide > > -Original Message

RE: Download URL missing

2016-02-23 Thread masahide.miura
Hi Does anyone help me? -- Miura, Masahide -Original Message- From: masahide.mi...@brother.co.jp [mailto:masahide.mi...@brother.co.jp] Sent: Thursday, February 18, 2016 4:28 PM To: user@drill.apache.org Subject: Download URL missing Hi, It is not available URL for download with wget

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Neeraja Rentachintala
Norris Quick comment on your point below. The username/password passed currently on the connection string is for authentication purposes and also used for impersonation in case of direct connection from BI tool to Drillbit. That continue to exist, but now the driver needs to be extended to pass an

RE: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Norris Lee
ODBC does not have any standard way to change the user for a connection, so like Sudheesh mentioned, I'm not sure how this would be exposed to the application. I believe some other databases like SQLServer let you change the user via SQL. With regards to interfacing the impersonation feature, i

RE: [E] Re: Date Format conversion

2016-02-23 Thread Wilburn, Scott
Abdel, That worked perfectly! Thank you. -Original Message- From: Abdel Hakim Deneche [mailto:adene...@maprtech.com] Sent: Tuesday, February 23, 2016 10:53 AM To: user Subject: [E] Re: Date Format conversion more precisely you can use TO_DATE

Re: Date Format conversion

2016-02-23 Thread Abdel Hakim Deneche
more precisely you can use TO_DATE . The following worked for me: TO_DATE('01/25/2016', 'MM/dd/') On Tue, Feb 23, 2016 at 10:48 AM, Neeraja Rentachintala < nrentachint...@maprtech.com> wrote: > Please refer to

Re: Date Format conversion

2016-02-23 Thread Neeraja Rentachintala
Please refer to https://drill.apache.org/docs/date-time-and-timestamp/ On Tue, Feb 23, 2016 at 10:41 AM, Wilburn, Scott < scott.wilb...@verizonwireless.com.invalid> wrote: > Hello, > Is there a way to convert other date formats into the DATE type? I would > like to cast a field that contains a da

Date Format conversion

2016-02-23 Thread Wilburn, Scott
Hello, Is there a way to convert other date formats into the DATE type? I would like to cast a field that contains a date in the format mm/dd/, i.e "01/25/2016", into DATE type. Thanks, Scott Wilburn

Re: Hangout Happening Now!

2016-02-23 Thread Jason Altekruse
We can just use the old URL, we saw you were trying to join https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Tue, Feb 23, 2016 at 10:12 AM, Parth Chandra wrote: > Hey Jason, > > We're unable to connect to the hangout. Should we try restarting the > hangout? > > Parth >

Re: Hangout Happening Now!

2016-02-23 Thread Sudheesh Katkam
Same here, I am unable to connect. I get a “Requesting to join the video call..” and then nothing happens. > On Feb 23, 2016, at 10:12 AM, Parth Chandra wrote: > > Hey Jason, > > We're unable to connect to the hangout. Should we try restarting the > hangout? > > Parth > > On Tue, Feb 23, 20

Re: Hangout Happening Now!

2016-02-23 Thread Parth Chandra
Hey Jason, We're unable to connect to the hangout. Should we try restarting the hangout? Parth On Tue, Feb 23, 2016 at 10:04 AM, Jason Altekruse wrote: > https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=1 >

Hangout Happening Now!

2016-02-23 Thread Jason Altekruse
https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=1

Re: Query Return Error because of a single file

2016-02-23 Thread Jason Altekruse
Hello François, Sorry that this question went unanswered for so long. We have gotten many requests for this feature of skipping bad files, but we haven't come to a consensus of how this feature should be implemented. The problem largely comes out of the ambiguity of the definition of skipping "so

Re: [DISCUSS] New Feature: Drill Client Impersonation

2016-02-23 Thread Sudheesh Katkam
> Do you have an interface proposal? I didn't see that. Are you referring to the Drill client interface to used by applications? > Also, what do you think about my comment and Keys response about moving > pooling to the Driver and then making "connection" lightweight. An API to change the user