[jira] [Updated] (SOLR-8179) SQL JDBC - DriverImpl loadParams doesn't support keys with no values in the connection string

2015-10-21 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8179: --- Attachment: SOLR-8179.patch This patch addresses a few issues with DriverImpl to remove the manual

[jira] [Created] (SOLR-8191) CloudSolrStream close method NullPointerException

2015-10-23 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8191: -- Summary: CloudSolrStream close method NullPointerException Key: SOLR-8191 URL: https://issues.apache.org/jira/browse/SOLR-8191 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-8190) Implement Closeable on TupleStream

2015-10-23 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971072#comment-14971072 ] Kevin Risden commented on SOLR-8190: Found that CloudSolrStream yields two NullPointerExceptions when

[jira] [Commented] (SOLR-8180) Missing logging dependency in solrj-lib for SolrJ

2015-10-22 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14969566#comment-14969566 ] Kevin Risden commented on SOLR-8180: in solr/solrj/ivy.xml there are two slf4j dependencies tagged for

[jira] [Updated] (SOLR-8180) Missing logging dependency in solrj-lib for SolrJ

2015-10-22 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8180: --- Description: When using DBVisualizer, SquirrelSQL, or Java JDBC with the Solr JDBC driver, an

[jira] [Commented] (SOLR-7986) JDBC Driver for SQL Interface

2015-10-21 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14967445#comment-14967445 ] Kevin Risden commented on SOLR-7986: [~susheel2...@gmail.com] I worked on some of the DriverImpl logic

[jira] [Commented] (SOLR-8180) Missing logging dependency in solrj-lib for SolrJ

2015-10-22 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14970032#comment-14970032 ] Kevin Risden commented on SOLR-8180: If there are no test dependencies in solr/solrj/ivy.xml I receive

[jira] [Commented] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976524#comment-14976524 ] Kevin Risden commented on SOLR-8216: This patch doesn't seem to address all cases since

[jira] [Updated] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8216: --- Attachment: SOLR-8216.patch This version of the patch moves the admin path check to a method. I found

[jira] [Updated] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8216: --- Attachment: SOLR-8216.patch This patch addresses adding INFO_HANDLER_PATH to ADMIN_PATHS. Should

[jira] [Commented] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14976754#comment-14976754 ] Kevin Risden commented on SOLR-8216: Currently I'm trying to use GenericSolrRequest and then the path

[jira] [Commented] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977021#comment-14977021 ] Kevin Risden commented on SOLR-8216: Yea that makes sense. The part that wasn't entirely clear to me

[jira] [Resolved] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-8216. Resolution: Invalid > CloudSolrClient cannot query /admin/info >

[jira] [Commented] (SOLR-8125) Umbrella ticket for Streaming and SQL issues

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977054#comment-14977054 ] Kevin Risden commented on SOLR-8125: [~joel.bernstein] I've had a little time to look through the

[jira] [Updated] (SOLR-8213) SolrJ JDBC support authentication

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8213: --- Issue Type: Improvement (was: Bug) > SolrJ JDBC support authentication >

[jira] [Updated] (SOLR-8138) Simple UI for issuing SQL queries

2015-10-27 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8138: --- Attachment: SOLR-8138.patch Here is a quick patch that enables a SQL tab and test interface for Solr

[jira] [Created] (SOLR-8216) CloudSolrClient cannot query /admin/info

2015-10-27 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8216: -- Summary: CloudSolrClient cannot query /admin/info Key: SOLR-8216 URL: https://issues.apache.org/jira/browse/SOLR-8216 Project: Solr Issue Type: Bug

[jira] [Created] (SOLR-8213) SolrJ JDBC support authentication

2015-10-26 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8213: -- Summary: SolrJ JDBC support authentication Key: SOLR-8213 URL: https://issues.apache.org/jira/browse/SOLR-8213 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-8213) SolrJ JDBC support authentication

2015-10-26 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14974792#comment-14974792 ] Kevin Risden commented on SOLR-8213: Currently the way that the authentication in SolrJ is setup is

[jira] [Created] (SOLR-8190) Implement Closeable on TupleStream

2015-10-23 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8190: -- Summary: Implement Closeable on TupleStream Key: SOLR-8190 URL: https://issues.apache.org/jira/browse/SOLR-8190 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-8190) Implement Closeable on TupleStream

2015-10-23 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8190: --- Attachment: SOLR-8190.patch > Implement Closeable on TupleStream > --

[jira] [Updated] (SOLR-8191) CloudSolrStream close method NullPointerException

2015-10-23 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8191: --- Attachment: SOLR-8191.patch > CloudSolrStream close method NullPointerException >

[jira] [Commented] (SOLR-8190) Implement Closeable on TupleStream

2015-10-23 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14971077#comment-14971077 ] Kevin Risden commented on SOLR-8190: Fixed stream tests to use assertEquals methods instead of

[jira] [Commented] (SOLR-8180) Missing commons-logging dependency in solrj-lib for SolrJ

2015-10-22 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14969134#comment-14969134 ] Kevin Risden commented on SOLR-8180: I understand that configuring logging can be specific to ones

[jira] [Created] (SOLR-8179) SQL JDBC - DriverImpl loadParams doesn't support keys with no values in the connection string

2015-10-21 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8179: -- Summary: SQL JDBC - DriverImpl loadParams doesn't support keys with no values in the connection string Key: SOLR-8179 URL: https://issues.apache.org/jira/browse/SOLR-8179

[jira] [Created] (SOLR-8180) Missing commons-logging dependency in solrj-lib for SolrJ

2015-10-21 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8180: -- Summary: Missing commons-logging dependency in solrj-lib for SolrJ Key: SOLR-8180 URL: https://issues.apache.org/jira/browse/SOLR-8180 Project: Solr Issue Type:

[jira] [Updated] (SOLR-8180) Missing commons-logging dependency in solrj-lib for SolrJ

2015-10-21 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8180: --- Attachment: SOLR-8180.patch > Missing commons-logging dependency in solrj-lib for SolrJ >

[jira] [Commented] (SOLR-8260) Use NIO2 APIs in core discovery

2015-11-12 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002074#comment-15002074 ] Kevin Risden commented on SOLR-8260: [~romseygeek] I see that you are going through and fixing a bunch

[jira] [Commented] (SOLR-8260) Use NIO2 APIs in core discovery

2015-11-12 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15002477#comment-15002477 ] Kevin Risden commented on SOLR-8260: Probably makes sense to look over at SOLR-8282 that [~romseygeek]

[jira] [Commented] (SOLR-8138) Simple UI for issuing SQL queries

2015-11-02 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985208#comment-14985208 ] Kevin Risden commented on SOLR-8138: It is a clone of the query tab. I agree the patch I posted isn't a

[jira] [Commented] (SOLR-8190) Implement Closeable on TupleStream

2015-12-16 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15061076#comment-15061076 ] Kevin Risden commented on SOLR-8190: The getTuples method was added recently which is the only place

[jira] [Commented] (SOLR-8190) Implement Closeable on TupleStream

2015-12-17 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15062152#comment-15062152 ] Kevin Risden commented on SOLR-8190: So I put more thought into this last night and since TupleStream

[jira] [Commented] (SOLR-8191) CloudSolrStream close method NullPointerException

2015-12-16 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15060016#comment-15060016 ] Kevin Risden commented on SOLR-8191: [~gerlowskija] I hadn't looked for other places to do null-checks

[jira] [Commented] (SOLR-8190) Implement Closeable on TupleStream

2015-12-16 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15060019#comment-15060019 ] Kevin Risden commented on SOLR-8190: [~gerlowskija] Thanks for taking a look. I think the above JIRA

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087540#comment-15087540 ] Kevin Risden commented on SOLR-8184: {quote} 1.) Totally drop the first test (since it already has

[jira] [Created] (SOLR-8527) Improve JdbcTest to cleanup properly on failures

2016-01-08 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8527: -- Summary: Improve JdbcTest to cleanup properly on failures Key: SOLR-8527 URL: https://issues.apache.org/jira/browse/SOLR-8527 Project: Solr Issue Type:

[jira] [Commented] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089599#comment-15089599 ] Kevin Risden commented on SOLR-8502: Here are some of the JIRAs are that are ready for review. *

[jira] [Created] (SOLR-8529) Improve JdbcTest to not use plain assert statements

