[jira] [Created] (DRILL-4673) Implement "DROP TABLE IF EXISTS" for drill to prevent FAILED status on command return

2016-05-12 Thread Vitalii Diravka (JIRA)
Vitalii Diravka created DRILL-4673: -- Summary: Implement "DROP TABLE IF EXISTS" for drill to prevent FAILED status on command return Key: DRILL-4673 URL: https://issues.apache.org/jira/browse/DRILL-4673

drill hbase logical plan with group by

2016-05-12 Thread qiang li
Dear, Please help me, recently I met a issue when I test drill with hbase. I tested two sqls, one return the wrong result and the other return correct result. the wrong sql: select CONVERT_FROM(a.`v`.`e0`, 'UTF8') as k, count(a.`v`.`e0`) p from hbase.browser_action2 a where a.row_key >'0' group

[GitHub] drill pull request: DRILL-4514 : Add describe schema ...

2016-05-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the pull request: https://github.com/apache/drill/pull/436#issuecomment-218763967 @jinfengni, I agree that it could be useful to display content shown in webui storage tab as well. I have added new column `properties` which will contai

[GitHub] drill pull request: DRILL-4514 : Add describe schema ...

2016-05-12 Thread jinfengni
Github user jinfengni commented on the pull request: https://github.com/apache/drill/pull/436#issuecomment-218786032 @arina-ielchiieva , 1. the link you posted is actually not a public document. People in the community could not see the content. You may paste some discussion to the

[GitHub] drill pull request: DRILL-4514 : Add describe schema ...

2016-05-12 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the pull request: https://github.com/apache/drill/pull/436#issuecomment-218793124 By default physical location is returned as INFORMATION UNAVAILABLE (as defined in AbstractStoragePlugin.getPhysicalLocation method). When adding new storage plu

Drill & Caravel

2016-05-12 Thread Neeraja Rentachintala
Hi Folks Caravel is nice visualization tool recently open sourced by airbnb. Did anyone try to integrate Drill and/or interested in contributing to making this work with Drill. https://github.com/airbnb/caravel -Thanks Neeraja

[GitHub] drill pull request: DRILL-4143: Fix inconsistency in writing metad...

2016-05-12 Thread parthchandra
Github user parthchandra commented on the pull request: https://github.com/apache/drill/pull/470#issuecomment-218830828 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

Re: drill hbase logical plan with group by

2016-05-12 Thread Jinfeng Ni
Can you post the complete plan for the wrong result case? >From the part for SCAN, it's not clear that it might produce wrong result. The columns=[*] is not performance optimal, but it does not mean the plan would produce wrong result. In particular, you may check the physical plan in JSON string

[GitHub] drill pull request: DRILL-4573: Zero copy LIKE, REGEXP_MATCHES, SU...

2016-05-12 Thread jinfengni
Github user jinfengni commented on the pull request: https://github.com/apache/drill/pull/458#issuecomment-218839576 @jcmcote I'll review your new patch if it's ready. Can you please submit the new patch as a new PR (or maybe I miss some part of conversation and just cou

[GitHub] drill pull request: DRILL-4514 : Add describe schema ...

2016-05-12 Thread jinfengni
Github user jinfengni commented on the pull request: https://github.com/apache/drill/pull/436#issuecomment-218841649 I'm not talking about implementation side (AbstractStoragePlugin.getPhysicalLocation etc). Before we go to implementation, we probably want to define what's the expecte

[GitHub] drill pull request: DRILL-4573: Zero copy LIKE, REGEXP_MATCHES, SU...

2016-05-12 Thread jcmcote
Github user jcmcote commented on the pull request: https://github.com/apache/drill/pull/458#issuecomment-218909995 I have attached the patch to the Jira ticket. I'm not sure of the usual process.. but from what I was reading we can create patches and attache them to Jira t