You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Kevin Innerebner (Jira)" <ji...@apache.org> on 2020/06/22 10:28:00 UTC

[jira] [Created] (SYSTEMML-2566) Replace federated connection string creation with Util function

Kevin Innerebner created SYSTEMML-2566:
------------------------------------------

             Summary: Replace federated connection string creation with Util function
                 Key: SYSTEMML-2566
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2566
             Project: SystemDS
          Issue Type: Improvement
            Reporter: Kevin Innerebner


Currently some federated tests use string creation like:
{code:java}
"\"localhost:" + port + "/" + input("A") + "\""{code}
Instead it should use the TestUtil function
{code:java}
TestUtils.federatedAddress("localhost", port, input("A")){code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)