You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/04/25 15:39:06 UTC

[GitHub] [drill] kingswanwho opened a new pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

kingswanwho opened a new pull request #2204:
URL: https://github.com/apache/drill/pull/2204


   # [DOC UPDATE] Apache-drill-contribution-ideas.md and 050-value-vectors.md update  
   This is a doc update for apache-drill-contribution-ideas.md & 050-value-vectors.md, No JIRA issue filed here
   
   ## Description  
   For apache-drill-contribution-ideas.md:  
   - Plugins for Cassandra and Elasticsearch have been developed.
   
   For 050-value-vectors.md:
   - Removed bad links for Operators and Record Batch.
   
   ## Documentation
   This PR updates Apache-drill-contribution-ideas.md and 050-value-vectors.md.
   
   ## Testing
   None, this is a doc update.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
cgivre commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622162884



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       Sure... Please add to the list!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] luocooong commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
luocooong commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622168113



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       @Leon-WTF Nice idea. then you can create a JIRA about the `Add Storage Plugin for Clickhouse` directly, we assign to you.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
dzamo commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622179659



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       Clickhouse runs SQL, even if their dialect does also include a good serving of nonstandard stuff, and has a JDBC driver so I think that it should already work to a significant extent...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] Leon-WTF commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
Leon-WTF commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622138237



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       what about clickhouse?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
cgivre commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r619835445



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)
+  * Search engines (such as Solr, Lucidworks etc)
   * SQL databases (MySQL< PostGres etc)
   * Generic JDBC/ODBC data sources
   * HTTP URL

Review comment:
       Since this was written, most of these are done... You can query most relational DBs via the JDBC plugin.  We don't have a generic ODBC plugin, so maybe leave that.  We do have an HTTP URL plugin. 

##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -12,9 +12,6 @@ parent: "Contribute to Drill"
     * BI Tool testing
   * General CLI improvements 
   * Eco system integrations
-    * MapReduce
-    * Hive views
-    * YARN
     * Spark
     * Hue

Review comment:
       Hue?  

##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       Mongo is implemented.... maybe remove?  There actually is a Couchbase plugin out there also that someone implemented.  I've been trying to get them to commit that. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] kingswanwho closed pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
kingswanwho closed pull request #2204:
URL: https://github.com/apache/drill/pull/2204


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
cgivre commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r619835445



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)
+  * Search engines (such as Solr, Lucidworks etc)
   * SQL databases (MySQL< PostGres etc)
   * Generic JDBC/ODBC data sources
   * HTTP URL

Review comment:
       Since this was written, most of these are done... You can query most relational DBs via the JDBC plugin.  We don't have a generic ODBC plugin, so maybe leave that.  We do have an HTTP URL plugin. 

##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -12,9 +12,6 @@ parent: "Contribute to Drill"
     * BI Tool testing
   * General CLI improvements 
   * Eco system integrations
-    * MapReduce
-    * Hive views
-    * YARN
     * Spark
     * Hue

Review comment:
       Hue?  

##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       Mongo is implemented.... maybe remove?  There actually is a Couchbase plugin out there also that someone implemented.  I've been trying to get them to commit that. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] kingswanwho commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
kingswanwho commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622348488



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -12,9 +12,6 @@ parent: "Contribute to Drill"
     * BI Tool testing
   * General CLI improvements 
   * Eco system integrations
-    * MapReduce
-    * Hive views
-    * YARN
     * Spark
     * Hue

Review comment:
       Because of the reason I submitted two commits by accident, I will close this PR, and use two different PR for apache-drill-contribution-ideas.md and 050-value-vectors.md Update respectively.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] kingswanwho commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
kingswanwho commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622331267



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       Sorry for the misunderstand, I push two different commits together, and I will roll back the update of apache-drill-contribution-ideas.md, and we could use another PR to update it specificly.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] kingswanwho commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
kingswanwho commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622332486



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)
+  * Search engines (such as Solr, Lucidworks etc)
   * SQL databases (MySQL< PostGres etc)
   * Generic JDBC/ODBC data sources
   * HTTP URL

Review comment:
       Sure, I will change back this part, and use another PR for the update of apache-drill-contribution-ideas.md.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on a change in pull request #2204: [DOC UPDATE] Apache-drill-contribution-ideas.md And 050-value-vectors.md Update

Posted by GitBox <gi...@apache.org>.
cgivre commented on a change in pull request #2204:
URL: https://github.com/apache/drill/pull/2204#discussion_r622163263



##########
File path: _docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md
##########
@@ -84,8 +77,8 @@ Initially, concentrate on basics:
 
 Implement custom storage plugins for the following non-Hadoop data sources:
 
-  * NoSQL databases (such as Mongo, Cassandra, Couch etc)
-  * Search engines (such as Solr, Lucidworks, Elastic Search etc)
+  * NoSQL databases (such as Mongo, Couch etc)

Review comment:
       I'd also add better support for streaming data such as Apache Flink and Pulsar.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org