[
https://issues.apache.org/jira/browse/PHOENIX-5617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16996708#comment-16996708
]
Lars Hofhansl edited comment on PHOENIX-5617 at 12/15/19 12:20 PM:
-------------------------------------------------------------------
OK... Debugged it. There are two options it seems:
# register the test driver url
# remove the test=true from url when setting up the minicluster
Not sure which one is better. #1 might be indicated since we're creating a
cluster via HBaseTestingUtility anyway, #2 because we're trying to create a
real sandbox.
was (Author: lhofhansl):
OK... Debugged it. There are two options it seems:
# register the test driver url
# remove the test=true from url when setting up the minicluster
Not sure which one is better.
> Phoenix Sandbox is missing the Phoenix JDBC driver.
> ---------------------------------------------------
>
> Key: PHOENIX-5617
> URL: https://issues.apache.org/jira/browse/PHOENIX-5617
> Project: Phoenix
> Issue Type: Test
> Reporter: Lars Hofhansl
> Priority: Major
> Fix For: 4.15.1
>
>
> Various operation throw the following (or similar):
> {code:java}
> org.apache.hadoop.hbase.DoNotRetryIOException: ERROR 0 (08001): No suitable
> driver found for jdbc:phoenix:localhost:56930:/hbase;test=true{code}
> For example creating a table with a 4.14 client, or creating a local index
> (any client), and many more.
> If we had a more functional sandbox we can use that for some external testing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)