RE: Azure Blob Storage Plugin configuration

2016-08-05 Thread Kumiko Yada
Maxim, Here is the article on how to configuration Azure Blob Storage (aka WASB) as a Drill Data Source. https://blogs.msdn.microsoft.com/data_otaku/2016/05/30/configuration-of-azure-blob-storage-aka-wasb-as-a-drill-data-source/ -Kumiko -Original Message- From: Maxim Tkachenko

Connecting Drill to WebHdfs

2016-08-02 Thread Kumiko Yada
Hi all, Does the Drill support connect to WebHdfs? Could you share the storage config if this is supported? Thanks Kumiko

Drill 1.7 release date

2016-04-14 Thread Kumiko Yada
Hello, Is the Drill 1.7 going to be released this month? Thanks Kumiko

NullPointerException querying Hbase

2016-03-23 Thread Kumiko Yada
Hello, We are getting the NullPointerException error by querying Hbase. There was no error fund by hbase hbck -detail and hbase scan return the top 100 rows. Does anyone have idea what might be causing this? Callstacks: [Error Id: d88c10f9-1247-476b-9e90-232cbb4cb5a0 on xxx.corp:1]

RE: Drill query does not return all results from HBase

2016-03-22 Thread Kumiko Yada
..@gmail.com] Sent: Monday, March 21, 2016 1:08 PM To: Kevin Verhoeven <kevin.verhoe...@ds-iq.com> Cc: user@drill.apache.org; Kumiko Yada <kumiko.y...@ds-iq.com>; d...@drill.apache.org; altekruseja...@gmail.com; Ki Kang <ki.k...@ds-iq.com> Subject: Re: Drill query does not return all

Couchbase plugin

2016-03-22 Thread Kumiko Yada
Hello, Is anyone using the Couchbase plugin on github (https://github.com/jacques-n/drill-couchbase-plugin)? This plugin was written 2 years ago. Are there any newer versions? Thanks Kumiko

RE: Drill query does not return all results from HBase

2016-03-19 Thread Kumiko Yada
and the incorrect executions? Regards, aditya... On Fri, Feb 19, 2016 at 12:34 PM, Kumiko Yada <kumiko.y...@ds-iq.com> wrote: > Hello, > > Does anyone have any update on this issue, > https://issues.apache.org/jira/browse/DRILL-4271? Are there any plan > that this

RE: Drill query does not return all results from HBase

2016-03-19 Thread Kumiko Yada
opened the JIRA for this issue? Have you investigated/fixed this issue? Thanks Kumiko From: Aditya [mailto:adityakish...@gmail.com] Sent: Thursday, March 17, 2016 3:02 PM To: Kumiko Yada <kumiko.y...@ds-iq.com> Cc: user@drill.apache.org; d...@drill.apache.org; altekruseja...@gmail.com; Ki

RE: Drill query does not return all results from HBase

2016-02-19 Thread Kumiko Yada
Hello, Does anyone have any update on this issue, https://issues.apache.org/jira/browse/DRILL-4271? Are there any plan that this would be investigated/fixed? Thanks Kumiko -Original Message- From: Kumiko Yada [mailto:kumiko.y...@ds-iq.com] Sent: Thursday, January 14, 2016 3:44 PM

RE: Can't build the custom files for Apache Drill 1.5.0

2016-02-17 Thread Kumiko Yada
It worked with –U flag, thanks! -Kumiko From: Jason Altekruse [mailto:altekruseja...@gmail.com] Sent: Wednesday, February 17, 2016 12:27 PM To: user <user@drill.apache.org> Cc: Kumiko Yada <kumiko.y...@ds-iq.com>; Ki Kang <ki.k...@ds-iq.com>; Kevin Verhoeven <kevin.verhoe.

RE: Can't build the custom files for Apache Drill 1.5.0

2016-02-17 Thread Kumiko Yada
po yet. > > @Jason would know what's happening the best as he was the release > manager for 1.5. > > > 1: > http://mvnrepository.com/artifact/org.apache.drill.exec/drill-java-exe > c > > On Wed, Feb 17, 2016 at 10:46 AM, Kumiko Yada <kumiko.y...@ds-iq.com> > wro

Can't build the custom files for Apache Drill 1.5.0

2016-02-17 Thread Kumiko Yada
Hello, I tried to build the custom functions for Drill 1.5.0, but I got the following error. I opened the bug, https://issues.apache.org/jira/browse/DRILL-4394. Failure to find org.apache.drill.exec:drill-java-exec:jar:1.5.0 in http://repo.maven.apache.org/maven2 was cached in the local

Re: DATA_WRITE ERROR: Failed to drop table

2016-01-28 Thread Kumiko Yada
m what version of Maven you were running. It seems like some older versions of Maven have a bug that shows with our new build. (I've seen the problem on maven 3.0.5). thanks, jacques -- Jacques Nadeau CTO and Co-Founder, Dremio On Thu, Jan 28, 2016 at 7:29 PM, Kumiko Yada <kumiko.y...@ds-iq.c

DATA_WRITE ERROR: Failed to drop table

2016-01-22 Thread Kumiko Yada
Hello, I created the table using CREATE TABLE AS (CTAS) command, then I tried to DROP this directory with DROP TABLE command, I'm getting the error "DATA_WRITE ERROR: Failed to drop table". I verified that I have a full permission to the directory. Has anyone seen this? Thanks Kumiko

RE: DATA_WRITE ERROR: Failed to drop table

2016-01-22 Thread Kumiko Yada
iled to drop table Is there another stack trace after this line? This stack trace is actually very generic in Drill, it's just the codepath taken when a client receives a message. I was looking for an error from the filesystem itself. On Fri, Jan 22, 2016 at 3:57 PM, Kumiko Yada <kumiko.y...@ds-iq.com> w

RE: DATA_WRITE ERROR: Failed to drop table

2016-01-22 Thread Kumiko Yada
Are either of these followed by a "Caused by" section with another stacktrace? On Fri, Jan 22, 2016 at 4:03 PM, Kumiko Yada <kumiko.y...@ds-iq.com> wrote: > Yes. > > org.apache.drill.common.exceptions.UserRemoteException: DATA_WRITE ERROR: > Failed to drop table > > > [E

RE: DATA_WRITE ERROR: Failed to drop table

2016-01-22 Thread Kumiko Yada
this message is produced, there was likely a lower level filesystem error that was not related to permissions. Can you check the logs for more info? The error message you see on the command line should have an error ID you can use to search the logs. - Jason On Fri, Jan 22, 2016 at 3:22 PM, Kumiko Yad

RE: Drill query does not return all results from HBase

2016-01-13 Thread Kumiko Yada
I opened the bug on this. The drill is returning the correct rows when the hbase contains 5 or less columns, but not 6 or more columns. https://issues.apache.org/jira/browse/DRILL-4271 Thanks Kumiko -Original Message- From: Kumiko Yada [mailto:kumiko.y...@ds-iq.com] Sent: Wednesday

Drill Azure Blob Storage Plugin

2015-12-14 Thread Kumiko Yada
Is there an Azure Blob Storage Plugin for Apache Drill? I'm looking for a solution that can be done without configuring Hadoop to access Azure blob (http://hadoop.apache.org/docs/r2.7.0/hadoop-azure/index.html). Thanks Kumiko