2016-01-08 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8529: -- Summary: Improve JdbcTest to not use plain assert statements Key: SOLR-8529 URL: https://issues.apache.org/jira/browse/SOLR-8529 Project: Solr Issue Type:

[jira] [Commented] (SOLR-8529) Improve JdbcTest to not use plain assert statements

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089810#comment-15089810 ] Kevin Risden commented on SOLR-8529: Builds upon improvements from SOLR-8527. > Improve JdbcTest to

[jira] [Updated] (SOLR-8509) Determine test strategy and add tests for JDBC driver metadata.

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8509: --- Flags: Patch > Determine test strategy and add tests for JDBC driver metadata. >

[jira] [Comment Edited] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089599#comment-15089599 ] Kevin Risden edited comment on SOLR-8502 at 1/8/16 9:21 PM: Here are some of

[jira] [Updated] (SOLR-8529) Improve JdbcTest to not use plain assert statements

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8529: --- Attachment: SOLR-8529.patch Changes assert statements to assertTrue, assertFalse, and assertEquals as

[jira] [Updated] (SOLR-8529) Improve JdbcTest to not use plain assert statements

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8529: --- Flags: Patch > Improve JdbcTest to not use plain assert statements >

[jira] [Updated] (SOLR-8527) Improve JdbcTest to cleanup properly on failures

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8527: --- Flags: Patch > Improve JdbcTest to cleanup properly on failures >

[jira] [Updated] (SOLR-8509) Determine test strategy and add tests for JDBC driver metadata.

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8509: --- Attachment: SOLR-8509.patch Idea for testing JDBC driver metadata. Currently this has some tests for

[jira] [Updated] (SOLR-8527) Improve JdbcTest to cleanup properly on failures

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8527: --- Attachment: SOLR-8527.patch This patch uses try-with-resources on the JDBC connections, statements,

[jira] [Commented] (SOLR-8508) Implement DatabaseMetaDataImpl.getCatalogs()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088024#comment-15088024 ] Kevin Risden commented on SOLR-8508: Need to figure out best way to return a java.sql.ResultSet since

[jira] [Commented] (SOLR-8511) Implement DatabaseMetaDataImpl.getURL()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088036#comment-15088036 ] Kevin Risden commented on SOLR-8511: Requires SOLR-8503 to be merged first. > Implement

[jira] [Updated] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8503: --- Flags: Patch > Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and >

[jira] [Updated] (SOLR-8511) Implement DatabaseMetaDataImpl.getURL()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8511: --- Flags: Patch > Implement DatabaseMetaDataImpl.getURL() > --- > >

[jira] [Created] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8512: -- Summary: Implement minimal set of get* methods in ResultSetImpl Key: SOLR-8512 URL: https://issues.apache.org/jira/browse/SOLR-8512 Project: Solr Issue Type:

[jira] [Created] (SOLR-8514) Implement StatementImpl.execute(String sql) and StatementImpl.getResultSet()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8514: -- Summary: Implement StatementImpl.execute(String sql) and StatementImpl.getResultSet() Key: SOLR-8514 URL: https://issues.apache.org/jira/browse/SOLR-8514 Project: Solr

