Re: Storage Plugin for accessing Hive ORC Table from Drill

2017-01-19 Thread Nitin Pawar
> wrote: > > > Hi Team, > > > > Can someone tell me how to configure custom storage plugin in Drill for > > accessing hive ORC tables? > > > > Thanks in advance!! > > > > Regards, > > *Anup Tiwari* > > > -- Nitin Pawar

Help for DRILL-3609

2017-03-27 Thread Nitin Pawar
tation It is copying values across boundaries instead of returning null. Can any dev have some spare time like 10-15 mins to help me identify where I have to make the changes?? Thanks, Nitin Pawar

Re: Help for DRILL-3609

2017-03-31 Thread Nitin Pawar
anyone who can spare 10-15 minutes ? Thanks, Nitin On Mon, Mar 27, 2017 at 3:56 PM, Nitin Pawar wrote: > Hi, > > I am working DRILL-3609 <https://issues.apache.org/jira/browse/DRILL-3609> > > Right now I have been able to change the hard coded offset to the value &g

Re: Help for DRILL-3609

2017-04-02 Thread Nitin Pawar
e) in the JIRA itself. > Please include the query that you are trying to run. This will give more > context to someone to provide an answer to your question. > > -Aman > > On 3/30/17, 11:59 PM, "Nitin Pawar" wrote: > > anyone who can spare 10-15 minutes ? > >

Re: Help for DRILL-3609

2017-04-10 Thread Nitin Pawar
Hi devs, can someone help me on this ? Thanks, Nitin On Mon, Apr 3, 2017 at 11:29 AM, Nitin Pawar wrote: > Hi Aman, > > I have committed my code at https://github.com/nitinpawar/drill > > When I say that results are crossing partition boundary, i meant when i > say partitio

Question about foreman restart

2020-01-07 Thread Nitin Pawar
.. would the queries with this node as foreman be resubmitted automatically ?* Also we have a 64GB RAM machines. Can someone recommend memory setting for this environment -- Nitin Pawar

Re: Question about foreman restart

2020-01-07 Thread Nitin Pawar
I have created DRILL-7517 <https://issues.apache.org/jira/browse/DRILL-7517> this for drill shutting down issue. DRILL setup MAX Memory given : 56GB HEAP-12GB Direct memory: 40GB Thanks, Nitin On Tue, Jan 7, 2020 at 10:15 PM Nitin Pawar wrote: > Hello Team > We have recently upgra

Re: Question about foreman restart

2020-01-07 Thread Nitin Pawar
p memory that is affected, > then you can increase the heap memory setting to see what affect that has > on Drillbit lifetime. > > Thanks, > - Paul > > [1] http://drill.apache.org/docs/configuring-drill-memory/ > > > > > > > On Tuesday, January 7, 2020, 08:45:

Re: Window function

2016-11-25 Thread Nitin Pawar
adding dev list for comments On Wed, Nov 23, 2016 at 7:04 PM, Nitin Pawar wrote: > Hi, > > according to DRILL-3596 <https://issues.apache.org/jira/browse/DRILL-3596>, > lead or lag function are limited to use offset as 1. > > according to documentation on postgres &

Re: Window function

2016-12-01 Thread Nitin Pawar
any help on this ? from class NoFrameSupportTemplate, I see that inIndex is hard coded to point to previous row in case of lag and next row in case of lead. Is there a way I can modify this and pass it as parameter to pic appropriate row? On Fri, Nov 25, 2016 at 2:57 PM, Nitin Pawar wrote

Re: Window function

2016-12-04 Thread Nitin Pawar
ck that need to be removed > >> > >> I think this should be enough to get it to work in the general case, do > >> you > >> want to volunteer and get this done ? that would be an awesome > >> contribution > >> to the project. > >> > &g

Re: Failure to query S3 files. Error setting up remote intermediate fragment execution

2018-08-22 Thread Nitin Pawar
ort-4.0.48.Final.jar:4.0.48.Final] > > at > > io.netty.channel.DefaultChannelPipeline.connect(DefaultChannelPipeline.java:970) > ~[netty-transport-4.0.48.Final.jar:4.0.48.Final] > > at io.netty.channel.AbstractChannel.connect(AbstractChannel.java:214) > ~[netty-transport-4.0.48.Final.jar:4.0.48.Final] > > at io.netty.bootstrap.Bootstrap$2.run(Bootstrap.java:166) > ~[netty-transport-4.0.48.Final.jar:4.0.48.Final] > > at > > io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:399) > ~[netty-common-4.0.48.Final.jar:4.0.48.Final] > > at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:463) > ~[netty-transport-4.0.48.Final.jar:4.0.48.Final] > > at > > io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:131) > ~[netty-common-4.0.48.Final.jar:4.0.48.Final] > > ... 1 common frames omitted > > Caused by: java.nio.channels.UnresolvedAddressException: null > > at sun.nio.ch.Net.checkAddress(Net.java:101) ~[na:1.8.0_161] > > at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:622) > ~[na:1.8.0_161] > > at io.netty.util.internal.SocketUtils$3.run(SocketUtils.java:83) > ~[netty-common-4.0.48.Final.jar:4.0.48.Final] > > at io.netty.util.internal.SocketUtils$3.run(SocketUtils.java:80) > ~[netty-common-4.0.48.Final.jar:4.0.48.Final] > > at java.security.AccessController.doPrivileged(Native Method) > ~[na:1.8.0_161] > > at io.netty.util.internal.SocketUtils.connect(SocketUtils.java:80) > ~[netty-common-4.0.48.Final.jar:4.0.48.Final] > > at > > io.netty.channel.socket.nio.NioSocketChannel.doConnect(NioSocketChannel.java:243) > ~[netty-transport-4.0.48.Final.jar:4.0.48.Final] > > at > > io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.connect(AbstractNioChannel.java:205) > ~[netty-transport-4.0.48.Final.jar:4.0.48.Final] > > ... 17 common frames omitted > -- > *Kind Regards,* > *Vedant Naik.* > -- Nitin Pawar

