Re: A tutorial on how to write a custom storage plugin

2017-03-15 Thread Paul Rogers
Hi Muhammad, I know of no tutorial. I recently updated the “mock” storage plugin and so have some experience with this interface. You can find my notes at [1]. Unfortunately, creating a storage plugin seems to require a significant commitment of time and effort because you must understand: *

[GitHub] drill pull request #784: DRILL-5355: Misc. code cleanup

2017-03-15 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/784#discussion_r106287797 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/visitor/PrelVisualizerVisitor.java --- @@ -0,0 +1,217 @@ +/* + *

[GitHub] drill pull request #520: DRILL-3510: Add ANSI_QUOTES option so that Drill's ...

2017-03-15 Thread laurentgo
Github user laurentgo commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r106265929 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillDatabaseMetaDataImpl.java --- @@ -184,6 +184,17 @@ private ServerMeta getServerMeta()

[jira] [Created] (DRILL-5357) Partition pruning information not available in query plan for COUNT aggregate query

2017-03-15 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5357: - Summary: Partition pruning information not available in query plan for COUNT aggregate query Key: DRILL-5357 URL: https://issues.apache.org/jira/browse/DRILL-5357

[GitHub] drill pull request #520: DRILL-3510: Add ANSI_QUOTES option so that Drill's ...

2017-03-15 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r106263502 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillDatabaseMetaDataImpl.java --- @@ -184,6 +184,17 @@ private ServerMeta getServerMeta()

[jira] [Resolved] (DRILL-5354) Create CTTAS Documentaion

2017-03-15 Thread Bridget Bevens (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bridget Bevens resolved DRILL-5354. --- Resolution: Fixed Doc is complete and being posted. > Create CTTAS Documentaion >

A tutorial on how to write a custom storage plugin

2017-03-15 Thread Muhammad Gelbana
Everyone, Is there a tutorial on how to write a custom storage plugin to support some sort of a proprietary data source ? I understand I can configure a storage plugin based on pre-shipped storage plugins such as the one for MongoDB, MySQL\JDBC, HBase, Hadoop HDFS..etc, but that's not what I