[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089397#comment-15089397 ] ASF subversion and git services commented on SOLR-8479: --- Commit 1723749 from

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089404#comment-15089404 ] Jason Gerlowski commented on SOLR-8479: --- This looks awesome. Only comment would be that we might

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089412#comment-15089412 ] Dennis Gove commented on SOLR-8479: --- I think a test like that is a great idea. I'll add it at some point

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089484#comment-15089484 ] Joel Bernstein commented on SOLR-8479: -- This is a great ticket! One thing we can think about doing in

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-07 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088589#comment-15088589 ] Dennis Gove commented on SOLR-8479: --- This is ready to go. I intend to commit to trunk either tonight or

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-04 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15081873#comment-15081873 ] Dennis Gove commented on SOLR-8479: --- I intend to add a few more tests for failure scenarios and for

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076532#comment-15076532 ] Joel Bernstein commented on SOLR-8479: -- +1 Some great possibilities here. One I really like is

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076690#comment-15076690 ] Joel Bernstein commented on SOLR-8479: -- We can probably just make the driver class name optional. If

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076667#comment-15076667 ] Joel Bernstein commented on SOLR-8479: -- {code} String zkHost = zkServer.getZkAddress();

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-02 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076668#comment-15076668 ] Dennis Gove commented on SOLR-8479: --- I considered that but I wanted to be sure the test covered non-Solr

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-02 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15076665#comment-15076665 ] Joel Bernstein commented on SOLR-8479: -- You could also use Solr's JDBC driver. > Add JDBCStream for