Blocker on drill upgrade path

2019-04-18 Thread Nitin Pawar
Hi, We are trying to upgrade drill from 1.13 to 1.15 following query works in drill 1.13 but not in 1.15 select max(last_name) from cp.`employee.json` group by last_name limit 5 can you let us know if this backward compatibility issue will be fixed ?? -- Nitin Pawar

Help for DRILL-3609

2019-11-05 Thread Nitin Pawar
| 45000.0 | 25000.0 | +-+---+-+--+ Thanks, Nitin Pawar

Re: Help for DRILL-3609

2019-11-05 Thread Nitin Pawar
aft PR so that we can take a look and offer > suggestions? > Thanks, > -- C > > > > On Nov 5, 2019, at 7:27 AM, Nitin Pawar wrote: > > > > Hi Devs, > > > > I had sent request for this almost 2.5 years ago. Trying it again now. > > > > Curren

Re: Help for DRILL-3609

2019-11-05 Thread Nitin Pawar
filtered out. > > > > On Nov 5, 2019, at 8:29 AM, Nitin Pawar wrote: > > > > Hi Charles, > > > > I have attached git patch. > > I was currently doing for lag function only for testing purposes > > > > Thanks, > > Nitin > > > >

Re: Help for DRILL-3609

2019-11-06 Thread Nitin Pawar
any help on this? On Tue, Nov 5, 2019 at 7:09 PM Nitin Pawar wrote: > Ohh ok > let me provide a google drive url > Here > <https://drive.google.com/file/d/1no-xq40Q2HEoWx5xG1t5dOx5BKTFH72F/view?usp=sharing> > is the link. Can you check if can access it. > > Thanks

Re: Help for DRILL-3609

2019-11-08 Thread Nitin Pawar
gt; [1] > https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/window/NoFrameSupportTemplate.java#L139 > [2] > https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/window/WindowFrameRecordBatch.ja

Help for statistic functions

2018-12-05 Thread Nitin Pawar
--. -- Nitin Pawar

Re: Help for statistic functions

2018-12-06 Thread Nitin Pawar
REQUIRED, FLOAT8-OPTIONAL)]. Full expression: --UNKNOWN > EXPRESSION--. > > > > > -- > Nitin Pawar > -- Nitin Pawar

Re: Help for statistic functions

2018-12-06 Thread Nitin Pawar
PM Anton Gozhiy wrote: > Hi Nitin Pawar, > I was investigating this. Indeed, when one of the parameters has optional > data mode, Drill cannot cast the parameters to the same type, and there is > no "covar_samp" UDF that takes parameters with different types. > To reproduc

Re: Help for statistic functions

2018-12-07 Thread Nitin Pawar
may cause the error. > > On Thu, Dec 6, 2018 at 5:55 PM Nitin Pawar > wrote: > > > Hello Anton, > > Thanks for the reply. > > I have tried explicit casting as well as with subquery mechanism > > I have attached the parquet file along with this email > > &g

Re: Help for statistic functions

2018-12-11 Thread Nitin Pawar
Thank you Anton. I will watch the jira for further progress On Mon, Dec 10, 2018 at 10:01 PM Anton Gozhiy wrote: > This is really a bug, reported it here: > https://issues.apache.org/jira/browse/DRILL-6891. > Thanks for finding this case. > > On Sat, Dec 8, 2018 at 7:15 AM Nitin

[jira] [Created] (DRILL-7517) Drill 1.16.0 shuts down frequently

2020-01-07 Thread Nitin Pawar (Jira)
Nitin Pawar created DRILL-7517: -- Summary: Drill 1.16.0 shuts down frequently Key: DRILL-7517 URL: https://issues.apache.org/jira/browse/DRILL-7517 Project: Apache Drill Issue Type: Bug

[jira] [Created] (DRILL-7674) Ability to enfore quote chars for all non numeric fields. Also if we can a setting which can completely disables the quoting to retain backward compatibility that would h

2020-03-27 Thread Nitin Pawar (Jira)
Nitin Pawar created DRILL-7674: -- Summary: Ability to enfore quote chars for all non numeric fields. Also if we can a setting which can completely disables the quoting to retain backward compatibility that would help us as well. Key

[jira] [Created] (DRILL-7685) Case statement marking column as required in parquet metadata

2020-04-01 Thread Nitin Pawar (Jira)
Nitin Pawar created DRILL-7685: -- Summary: Case statement marking column as required in parquet metadata Key: DRILL-7685 URL: https://issues.apache.org/jira/browse/DRILL-7685 Project: Apache Drill

[jira] [Created] (DRILL-6551) Concat function results in SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer.

2018-06-28 Thread Nitin Pawar (JIRA)
Nitin Pawar created DRILL-6551: -- Summary: Concat function results in SYSTEM ERROR: IllegalStateException: Tried to remove unmanaged buffer. Key: DRILL-6551 URL: https://issues.apache.org/jira/browse/DRILL-6551

[jira] [Created] (DRILL-6105) SYSTEM ERROR: NullPointerException

2018-01-24 Thread Nitin Pawar (JIRA)
Nitin Pawar created DRILL-6105: -- Summary: SYSTEM ERROR: NullPointerException Key: DRILL-6105 URL: https://issues.apache.org/jira/browse/DRILL-6105 Project: Apache Drill Issue Type: Bug