Re: [HANGOUT] 29th Oct 2018 (9PM PST)

2018-10-29 Thread weijie tong
Hi : Thanks for the invitation. Here is slide: JPPD On Tue, Oct 30, 2018 at 12:12 PM Pritesh Maker wrote: > Hi, > > Apologies for the late notice - we are currently having a Hangout with >

Re: Performance issues while fetching data from Amazon S3

2018-10-29 Thread Pritesh Maker
Jyotsana There was a similar issue reported recently - https://issues.apache.org/jira/browse/DRILL-6814 - It could be related to your use case as well. We are investigating the cause now. Pritesh On Mon, Oct 29, 2018 at 11:56 AM Walia, Jyotsana < jyotsana.wa...@blackrock.com> wrote: > Hi > >

[HANGOUT] 29th Oct 2018 (9PM PST)

2018-10-29 Thread Pritesh Maker
Hi, Apologies for the late notice - we are currently having a Hangout with Weiji Tong (in Beijing) from AliPay who is talking about the JPPD feature that he contributed recently. This hangout replaces the Tuesday 10AM PST hangout for 30th Oct. We will continue with regular time after 2 weeks.

Re: Hbase tables in apache drill not showing up

2018-10-29 Thread Arjun kr
Do you have Zookeeper service running on Drillbit nodes? Try below command from the drillbit node. echo ruok | nc localhost 2181 Please make sure Zookeeper connection settings in storage plugin definition are in sync with the settings in hbase-site.xml used by HBase services. Thanks, Arjun

Performance issues while fetching data from Amazon S3

2018-10-29 Thread Walia, Jyotsana
Hi We have Apache Drill and Zookeeper running in Kubernetes cluster. We are using Drill to fetch data from S3 storage. We are using the S3 plugin for this. We are able to successfully fetch the data but it’s taking way too long. The data size is not more than 2GB. What can we do to improve the

Re: Hbase tables in apache drill not showing up

2018-10-29 Thread Khurram Faraaz
Hi, What is the version of Drill and HBase that you are using ?, Do you see any errors in drillbit.log file ? You will have to enable the HBase storage plugin on Drill web UI, and ensure it is enabled { "type": "hbase", "config": { "hbase.zookeeper.quorum":

Hbase tables in apache drill not showing up

2018-10-29 Thread Schwendimann Thomas I . BSCWI . 1701
Dear Sir or Madam, I am trying to use apache drill to query an hbase table. I uploaded a table "users" through pig. When checking through the hbase shell, I can confirm that the table "users" is there and filled with my data. However, on apache drill there is no hbase table when using the