Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-06 Thread Xinran Yu Tinney
Thanks Jim and I think I figured out for now.

2018-02-05 17:14 GMT-06:00 Jim Apple :

> Can you provide the DDL you used when creating the table? Can you
> provide the query you used to insert? Can you describe what command or
> query you used to set a specific row's numDVs?
>
> On Mon, Feb 5, 2018 at 3:03 PM, Xinran Yu Tinney 
> wrote:
> > Thanks Tim, sorry that the attachment does not go through, I was not
> aware
> > that. basically, I was trying to insert some values in a partitioned
> table
> > and trying to find a way set a specific row's numDVs and the error
> happened.
> >
> > 2018-02-05 15:24 GMT-06:00 Tim Armstrong :
> >
> >> We don't support multithreaded execution for all plans currently. I
> think
> >> the docs do a good job of explaining the current limitations:
> >> https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
> >>
> >> On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney <
> yuxinran8...@gmail.com>
> >> wrote:
> >>
> >> > Hi, Impala dev,
> >> >I was creating a table with partitions and then trying to insert
> into
> >> > the table some values, but it shows :
> >> >
> >> > ERROR: NotImplementedException: MT_DOP not supported
> >> >
> >> > Please see the attachment.
> >> >
> >> > Is there anyone can explain why this happens? Thanks!
> >> >
> >> > Xinran
> >> >
> >>
>


Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-05 Thread Jim Apple
Can you provide the DDL you used when creating the table? Can you
provide the query you used to insert? Can you describe what command or
query you used to set a specific row's numDVs?

On Mon, Feb 5, 2018 at 3:03 PM, Xinran Yu Tinney  wrote:
> Thanks Tim, sorry that the attachment does not go through, I was not aware
> that. basically, I was trying to insert some values in a partitioned table
> and trying to find a way set a specific row's numDVs and the error happened.
>
> 2018-02-05 15:24 GMT-06:00 Tim Armstrong :
>
>> We don't support multithreaded execution for all plans currently. I think
>> the docs do a good job of explaining the current limitations:
>> https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
>>
>> On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney 
>> wrote:
>>
>> > Hi, Impala dev,
>> >I was creating a table with partitions and then trying to insert into
>> > the table some values, but it shows :
>> >
>> > ERROR: NotImplementedException: MT_DOP not supported
>> >
>> > Please see the attachment.
>> >
>> > Is there anyone can explain why this happens? Thanks!
>> >
>> > Xinran
>> >
>>


Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-05 Thread Tim Armstrong
We don't support insert plans with mt_dop > 0 at the moment. I'd expect it
to work for plans that don't involve inserting into a table or any joins.

On Mon, Feb 5, 2018 at 3:03 PM, Xinran Yu Tinney 
wrote:

> Thanks Tim, sorry that the attachment does not go through, I was not aware
> that. basically, I was trying to insert some values in a partitioned table
> and trying to find a way set a specific row's numDVs and the error
> happened.
>
> 2018-02-05 15:24 GMT-06:00 Tim Armstrong :
>
> > We don't support multithreaded execution for all plans currently. I think
> > the docs do a good job of explaining the current limitations:
> > https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
> >
> > On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney  >
> > wrote:
> >
> > > Hi, Impala dev,
> > >I was creating a table with partitions and then trying to insert
> into
> > > the table some values, but it shows :
> > >
> > > ERROR: NotImplementedException: MT_DOP not supported
> > >
> > > Please see the attachment.
> > >
> > > Is there anyone can explain why this happens? Thanks!
> > >
> > > Xinran
> > >
> >
>


Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-05 Thread Xinran Yu Tinney
Thanks Tim, sorry that the attachment does not go through, I was not aware
that. basically, I was trying to insert some values in a partitioned table
and trying to find a way set a specific row's numDVs and the error happened.

2018-02-05 15:24 GMT-06:00 Tim Armstrong :

> We don't support multithreaded execution for all plans currently. I think
> the docs do a good job of explaining the current limitations:
> https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
>
> On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney 
> wrote:
>
> > Hi, Impala dev,
> >I was creating a table with partitions and then trying to insert into
> > the table some values, but it shows :
> >
> > ERROR: NotImplementedException: MT_DOP not supported
> >
> > Please see the attachment.
> >
> > Is there anyone can explain why this happens? Thanks!
> >
> > Xinran
> >
>


Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-05 Thread Jim Apple
Your attachments are not making it to the list.

On Mon, Feb 5, 2018 at 1:47 PM, Xinran Yu Tinney  wrote:
> but sometimes it works, this is what I just did:
>
> 2018-02-05 15:24 GMT-06:00 Tim Armstrong :
>>
>> We don't support multithreaded execution for all plans currently. I think
>> the docs do a good job of explaining the current limitations:
>> https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
>>
>> On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney 
>> wrote:
>>
>> > Hi, Impala dev,
>> >I was creating a table with partitions and then trying to insert into
>> > the table some values, but it shows :
>> >
>> > ERROR: NotImplementedException: MT_DOP not supported
>> >
>> > Please see the attachment.
>> >
>> > Is there anyone can explain why this happens? Thanks!
>> >
>> > Xinran
>> >
>
>


Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-05 Thread Xinran Yu Tinney
but sometimes it works, this is what I just did:

2018-02-05 15:24 GMT-06:00 Tim Armstrong :

> We don't support multithreaded execution for all plans currently. I think
> the docs do a good job of explaining the current limitations:
> https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html
>
> On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney 
> wrote:
>
> > Hi, Impala dev,
> >I was creating a table with partitions and then trying to insert into
> > the table some values, but it shows :
> >
> > ERROR: NotImplementedException: MT_DOP not supported
> >
> > Please see the attachment.
> >
> > Is there anyone can explain why this happens? Thanks!
> >
> > Xinran
> >
>


Re: ERROR: NotImplementedException: MT_DOP not supported

2018-02-05 Thread Tim Armstrong
We don't support multithreaded execution for all plans currently. I think
the docs do a good job of explaining the current limitations:
https://impala.apache.org/docs/build/html/topics/impala_mt_dop.html

On Mon, Feb 5, 2018 at 1:05 PM, Xinran Yu Tinney 
wrote:

> Hi, Impala dev,
>I was creating a table with partitions and then trying to insert into
> the table some values, but it shows :
>
> ERROR: NotImplementedException: MT_DOP not supported
>
> Please see the attachment.
>
> Is there anyone can explain why this happens? Thanks!
>
> Xinran
>