You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Mandar Ambawane <ma...@freestoneinfotech.com> on 2020/02/13 09:43:38 UTC

Review Request 72128: ATLAS-3614 Add a configuration to specify default classification-propagation flag

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72128/
-----------------------------------------------------------

Review request for atlas, Madhan Neethiraj and Nixon Rodrigues.


Bugs: ATLAS-3614
    https://issues.apache.org/jira/browse/ATLAS-3614


Repository: atlas


Description
-------

Read classification-propagation value from property file


Diffs
-----

  distro/src/conf/atlas-application.properties 7846452 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java 113325d 


Diff: https://reviews.apache.org/r/72128/diff/1/


Testing
-------


Thanks,

Mandar Ambawane


Re: Review Request 72128: ATLAS-3614 Add a configuration to specify default classification-propagation flag

Posted by Madhan Neethiraj <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72128/#review219571
-----------------------------------------------------------




repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java
Line 1866 (original), 1867 (patched)
<https://reviews.apache.org/r/72128/#comment307759>

    Consider replacing call to PropertiesUtil.getBooleanProperty() with an entry in AtlasConfiguration:
    
    - class AtlasConfiguration {
        ...
        CLASSIFICATION_PROPAGATION_DEFAULT("atlas.classification.propagation.default", true),
        ...
      }
    
    - class EntityGraphMapper {
        ...
        boolean static boolean CLASSIFICATION_PROPAGATION_DEFAULT = AtlasConfiguration.CLASSIFICATION_PROPAGATION_DEFAULT.getBoolean();
        ...
    
    - line #1867:
        propagateTags = CLASSIFICATION_PROPAGATION_DEFAULT;


- Madhan Neethiraj


On Feb. 13, 2020, 9:43 a.m., Mandar Ambawane wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72128/
> -----------------------------------------------------------
> 
> (Updated Feb. 13, 2020, 9:43 a.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj and Nixon Rodrigues.
> 
> 
> Bugs: ATLAS-3614
>     https://issues.apache.org/jira/browse/ATLAS-3614
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> Read classification-propagation value from property file
> 
> 
> Diffs
> -----
> 
>   distro/src/conf/atlas-application.properties 7846452 
>   repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java 113325d 
> 
> 
> Diff: https://reviews.apache.org/r/72128/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Mandar Ambawane
> 
>