You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Tan Sheng 谈晟 <ta...@saicmotor.com> on 2016/10/31 07:05:07 UTC

question about drill storage plugin

Hi,

We are a Chinese company(Shanghai Automotive Industry Corporation(Group)), and we extending drill to support more storage such as ES, Cassandra. The code base we are referring to is: https://github.com/kevinlynx/drill-storage-http it is a sample storage plugin for http service. The question is while we use this plugin, it can not work in parallel, we build two dedicate http service for testing, suppose there will be two minor fragment run on two drillbits. But it always one. And we try to copy code snippet from Hbase plugin and Kudu plugin which seem to be related with parallelize, but does not work. In HttpGroupScan.java the parameter “endpoints” of function “applyAssignments” is always one, is it the root cause, and how to set it?







谢谢,
谈晟@数据业务部

邮件免责申明----- 该电子邮件中的信息是保密的,除收件人外任何人无权访问此电子邮件。 如果您不是收件人,公开、复制、分发或基于此封邮件的任何行动,都是禁止的,并可能是违法的。该邮件包含的任何意见与建议均应遵循上汽集团关于信息传递与保密的制度或规定。除经上汽集团信函以正式书面方式确认外,任何相关的内容或信息不得作为正式依据。 Email Disclaimer----- The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any opinions or advice contained in this email are subject to the terms and conditions expressed in the governing SAICMOTOR client engagement letter and should not be relied upon unless they are confirmed in writing on SAICMOTOR's letterhead.

Re: question about drill storage plugin

Posted by Chun Chang <cc...@maprtech.com>.
Sheng,

Your question may be more appropriate for dev@drill.apache.org. Try that
mailing list as well.

On Mon, Oct 31, 2016 at 12:05 AM, Tan Sheng 谈晟 <ta...@saicmotor.com>
wrote:

> Hi,
>
> We are a Chinese company(Shanghai Automotive Industry Corporation(Group)),
> and we extending drill to support more storage such as ES, Cassandra. The
> code base we are referring to is: https://github.com/kevinlynx/
> drill-storage-http it is a sample storage plugin for http service. The
> question is while we use this plugin, it can not work in parallel, we build
> two dedicate http service for testing, suppose there will be two minor
> fragment run on two drillbits. But it always one. And we try to copy code
> snippet from Hbase plugin and Kudu plugin which seem to be related with
> parallelize, but does not work. In HttpGroupScan.java the parameter
> “endpoints” of function “applyAssignments” is always one, is it the root
> cause, and how to set it?
>
>
>
>
>
>
>
> 谢谢,
> 谈晟@数据业务部
>
> 邮件免责申明----- 该电子邮件中的信息是保密的,除收件人外任何人无权访问此电子邮件。
> 如果您不是收件人,公开、复制、分发或基于此封邮件的任何行动,都是禁止的,并可能是违法的。该邮件包含的任何意见与建议均应遵循上汽集团关于信息传递与保密
> 的制度或规定。除经上汽集团信函以正式书面方式确认外,任何相关的内容或信息不得作为正式依据。 Email Disclaimer----- The
> information in this email is confidential and may be legally privileged. It
> is intended solely for the addressee. Access to this email by anyone else
> is unauthorized. If you are not the intended recipient, any disclosure,
> copying, distribution or any action taken or omitted to be taken in
> reliance on it, is prohibited and may be unlawful. Any opinions or advice
> contained in this email are subject to the terms and conditions expressed
> in the governing SAICMOTOR client engagement letter and should not be
> relied upon unless they are confirmed in writing on SAICMOTOR's letterhead.
>