You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Vimal Sharma <vi...@hortonworks.com> on 2016/11/28 08:17:19 UTC

Review Request 54117: Storm Hook IT fails due to non registry of type storm_topology

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

Review request for atlas.


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


Repository: atlas


Description
-------

Storm Hook IT fails due to non registry of type storm_topology. The issue is generic in the sense that types required for Hook ITs are not registered at the time of Atlas bootstrap. The attached patch solves this issue for all the ITs in hooks


Diffs
-----

  repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java b3531b0 
  repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java 816832b 

Diff: https://reviews.apache.org/r/54117/diff/


Testing
-------

mvn clean install on Storm bridge passes succesfully


Thanks,

Vimal Sharma