You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2016/04/14 07:56:25 UTC

[jira] [Created] (ATLAS-666) PropertyUtil and XMLPropertiesUtil changes improve to performance

Nixon Rodrigues created ATLAS-666:
-------------------------------------

             Summary: PropertyUtil and XMLPropertiesUtil changes improve to performance
                 Key: ATLAS-666
                 URL: https://issues.apache.org/jira/browse/ATLAS-666
             Project: Atlas
          Issue Type: Bug
    Affects Versions: 0.7-incubating
            Reporter: Nixon Rodrigues
            Assignee: Nixon Rodrigues
            Priority: Minor
             Fix For: 0.7-incubating


>From comments on ATLAS-494. Creating this JIRA to optimize the code. 

# In class PropertiesUtil : Using Properties instead of a HashMap will probably cut down a lot of code in the getProperty and related methods.
# In class XMLPropertiesUtil : The file format with property elements having name and value children seems very similar to Hadoop configuration. Maybe the Hadoop Configuration object itself can be reused here. 




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