Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-601

client fails to resolve master hostname when not using fully qualified domain name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.4.1, 1.5.0
    • client
    • None
    • Cloud was upgraded from Cloudbase 1.3.4 to Accumulo 1.3.5 and then upgraded to accumulo 1.4.0. Hadoop version is 0.20.2r911707

    Description

      After upgrade I am unable to create or delete a table via java using either the
      conn.tableOperations().delete(tableName);

      and/or

      conn.tableOperations().create(tableName);

      The error presents itself by hanging the code when it executes this line in the code.

      Important:

      Table scans via java are working fine.
      Table mutations via java also work fine.

      The same user account can create and deleted the table via accumulo shell.

      The cause of the code hanging cannot be determined further since there is nothing in the Eclipse logs or Server logs that provide any more information.

      I can verify that the connection to Zookeeper completes successfully... however there is no indication after that on the Server side that a call is being made to Accumulo to create/delete the table.

      Attachments

        Activity

          People

            kturner Keith Turner
            pines Steven Pine
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: