[ 
https://issues.apache.org/jira/browse/PHOENIX-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Dimiduk updated PHOENIX-2005:
----------------------------------
    Attachment: PHOENIX-2005.addendum.00.patch

Here's a patch that addresses a couple more variations on zk quorum strings, 
including the case that's created by {{CsvBulkLoadToolIT}}. That test is broken 
on master before my initial patch from this ticket, failing due to

{noformat}
testBasicImport(org.apache.phoenix.mapreduce.CsvBulkLoadToolIT)  Time elapsed: 
7.605 sec  <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at 
org.apache.phoenix.mapreduce.CsvBulkLoadToolIT.testBasicImport(CsvBulkLoadToolIT.java:110)
{noformat}

apparently due to

{noformat}
2015-05-26 17:45:54,876 ERROR [phoenix-3-thread-0] 
org.apache.phoenix.mapreduce.CsvBulkLoadTool$TableLoader(526): Import job on 
table=TABLE1 failed due to exception:java.lang.IllegalArgumentException: Can 
not create a Path from a null string
{noformat}

> Connection utilities omit zk client port, parent znode
> ------------------------------------------------------
>
>                 Key: PHOENIX-2005
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2005
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>             Fix For: 5.0.0, 4.5.0
>
>         Attachments: PHOENIX-2005.00.patch, PHOENIX-2005.01.patch, 
> PHOENIX-2005.addendum.00.patch
>
>
> Our config parsing utilities assume the zookeeper quorum server list is 
> sufficient for connecting to HBase. This not the case and should not be 
> assumed; take into account client port and znode parent. See conversation 
> over on PHOENIX-1980.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to