[jira] [Commented] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088070#comment-15088070 ] Kevin Risden commented on SOLR-8502: Laid out an initial set of subtasks and an approximate order. Most

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl for column indices

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Summary: Implement minimal set of get* methods in ResultSetImpl for column indices (was: Implement

[jira] [Created] (SOLR-8517) Implement minimal set of get* methods in ResultSetImpl for column names

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8517: -- Summary: Implement minimal set of get* methods in ResultSetImpl for column names Key: SOLR-8517 URL: https://issues.apache.org/jira/browse/SOLR-8517 Project: Solr

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl for column indices

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Description: SQL clients use the proper get* methods on the ResultSet to return items to be

[jira] [Commented] (SOLR-8518) Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088091#comment-15088091 ] Kevin Risden commented on SOLR-8518: Requires ResultSetMetaDataImpl class from SOLR-8513 to be merged

[jira] [Created] (SOLR-8518) Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8518: -- Summary: Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName Key: SOLR-8518 URL: https://issues.apache.org/jira/browse/SOLR-8518 Project: Solr

[jira] [Closed] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden closed SOLR-8506. -- Resolution: Invalid > Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and >

[jira] [Commented] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087996#comment-15087996 ] Kevin Risden commented on SOLR-8506: rolling this into SOLR-8507. > Implement

[jira] [Created] (SOLR-8509) Determine test stragey and add tests for JDBC driver metadata.

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8509: -- Summary: Determine test stragey and add tests for JDBC driver metadata. Key: SOLR-8509 URL: https://issues.apache.org/jira/browse/SOLR-8509 Project: Solr Issue

[jira] [Created] (SOLR-8510) Implement DatabaseMetaDataImpl.getSchemas()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8510: -- Summary: Implement DatabaseMetaDataImpl.getSchemas() Key: SOLR-8510 URL: https://issues.apache.org/jira/browse/SOLR-8510 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-8510) Implement DatabaseMetaDataImpl.getSchemas()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088038#comment-15088038 ] Kevin Risden commented on SOLR-8510: Requires SOLR-8503 to be merged first. > Implement

[jira] [Updated] (SOLR-8507) Add information about database product name, product version, driver name, and driver version.

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8507: --- Flags: Patch > Add information about database product name, product version, driver name, > and

[jira] [Created] (SOLR-8513) Implement ResultSetImpl.getMetaData()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8513: -- Summary: Implement ResultSetImpl.getMetaData() Key: SOLR-8513 URL: https://issues.apache.org/jira/browse/SOLR-8513 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-8516) Implement ResultSetImpl.getStatement

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8516: -- Summary: Implement ResultSetImpl.getStatement Key: SOLR-8516 URL: https://issues.apache.org/jira/browse/SOLR-8516 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-8515) Implement StatementImpl.getConnection

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8515: -- Summary: Implement StatementImpl.getConnection Key: SOLR-8515 URL: https://issues.apache.org/jira/browse/SOLR-8515 Project: Solr Issue Type: Sub-task

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Description: SQL clients use the proper get* methods on the ResultSet to return items to be

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Description: SQL clients use the proper get* methods on the ResultSet to return items to be

[jira] [Updated] (SOLR-8213) SolrJ JDBC support authentication

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8213: --- Issue Type: Sub-task (was: Improvement) Parent: SOLR-8502 > SolrJ JDBC support authentication

[jira] [Updated] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8502: --- Description: Currently when trying to connect to Solr with the JDBC driver with a SQL client the

[jira] [Comment Edited] (SOLR-8125) Umbrella ticket for Streaming and SQL issues

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977054#comment-14977054 ] Kevin Risden edited comment on SOLR-8125 at 1/7/16 7:04 PM: [~joel.bernstein]

[jira] [Updated] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8503: --- Attachment: SOLR-8503.patch Initial patch with bare bones implementation of getMetaData and

[jira] [Commented] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087954#comment-15087954 ] Kevin Risden commented on SOLR-8506: 2016-01-07 13:30:10.845 FINE83 [pool-3-thread-10 - E.ᅣチ]

[jira] [Commented] (SOLR-8508) Implement DatabaseMetaDataImpl.getCatalogs()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087965#comment-15087965 ] Kevin Risden commented on SOLR-8508: Requires SOLR-8503 to be merged first. > Implement

[jira] [Commented] (SOLR-8507) Add information about database product name, product version, driver name, and driver version.

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087963#comment-15087963 ] Kevin Risden commented on SOLR-8507: Requires SOLR-8503 to be merged first. > Add information about

[jira] [Updated] (SOLR-8190) Implement Closeable on TupleStream

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8190: --- Attachment: SOLR-8190.patch Added simple patch for just implementing Closeable on TupleStream. >

[jira] [Comment Edited] (SOLR-8125) Umbrella ticket for Streaming and SQL issues

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14977054#comment-14977054 ] Kevin Risden edited comment on SOLR-8125 at 1/7/16 7:03 PM: [~joel.bernstein]

[jira] [Created] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8502: -- Summary: Improve Solr JDBC Driver to support SQL Clients like DBVisualizer Key: SOLR-8502 URL: https://issues.apache.org/jira/browse/SOLR-8502 Project: Solr

[jira] [Updated] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8503: --- Summary: Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

[jira] [Commented] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087905#comment-15087905 ] Kevin Risden commented on SOLR-8503: Product: DbVisualizer Free 9.2.14 [Build #2495] OS: Mac OS X OS

[jira] [Updated] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8503: --- Summary: Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and (was:

[jira] [Commented] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087948#comment-15087948 ] Kevin Risden commented on SOLR-8503: Tests need to be added for this and solve just the two errors

[jira] [Created] (SOLR-8508) Implement DatabaseMetaDataImple.getCatalogs()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8508: -- Summary: Implement DatabaseMetaDataImple.getCatalogs() Key: SOLR-8508 URL: https://issues.apache.org/jira/browse/SOLR-8508 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087961#comment-15087961 ] Kevin Risden commented on SOLR-8506: Requires SOLR-8503 to be merged first. > Implement

[jira] [Updated] (SOLR-8508) Implement DatabaseMetaDataImpl.getCatalogs()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8508: --- Summary: Implement DatabaseMetaDataImpl.getCatalogs() (was: Implement

[jira] [Created] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8503: -- Summary: Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData Key: SOLR-8503 URL: https://issues.apache.org/jira/browse/SOLR-8503 Project: Solr

[jira] [Created] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8506: -- Summary: Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion() Key: SOLR-8506 URL: https://issues.apache.org/jira/browse/SOLR-8506

[jira] [Created] (SOLR-8507) Add information about database product name, product version, driver name, and driver version.

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8507: -- Summary: Add information about database product name, product version, driver name, and driver version. Key: SOLR-8507 URL: https://issues.apache.org/jira/browse/SOLR-8507

[jira] [Created] (SOLR-8520) Implement ResultSetMetaDataImpl getColumnLabel(int column), getColumnName(int column), and getColumnDisplaySize(int column)

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8520: -- Summary: Implement ResultSetMetaDataImpl getColumnLabel(int column), getColumnName(int column), and getColumnDisplaySize(int column) Key: SOLR-8520 URL:

[jira] [Commented] (SOLR-8520) Implement ResultSetMetaDataImpl getColumnLabel(int column), getColumnName(int column), and getColumnDisplaySize(int column)

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088104#comment-15088104 ] Kevin Risden commented on SOLR-8520: Requires ResultSetMetaDataImpl class from SOLR-8513 to be merged

[jira] [Created] (SOLR-8521) Add documentation for how to use Solr JDBC driver with SQL client like DB Visualizer

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8521: -- Summary: Add documentation for how to use Solr JDBC driver with SQL client like DB Visualizer Key: SOLR-8521 URL: https://issues.apache.org/jira/browse/SOLR-8521

[jira] [Updated] (SOLR-8509) Determine test strategy and add tests for JDBC driver metadata.

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8509: --- Summary: Determine test strategy and add tests for JDBC driver metadata. (was: Determine test stragey

[jira] [Updated] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8502: --- Description: Currently when trying to connect to Solr with the JDBC driver with a SQL client the

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl for column indices

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Description: SQL clients use the proper get* methods on the ResultSet to return items to be

[jira] [Created] (SOLR-8519) Implement ResultSetMetaDataImpl.getColumnCount()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8519: -- Summary: Implement ResultSetMetaDataImpl.getColumnCount() Key: SOLR-8519 URL: https://issues.apache.org/jira/browse/SOLR-8519 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-8519) Implement ResultSetMetaDataImpl.getColumnCount()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088105#comment-15088105 ] Kevin Risden commented on SOLR-8519: Requires ResultSetMetaDataImpl class from SOLR-8513 to be merged

[jira] [Updated] (SOLR-8521) Add documentation for how to use Solr JDBC driver with SQL client like DB Visualizer

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8521: --- Description: Currently this requires the following: * a JDBC SQL client program (like DBVisualizer or

[jira] [Updated] (SOLR-8511) Implement DatabaseMetaDataImpl.getURL()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8511: --- Attachment: SOLR-8511.patch Removed for getCollection and use getCatalog instead. > Implement

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2015-11-30 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032092#comment-15032092 ] Kevin Risden commented on SOLR-8184: [~susheel2...@gmail.com] Are the tests that were added here

  1   2   3   4   5   6   7   8   9   10   >