Re: Review Request 66721: ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Ramesh Mani

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

(Updated April 20, 2018, 5:59 a.m.)


Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, Sarath 
Subramanian, and Sharmadha Sainath.


Changes
---

Fixed review comments


Repository: atlas


Description
---

ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas


Diffs (updated)
-

  addons/kafka-bridge/pom.xml PRE-CREATION 
  addons/kafka-bridge/src/bin/import-kafka.sh PRE-CREATION 
  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
 PRE-CREATION 
  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
 PRE-CREATION 
  addons/kafka-bridge/src/main/resources/atlas-kafka-import-log4j.xml 
PRE-CREATION 
  addons/models/1000-Hadoop/patches/006-kafka_topic_add_attribute.json 
PRE-CREATION 
  distro/pom.xml 1f4c6d5 
  distro/src/main/assemblies/atlas-kafka-hook-package.xml PRE-CREATION 
  distro/src/main/assemblies/standalone-package.xml dc2a66b 
  pom.xml 9c9d746 


Diff: https://reviews.apache.org/r/66721/diff/3/

Changes: https://reviews.apache.org/r/66721/diff/2-3/


Testing
---

Verified in local secure cluster.

Usage 1: import-kafka.sh [-n  OR --topic ]
Usage 2: import-kafka.sh [-f ]
   Format:
topic1
topic2
topic3


Thanks,

Ramesh Mani



Re: Review Request 66728: Data Migration: HA Mode Initialization Fix

2018-04-19 Thread Madhan Neethiraj

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


Fix it, then Ship it!





repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationService.java
Lines 129 (patched)


if (ret) {
  LOG.info("will migrate data in directory {}", importDirectory); 
} else {
  LOG.error("cannot read migration data in directory {}", importDirectory);
}


- Madhan Neethiraj


On April 20, 2018, 5:03 a.m., Ashutosh Mestry wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66728/
> ---
> 
> (Updated April 20, 2018, 5:03 a.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Ruchi Solani, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-2589
> https://issues.apache.org/jira/browse/ATLAS-2589
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> **Approach**
> _AtlasTypeDefStoreInitializer_ is not reverted to the its original form. The 
> earlier version initialized it incorrectly during migration mode.
> _migration.ReaderStatusManager_ has been refactored to remove duplicate code 
> and improve accuracy of restarts.
> _migration.AtlasGraphSONReader_ additional logging.
> _DataMigrationService_:
>   - Initializes _GraphBackedSearchIndexer_ followed by initalization of 
> _AtlasTypeDefStoreInitializer_.
>   - Additional directory existence check added that will allow/disallow 
> migration. Apporpirate log messages added.
> 
> 
> Diffs
> -
> 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/AtlasGraphSONReader.java
>  636e6e8cf 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/ReaderStatusManager.java
>  11732c426 
>   
> graphdb/janus/src/test/java/org/apache/atlas/repository/graphdb/janus/migration/ReaderStatusManagerTest.java
>  8c3d1576d 
>   intg/src/main/java/org/apache/atlas/model/impexp/MigrationStatus.java 
> 901494506 
>   
> repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationService.java
>  a4f7a2fea 
>   
> repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
>  c56157dc2 
>   
> repository/src/test/java/org/apache/atlas/repository/migration/MigrationProgressServiceTest.java
>  a0e2e0373 
> 
> 
> Diff: https://reviews.apache.org/r/66728/diff/1/
> 
> 
> Testing
> ---
> 
> **Unit tests**
> - Existing tests were executed.
> - No additional tests added.
> 
> **Functional tests**
> - Executed migration in multi-node environment.
> 
> 
> Thanks,
> 
> Ashutosh Mestry
> 
>



Review Request 66728: Data Migration: HA Mode Initialization Fix

2018-04-19 Thread Ashutosh Mestry

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

Review request for atlas, Madhan Neethiraj, Ruchi Solani, and Sarath 
Subramanian.


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


Repository: atlas


Description
---

**Approach**
_AtlasTypeDefStoreInitializer_ is not reverted to the its original form. The 
earlier version initialized it incorrectly during migration mode.
_migration.ReaderStatusManager_ has been refactored to remove duplicate code 
and improve accuracy of restarts.
_migration.AtlasGraphSONReader_ additional logging.
_DataMigrationService_:
  - Initializes _GraphBackedSearchIndexer_ followed by initalization of 
_AtlasTypeDefStoreInitializer_.
  - Additional directory existence check added that will allow/disallow 
migration. Apporpirate log messages added.


Diffs
-

  
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/AtlasGraphSONReader.java
 636e6e8cf 
  
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/ReaderStatusManager.java
 11732c426 
  
graphdb/janus/src/test/java/org/apache/atlas/repository/graphdb/janus/migration/ReaderStatusManagerTest.java
 8c3d1576d 
  intg/src/main/java/org/apache/atlas/model/impexp/MigrationStatus.java 
901494506 
  
repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationService.java
 a4f7a2fea 
  
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
 c56157dc2 
  
repository/src/test/java/org/apache/atlas/repository/migration/MigrationProgressServiceTest.java
 a0e2e0373 


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


Testing
---

**Unit tests**
- Existing tests were executed.
- No additional tests added.

**Functional tests**
- Executed migration in multi-node environment.


Thanks,

Ashutosh Mestry



[jira] [Updated] (ATLAS-2589) Data Migration: In HA Mode, Indexes within Solr Do Not Initialize Correctly

2018-04-19 Thread Ashutosh Mestry (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Mestry updated ATLAS-2589:
---
Attachment: ATLAS-2589-HA-typestore-and-graph-indexer-fix.patch

> Data Migration: In HA Mode, Indexes within Solr Do Not Initialize Correctly
> ---
>
> Key: ATLAS-2589
> URL: https://issues.apache.org/jira/browse/ATLAS-2589
> Project: Atlas
>  Issue Type: Bug
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
> Attachments: ATLAS-2589-HA-typestore-and-graph-indexer-fix.patch
>
>
> *Pre-requisites*
>  * Setup a cluster with 3 nodes.
>  * Atlas Server should be present on each node.
>  * Ensure that Atlas servers are up, verify that one is _ACTIVE_ and others 
> are _PASSIVE_. This default behavior.
> Restart cluster in Migration mode. Add the key-value 
> '_atlas.migration.mode.filename=/root/atlas-data_' via Ambari.  Ensure that 
> '/root/atlas-data' is *not* present in any of the clusters.
> *Steps to reproduce*
>  * Start the cluster via Ambari.
> _Bug #1_: Not that _typeDefStore_ tries to initialize and throws exceptions 
> as it tries to initialize. This needs to be addressed.
>  * Stop the cluster via Ambari.
>  * Choose a node and create the directory _/root/atlas-data_. Place data to 
> be migrated in this directory.
>  * Start the cluster via Ambari. Migration starts on that 1 node. Other nodes 
> are idle. This is expected.
> _Bug #2_: Examine Solr _vertex_index_. Note that the index does not contain 
> all the fields that need to be present. This shows that the 
> _GraphBackedSearchIndexer_ is not initialized correctly. Also note messages 
> in the log files.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-2589) Data Migration: In HA Mode, Indexes within Solr Do Not Initialize Correctly

2018-04-19 Thread Ashutosh Mestry (JIRA)
Ashutosh Mestry created ATLAS-2589:
--

 Summary: Data Migration: In HA Mode, Indexes within Solr Do Not 
Initialize Correctly
 Key: ATLAS-2589
 URL: https://issues.apache.org/jira/browse/ATLAS-2589
 Project: Atlas
  Issue Type: Bug
Reporter: Ashutosh Mestry
Assignee: Ashutosh Mestry


*Pre-requisites*
 * Setup a cluster with 3 nodes.
 * Atlas Server should be present on each node.
 * Ensure that Atlas servers are up, verify that one is _ACTIVE_ and others are 
_PASSIVE_. This default behavior.

Restart cluster in Migration mode. Add the key-value 
'_atlas.migration.mode.filename=/root/atlas-data_' via Ambari.  Ensure that 
'/root/atlas-data' is *not* present in any of the clusters.

*Steps to reproduce*
 * Start the cluster via Ambari.

_Bug #1_: Not that _typeDefStore_ tries to initialize and throws exceptions as 
it tries to initialize. This needs to be addressed.
 * Stop the cluster via Ambari.
 * Choose a node and create the directory _/root/atlas-data_. Place data to be 
migrated in this directory.
 * Start the cluster via Ambari. Migration starts on that 1 node. Other nodes 
are idle. This is expected.

_Bug #2_: Examine Solr _vertex_index_. Note that the index does not contain all 
the fields that need to be present. This shows that the 
_GraphBackedSearchIndexer_ is not initialized correctly. Also note messages in 
the log files.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66721: ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Madhan Neethiraj

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


Fix it, then Ship it!





addons/kafka-bridge/pom.xml
Lines 45 (patched)


atlas-notification library may not be necessary for a bridge. Please review.

Also, review other dependencies listed here; few of them might be required 
only in test - like hadoop-minicluster; and some of them may not be necessary - 
like hdfs-model, atlas-notification.



addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
Lines 160 (patched)


Consider renaming this as 'availableTopics' and initialize in the 
constructor - to avoid calling zkUtils.getAllTopics() multiple times in case of 
processing topics list from a file.


- Madhan Neethiraj


On April 19, 2018, 9:56 p.m., Ramesh Mani wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66721/
> ---
> 
> (Updated April 19, 2018, 9:56 p.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, Sarath 
> Subramanian, and Sharmadha Sainath.
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas
> 
> 
> Diffs
> -
> 
>   addons/kafka-bridge/pom.xml PRE-CREATION 
>   addons/kafka-bridge/src/bin/import-kafka.sh PRE-CREATION 
>   
> addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
>  PRE-CREATION 
>   
> addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
>  PRE-CREATION 
>   addons/kafka-bridge/src/main/resources/atlas-kafka-import-log4j.xml 
> PRE-CREATION 
>   addons/models/1000-Hadoop/patches/006-kafka_topic_add_attribute.json 
> PRE-CREATION 
>   distro/pom.xml 1f4c6d5 
>   distro/src/main/assemblies/atlas-kafka-hook-package.xml PRE-CREATION 
>   distro/src/main/assemblies/standalone-package.xml dc2a66b 
>   pom.xml 9c9d746 
> 
> 
> Diff: https://reviews.apache.org/r/66721/diff/2/
> 
> 
> Testing
> ---
> 
> Verified in local secure cluster.
> 
> Usage 1: import-kafka.sh [-n  OR --topic ]
> Usage 2: import-kafka.sh [-f ]
>Format:
> topic1
> topic2
> topic3
> 
> 
> Thanks,
> 
> Ramesh Mani
> 
>



[jira] [Commented] (ATLAS-2588) Regression : Negative tests for tags throw 400 Bad Request instead of 404

2018-04-19 Thread Madhan Neethiraj (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444986#comment-16444986
 ] 

Madhan Neethiraj commented on ATLAS-2588:
-

+1 for the patch.

> Regression : Negative tests for tags throw 400 Bad Request instead of 404
> -
>
> Key: ATLAS-2588
> URL: https://issues.apache.org/jira/browse/ATLAS-2588
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2588.1.patch
>
>
> In Following scenarios , expected is 404 , but 400 is returned.
>  2.Disassociating trait not associated to an entity.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66721: ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Ramesh Mani

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

(Updated April 19, 2018, 9:56 p.m.)


Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, Sarath 
Subramanian, and Sharmadha Sainath.


Changes
---

Fixed review comments


Repository: atlas


Description
---

ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas


Diffs (updated)
-

  addons/kafka-bridge/pom.xml PRE-CREATION 
  addons/kafka-bridge/src/bin/import-kafka.sh PRE-CREATION 
  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
 PRE-CREATION 
  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
 PRE-CREATION 
  addons/kafka-bridge/src/main/resources/atlas-kafka-import-log4j.xml 
PRE-CREATION 
  addons/models/1000-Hadoop/patches/006-kafka_topic_add_attribute.json 
PRE-CREATION 
  distro/pom.xml 1f4c6d5 
  distro/src/main/assemblies/atlas-kafka-hook-package.xml PRE-CREATION 
  distro/src/main/assemblies/standalone-package.xml dc2a66b 
  pom.xml 9c9d746 


Diff: https://reviews.apache.org/r/66721/diff/2/

Changes: https://reviews.apache.org/r/66721/diff/1-2/


Testing
---

Verified in local secure cluster.

Usage 1: import-kafka.sh [-n  OR --topic ]
Usage 2: import-kafka.sh [-f ]
   Format:
topic1
topic2
topic3


Thanks,

Ramesh Mani



Re: Review Request 66722: ATLAS-2582: Hard delete of internal types

2018-04-19 Thread Madhan Neethiraj

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




intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java
Lines 210 (patched)


Why is it necessary to add this condition here?
  CollectionUtils.isNotEmpty(superTypes).
  
Also, consider adding boolean field AtlasEntityType.isInternalType; and 
initialize it in resolveReferencesPhase3(). It will be efficient.



repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityChangeNotifier.java
Lines 289 (patched)


Consider reusing AtlasEntityType.isInternalType(), instead of looking for 
"__Atlas" prefix.

Hint: instanceConverter has a reference to AtlasTypeRegistry.



repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
Lines 742 (patched)


Consider reusing AtlasEntityType.isInternalType(), instead of looking for 
super-type "__internal"



repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
Lines 688 (patched)


To be consistent, use { } even for single statement blocks.


- Madhan Neethiraj


On April 19, 2018, 8:16 p.m., Apoorv Naik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66722/
> ---
> 
> (Updated April 19, 2018, 8:16 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-2582
> https://issues.apache.org/jira/browse/ATLAS-2582
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Update deleteHandler implementation to force hard delete of the internal types
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 28054efc4 
>   repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
> 48db65792 
>   
> repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AbstractGlossaryDTO.java
>  722a463f6 
>   
> repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryCategoryDTO.java
>  b26ee76cc 
>   
> repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryDTO.java
>  e3786601d 
>   
> repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryTermDTO.java
>  92bb242a4 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityChangeNotifier.java
>  e3f6f884e 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
>  c00015eb7 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
>  23ffdcd1f 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/HardDeleteHandlerV1.java
>  29518c405 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/SoftDeleteHandlerV1.java
>  c2f7c710b 
>   repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java 
> 6deef800c 
> 
> 
> Diff: https://reviews.apache.org/r/66722/diff/1/
> 
> 
> Testing
> ---
> 
> PreCommit: 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/291/
> 
> 
> Thanks,
> 
> Apoorv Naik
> 
>



[jira] [Commented] (ATLAS-2139) Map IGC meta model and Atlas open metadata types

2018-04-19 Thread CASSIO DOS SANTOS (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444836#comment-16444836
 ] 

CASSIO DOS SANTOS commented on ATLAS-2139:
--

[~mandy_chessell] [~davidrad] [~grahamwallis] We're looking for more details on 
the area 2 types. More specifically, we want to map the IGC 
Host->Database->Schema->Table->Column object hierarchy  to the corresponding 
OMS type instances. Please review table below. Do you have any examples of how 
this type of metadata is supposed to be represented in OMS.

IGC semantics is not as broad / generic and I want to make sure that as we map 
it, we do it in a way consistent with how other connectors will be doing it for 
similar and very common catalog types. 

I was under the impression that the entity type DataSet would come into the 
picture when trying to map some of the IGC types considered below but couldn't 
find a way to introduce it.

  
||IGC||OMS||Comments/Questions||
|host|Area 0 - Host|It seems that we will need both Host and associated 
Location to capture the IGC metadata|
|database|Area 2 - DataStore with Database classification and/or 
Area 2 - SoftwareServer with DatabaseServer classification|IGC database 
contains both data store and data server metadata and we may need both. A 
SoftwareServer  has a relationship to a Host (deployedServers). A DataStore has 
a type and FileFolder inherits from it, but I don't see any direct relationship 
between a DataStore and a DatabaseServer or other database related entity 
type/classification.|
|schema|Area 5 - Scherma and/or RelationalDBSchemaType|How does an oms schema 
relate to an oms database?|
|table|Area 5 - RelationalTable, RelationalView|And/or a  RelationalTableType? 
How does an OMS table relate to an OMS schema? Via AttributeForSchema 
relationship?|
|column|Area 5 - RelationalColumn|And/or a  RelationalColumnType? How does an 
OMS column relate to an OMS table?|
|data_connection|Area 2 - Connection|How does a connection relate to a database 
or table? Via Area 2 ConnectionToAsset relationship?|

> Map IGC meta model and Atlas open metadata types
> 
>
> Key: ATLAS-2139
> URL: https://issues.apache.org/jira/browse/ATLAS-2139
> Project: Atlas
>  Issue Type: Sub-task
>Reporter: Jerry He
>Assignee: Jerry He
>Priority: Major
>
> Create the mapping between IGC meta model and Atlas open metadata types.
> It is used by the IGC Event Mapper.
> The outcome of this subtask can be a design document.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2588) Regression : Negative tests for tags throw 400 Bad Request instead of 404

2018-04-19 Thread Sarath Subramanian (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sarath Subramanian updated ATLAS-2588:
--
Attachment: ATLAS-2588.1.patch

> Regression : Negative tests for tags throw 400 Bad Request instead of 404
> -
>
> Key: ATLAS-2588
> URL: https://issues.apache.org/jira/browse/ATLAS-2588
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2588.1.patch
>
>
> In Following scenarios , expected is 404 , but 400 is returned.
>  2.Disassociating trait not associated to an entity.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-2588) Regression : Negative tests for tags throw 400 Bad Request instead of 404

2018-04-19 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-2588:
-

 Summary: Regression : Negative tests for tags throw 400 Bad 
Request instead of 404
 Key: ATLAS-2588
 URL: https://issues.apache.org/jira/browse/ATLAS-2588
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 1.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 1.0.0


In Following scenarios , expected is 404 , but 400 is returned.
 2.Disassociating trait not associated to an entity.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66721: ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Madhan Neethiraj

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




addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
Lines 73 (patched)


KAKFA_TOPIC_QUALIFIED_NAME ==> FORMAT_KAKFA_TOPIC_QUALIFIED_NAME



addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
Lines 159 (patched)


ImportKafkaEntities() ==> importTopics()



addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
Lines 27 (patched)


If KAFKA_PARTITION is not being handled currently, I would suggest removing 
this.



addons/models/1000-Hadoop/patches/006-kafka_topic_add_attribute.json
Lines 14 (patched)


Please mark 'isIndexable' as true for: partitionCount, createTime, 
modifiedTime



pom.xml
Lines 1499 (patched)


Artifact kafka-bridge-shim is not built; please review and remove this 
dependency.


- Madhan Neethiraj


On April 19, 2018, 7:12 p.m., Ramesh Mani wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66721/
> ---
> 
> (Updated April 19, 2018, 7:12 p.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, Sarath 
> Subramanian, and Sharmadha Sainath.
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas
> 
> 
> Diffs
> -
> 
>   addons/kafka-bridge/pom.xml PRE-CREATION 
>   addons/kafka-bridge/src/bin/import-kafka.sh PRE-CREATION 
>   
> addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
>  PRE-CREATION 
>   
> addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
>  PRE-CREATION 
>   addons/kafka-bridge/src/main/resources/atlas-kafka-import-log4j.xml 
> PRE-CREATION 
>   addons/models/1000-Hadoop/patches/006-kafka_topic_add_attribute.json 
> PRE-CREATION 
>   distro/pom.xml 1f4c6d5 
>   distro/src/main/assemblies/atlas-kafka-hook-package.xml PRE-CREATION 
>   distro/src/main/assemblies/standalone-package.xml dc2a66b 
>   pom.xml a6d1268 
> 
> 
> Diff: https://reviews.apache.org/r/66721/diff/1/
> 
> 
> Testing
> ---
> 
> Verified in local secure cluster.
> 
> Usage 1: import-kafka.sh [-n  OR --topic ]
> Usage 2: import-kafka.sh [-f ]
>Format:
> topic1
> topic2
> topic3
> 
> 
> Thanks,
> 
> Ramesh Mani
> 
>



Review Request 66722: ATLAS-2582: Hard delete of internal types

2018-04-19 Thread Apoorv Naik

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

Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath 
Subramanian.


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


Repository: atlas


Description
---

Update deleteHandler implementation to force hard delete of the internal types


Diffs
-

  intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java 28054efc4 
  repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
48db65792 
  
repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AbstractGlossaryDTO.java
 722a463f6 
  
repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryCategoryDTO.java
 b26ee76cc 
  
repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryDTO.java
 e3786601d 
  
repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryTermDTO.java
 92bb242a4 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityChangeNotifier.java
 e3f6f884e 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
 c00015eb7 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java
 23ffdcd1f 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/HardDeleteHandlerV1.java
 29518c405 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/SoftDeleteHandlerV1.java
 c2f7c710b 
  repository/src/test/java/org/apache/atlas/glossary/GlossaryServiceTest.java 
6deef800c 


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


Testing
---

PreCommit: 
https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/291/


Thanks,

Apoorv Naik



Build failed in Jenkins: Atlas-0.8-IntegrationTests #201

2018-04-19 Thread Apache Jenkins Server
See 


Changes:

[nixon] ATLAS-2587:- Set read ACL for /apache_atlas/active_server_info znode in

--
[...truncated 43.06 MB...]
2018-04-19 20:03:06,407 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property Asset.owner from 
vertex[id=2681088 type=hdfs_path guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] 
(GraphHelper:433)
2018-04-19 20:03:06,407 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity fs_path.modifiedTime (EntityGraphRetriever:391)
2018-04-19 20:03:06,408 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property fs_path.modifiedTime 
from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,408 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property fs_path.modifiedTime 
from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,408 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity fs_path.isFile (EntityGraphRetriever:391)
2018-04-19 20:03:06,409 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property fs_path.isFile from 
vertex[id=2681088 type=hdfs_path guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] 
(GraphHelper:433)
2018-04-19 20:03:06,409 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property fs_path.isFile from 
vertex[id=2681088 type=hdfs_path guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] 
(GraphHelper:433)
2018-04-19 20:03:06,409 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity hdfs_path.numberOfReplicas 
(EntityGraphRetriever:391)
2018-04-19 20:03:06,409 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property 
hdfs_path.numberOfReplicas from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,410 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property 
hdfs_path.numberOfReplicas from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,410 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity Referenceable.qualifiedName 
(EntityGraphRetriever:391)
2018-04-19 20:03:06,410 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property 
Referenceable.qualifiedName from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,411 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property 
Referenceable.qualifiedName from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,411 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity Asset.description (EntityGraphRetriever:391)
2018-04-19 20:03:06,411 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property Asset.description 
from vertex[id=2681088 type=hdfs_path 
guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] (GraphHelper:433)
2018-04-19 20:03:06,411 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity hdfs_path.extendedAttributes 
(EntityGraphRetriever:391)
2018-04-19 20:03:06,412 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity fs_path.path (EntityGraphRetriever:391)
2018-04-19 20:03:06,412 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property fs_path.path from 
vertex[id=2681088 type=hdfs_path guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] 
(GraphHelper:433)
2018-04-19 20:03:06,412 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Reading property fs_path.path from 
vertex[id=2681088 type=hdfs_path guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] 
(GraphHelper:433)
2018-04-19 20:03:06,413 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Mapping vertex Titan0Vertex 
[id=2681088] to atlas entity fs_path.posixPermissions (EntityGraphRetriever:391)
2018-04-19 20:03:06,413 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Finding edges for vertex[id=2681088 
type=hdfs_path guid=891e2911-8a42-4e73-a312-d6c19b44d5cf] with label 
__fs_path.posixPermissions (GraphHelper:293)
2018-04-19 20:03:06,413 DEBUG - [qtp788116598-834 - 
05b7ad1c-3d9d-4b06-a4f9-9dbf16b9bdf9:] ~ Found 

[jira] [Updated] (ATLAS-2586) Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Ramesh Mani (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ramesh Mani updated ATLAS-2586:
---
Attachment: 0001-ATLAS-2586-Provide-a-utility-to-Import-Kafka-Entitie.patch

> Provide a utility to Import Kafka Entities into Atlas
> -
>
> Key: ATLAS-2586
> URL: https://issues.apache.org/jira/browse/ATLAS-2586
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-intg
>Affects Versions: trunk, 1.0.0
>Reporter: Ramesh Mani
>Assignee: Ramesh Mani
>Priority: Major
> Attachments: 
> 0001-ATLAS-2586-Provide-a-utility-to-Import-Kafka-Entitie.patch
>
>
> Provide a utility to Import Kafka Entities into Atlas. Currently this will 
> handle TOPIC level metadata propagation to Atlas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2586) Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Ramesh Mani (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ramesh Mani updated ATLAS-2586:
---
Attachment: (was: 
0001-ATLAS-2586-Provide-a-utility-to-Import-Kafka-Entitie.patch)

> Provide a utility to Import Kafka Entities into Atlas
> -
>
> Key: ATLAS-2586
> URL: https://issues.apache.org/jira/browse/ATLAS-2586
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-intg
>Affects Versions: trunk, 1.0.0
>Reporter: Ramesh Mani
>Assignee: Ramesh Mani
>Priority: Major
> Attachments: 
> 0001-ATLAS-2586-Provide-a-utility-to-Import-Kafka-Entitie.patch
>
>
> Provide a utility to Import Kafka Entities into Atlas. Currently this will 
> handle TOPIC level metadata propagation to Atlas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Review Request 66721: ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Ramesh Mani

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

Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, Sarath 
Subramanian, and Sharmadha Sainath.


Repository: atlas


Description
---

ATLAS-2586:Provide a utility to Import Kafka Entities into Atlas


Diffs
-

  addons/kafka-bridge/pom.xml PRE-CREATION 
  addons/kafka-bridge/src/bin/import-kafka.sh PRE-CREATION 
  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
 PRE-CREATION 
  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/model/KafkaDataTypes.java
 PRE-CREATION 
  addons/kafka-bridge/src/main/resources/atlas-kafka-import-log4j.xml 
PRE-CREATION 
  addons/models/1000-Hadoop/patches/006-kafka_topic_add_attribute.json 
PRE-CREATION 
  distro/pom.xml 1f4c6d5 
  distro/src/main/assemblies/atlas-kafka-hook-package.xml PRE-CREATION 
  distro/src/main/assemblies/standalone-package.xml dc2a66b 
  pom.xml a6d1268 


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


Testing
---

Verified in local secure cluster.

Usage 1: import-kafka.sh [-n  OR --topic ]
Usage 2: import-kafka.sh [-f ]
   Format:
topic1
topic2
topic3


Thanks,

Ramesh Mani



[jira] [Updated] (ATLAS-2586) Provide a utility to Import Kafka Entities into Atlas

2018-04-19 Thread Ramesh Mani (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ramesh Mani updated ATLAS-2586:
---
Attachment: 0001-ATLAS-2586-Provide-a-utility-to-Import-Kafka-Entitie.patch

> Provide a utility to Import Kafka Entities into Atlas
> -
>
> Key: ATLAS-2586
> URL: https://issues.apache.org/jira/browse/ATLAS-2586
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-intg
>Affects Versions: trunk, 1.0.0
>Reporter: Ramesh Mani
>Assignee: Ramesh Mani
>Priority: Major
> Attachments: 
> 0001-ATLAS-2586-Provide-a-utility-to-Import-Kafka-Entitie.patch
>
>
> Provide a utility to Import Kafka Entities into Atlas. Currently this will 
> handle TOPIC level metadata propagation to Atlas



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66713: ATLAS-2587:Set read ACL for /apache_atlas/active_server_info znode in HA for Knox-proxy to read.

2018-04-19 Thread Madhan Neethiraj

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


Ship it!




Ship It!

- Madhan Neethiraj


On April 19, 2018, 1:37 p.m., Nixon Rodrigues wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66713/
> ---
> 
> (Updated April 19, 2018, 1:37 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2587
> https://issues.apache.org/jira/browse/ATLAS-2587
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> This patch add read ACL on /apache_atlas/active_server_info znode, so that 
> knox proxy get read access while in HA to get the active node URL.
> 
> So the permission on on */apache_atlas/active_server_info* znode will be.
> 
> [zk: zk:2181(CONNECTED) 2] getAcl /apache_atlas/active_server_info
> 'world,'anyone
> : r
> 'sasl,'atlas
> : cdrwa
> 
> 
> Diffs
> -
> 
>   webapp/src/main/java/org/apache/atlas/web/service/ActiveInstanceState.java 
> ea8b7388 
>   
> webapp/src/test/java/org/apache/atlas/web/service/ActiveInstanceStateTest.java
>  25f39f29 
> 
> 
> Diff: https://reviews.apache.org/r/66713/diff/1/
> 
> 
> Testing
> ---
> 
> Verify that permission are set to world:anyone:r along with sasl:atlas:cdrwa 
> on secure mode in HA.
> The active-passive toggle is happening correctly.
> 
> Verified on non secure mode. ACL 'world,'anyone: cdrwa is setting correctly.
> 
> Atlas UI with knox-proxy is loading correctly, even after swithching from 
> active to passive and vice-versa.
> 
> 
> Thanks,
> 
> Nixon Rodrigues
> 
>



[jira] [Commented] (ATLAS-2587) Set read ACL for /apache_atlas/active_server_info znode in HA for Knox proxy to read.

2018-04-19 Thread Nixon Rodrigues (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444057#comment-16444057
 ] 

Nixon Rodrigues commented on ATLAS-2587:


Test case are passing with this patch.

https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/290/console

> Set read ACL for /apache_atlas/active_server_info znode in HA for Knox proxy 
> to read.
> -
>
> Key: ATLAS-2587
> URL: https://issues.apache.org/jira/browse/ATLAS-2587
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Assignee: Nixon Rodrigues
>Priority: Major
> Fix For: 1.0.0, 0.8.3
>
> Attachments: ATLAS-2587.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2587) Set read ACL for /apache_atlas/active_server_info znode in HA for Knox proxy to read.

2018-04-19 Thread Nixon Rodrigues (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nixon Rodrigues updated ATLAS-2587:
---
Attachment: ATLAS-2587.patch

> Set read ACL for /apache_atlas/active_server_info znode in HA for Knox proxy 
> to read.
> -
>
> Key: ATLAS-2587
> URL: https://issues.apache.org/jira/browse/ATLAS-2587
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Assignee: Nixon Rodrigues
>Priority: Major
> Attachments: ATLAS-2587.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Review Request 66713: ATLAS-2587:Set read ACL for /apache_atlas/active_server_info znode in HA for Knox-proxy to read.

2018-04-19 Thread Nixon Rodrigues

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

Review request for atlas and Madhan Neethiraj.


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


Repository: atlas


Description
---

This patch add read ACL on /apache_atlas/active_server_info znode, so that knox 
proxy get read access while in HA to get the active node URL.

So the permission on on */apache_atlas/active_server_info* znode will be.

[zk: zk:2181(CONNECTED) 2] getAcl /apache_atlas/active_server_info
'world,'anyone
: r
'sasl,'atlas
: cdrwa


Diffs
-

  webapp/src/main/java/org/apache/atlas/web/service/ActiveInstanceState.java 
ea8b7388 
  
webapp/src/test/java/org/apache/atlas/web/service/ActiveInstanceStateTest.java 
25f39f29 


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


Testing
---

Verify that permission are set to world:anyone:r along with sasl:atlas:cdrwa on 
secure mode in HA.
The active-passive toggle is happening correctly.

Verified on non secure mode. ACL 'world,'anyone: cdrwa is setting correctly.

Atlas UI with knox-proxy is loading correctly, even after swithching from 
active to passive and vice-versa.


Thanks,

Nixon Rodrigues



Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #290-master-0001-ATLAS-2587-Set-read-ACL-for-apache_atlas-active_serv.patch

2018-04-19 Thread Apache Jenkins Server
See 




[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-2018-04-19.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: ATLAS-1773-2018-04-19.patch

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: PreCommit-ATLAS-Build-Test #289-master-0001-ATLAS-2587-Set-read-ACL-for-apache_atlas-active_serv.patch

2018-04-19 Thread Apache Jenkins Server
See 


--
[...truncated 331.73 KB...]
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/mock/**
[INFO] Exclude: **/data/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/build.log
[INFO] Exclude: **/.bowerrc
[INFO] Exclude: *.json
[INFO] Exclude: **/overlays/**
[INFO] Exclude: dev-support/**
[INFO] Exclude: **/users-credentials.properties
[INFO] Exclude: **/public/css/animate.min.css
[INFO] Exclude: **/public/css/bootstrap-sidebar.css
[INFO] Exclude: **/public/js/external_lib/**
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/public/js/libs/**
[INFO] Exclude: **/atlas.data/**
[INFO] Exclude: **/${sys:atlas.data}/**
[INFO] Exclude: **/policy-store.txt
[INFO] Exclude: **/*rebel*.xml
[INFO] Exclude: **/*rebel*.xml.bak
[INFO] Exclude: **/test/resources/**
[INFO] 127 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 127 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ 
atlas-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-solr-resources) @ 
atlas-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ atlas-webapp 
---
[INFO] artifact net.minidev:json-smart: checking for updates from 
hortonworks.repo
[INFO] artifact net.minidev:json-smart: checking for updates from 
apache.snapshots.repo
[INFO] artifact net.minidev:json-smart: checking for updates from apache-staging
[INFO] artifact net.minidev:json-smart: checking for updates from default
[INFO] artifact net.minidev:json-smart: checking for updates from 
java.net-Public
[INFO] artifact net.minidev:json-smart: checking for updates from 
repository.jboss.org-public
[INFO] artifact net.minidev:json-smart: checking for updates from typesafe
[INFO] 
[INFO] --- keytool-maven-plugin:1.5:clean (clean) @ atlas-webapp ---
[WARNING] Keystore file 
'
 doesn't exist.
[INFO] 
[INFO] --- keytool-maven-plugin:1.5:generateKeyPair (generateKeyPair) @ 
atlas-webapp ---
[WARNING] 
[WARNING] Warning:
[WARNING] The JKS keystore uses a proprietary format. It is recommended to 
migrate to PKCS12 which is an industry standard format using "keytool 
-importkeystore -srckeystore 

 -destkeystore 

 -deststoretype pkcs12".
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlas-webapp 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 69 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for details.
[INFO] 
:
 Some input files use unchecked or unsafe operations.
[INFO] 
:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
atlas-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ 
atlas-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #288-master-0001-ATLAS-2587-Set-read-ACL-for-apache_atlas-active_serv.patch

2018-04-19 Thread Apache Jenkins Server
See 


--
[...truncated 326.11 KB...]
Downloading from repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/maven-metadata.xml
Downloading from typesafe: 
http://repo.typesafe.com/typesafe/releases/net/minidev/json-smart/maven-metadata.xml
Progress (1): 313 B   Downloaded from 
repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/maven-metadata.xml
 (313 B at 1.2 kB/s)
Downloading from apache.snapshots.repo: 
https://repository.apache.org/content/groups/snapshots/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading from java.net-Public: 
https://maven.java.net/content/groups/public/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading from default: 
https://repository.apache.org/content/groups/public/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading from apache-staging: 
https://repository.apache.org/content/groups/staging/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading from typesafe: 
http://repo.typesafe.com/typesafe/releases/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Downloading from repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1/1.2 kBProgress (1): 1.2 kBDownloaded 
from repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/2.3-SNAPSHOT/maven-metadata.xml
 (1.2 kB at 9.0 kB/s)
Downloading from default: 
https://repository.apache.org/content/groups/public/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
Downloading from apache.snapshots.repo: 
https://repository.apache.org/content/groups/snapshots/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
Downloading from java.net-Public: 
https://maven.java.net/content/groups/public/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
Downloading from apache-staging: 
https://repository.apache.org/content/groups/staging/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
Downloading from repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
Downloading from typesafe: 
http://repo.typesafe.com/typesafe/releases/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
Progress (1): 598 B   Downloaded from 
repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/minidev-parent/2.3-SNAPSHOT/maven-metadata.xml
 (598 B at 6.1 kB/s)
Downloading from apache.snapshots.repo: 
https://repository.apache.org/content/groups/snapshots/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
Downloading from apache-staging: 
https://repository.apache.org/content/groups/staging/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
Downloading from java.net-Public: 
https://maven.java.net/content/groups/public/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
Downloading from default: 
https://repository.apache.org/content/groups/public/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
Downloading from repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
Downloading from typesafe: 
http://repo.typesafe.com/typesafe/releases/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1/1.2 kBProgress (1): 1.2 kBDownloaded 
from repository.jboss.org-public: 
https://repository.jboss.org/nexus/content/groups/public/net/minidev/accessors-smart/1.2-SNAPSHOT/maven-metadata.xml
 (1.2 kB at 8.9 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atlas-webapp ---
[INFO] Deleting 
 (includes 
= [**/*.pyc], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ 
atlas-webapp ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ atlas-webapp ---
[INFO] Executing: /bin/sh -c cd 
' && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 

[INFO] Storing buildNumber: d55405955d58417c263d964238c79c981d7fa9fe at 
timestamp: 1524135479771
[INFO] Storing buildScmBranch: master
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ atlas-webapp ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] 

[jira] [Commented] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443862#comment-16443862
 ] 

Graham Wallis commented on ATLAS-1773:
--

New patch added just now.

This patch supports the revised findEntitiesByProperty() interface but 
(temporarily) needs the entitiyTypeGUID to be specified and does not support 
MatchCriteria.NONE.

This patch should be applied on top of the latest master.

Development and test ongoing.

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-15-03-2018.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: ATLAS-1773-2018-04-19.patch

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-15-03-2018.patch, ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-06-03-2018.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-15-03-2018.patch, ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-09-04-2018.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-15-03-2018.patch, ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-09-03-2018.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-15-03-2018.patch, ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-16-03-2018.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-15-03-2018.patch, ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-04-19 Thread Graham Wallis (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Graham Wallis updated ATLAS-1773:
-
Attachment: (was: ATLAS-1773-08-03-2018.patch)

> Create the OMRS Connector for Atlas
> ---
>
> Key: ATLAS-1773
> URL: https://issues.apache.org/jira/browse/ATLAS-1773
> Project: Atlas
>  Issue Type: New Feature
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mandy Chessell
>Assignee: Graham Wallis
>Priority: Major
> Attachments: ATLAS-1773-15-03-2018.patch, ATLAS-1773-2018-04-19.patch
>
>
> This JIRA provides the definition of the OMRS Connector API and an 
> implementation of this API for a local Apache Atlas metadata repository and 
> for the OMRS REST API.
> The OMRS Connector has 3 API groups
> * The types API - this is the metadata API for a metadata repository
> * The entity and relationships APIs that provide the type-agnostic interfaces 
> that can access any type - even those added dynamically
> * The fine-grained type-safe APIs that are generated from the addons models 
> in the build.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-2587) Set read ACL for /apache_atlas/active_server_info znode in HA for Knox proxy to read.

2018-04-19 Thread Nixon Rodrigues (JIRA)
Nixon Rodrigues created ATLAS-2587:
--

 Summary: Set read ACL for /apache_atlas/active_server_info znode 
in HA for Knox proxy to read.
 Key: ATLAS-2587
 URL: https://issues.apache.org/jira/browse/ATLAS-2587
 Project: Atlas
  Issue Type: Bug
Reporter: Nixon Rodrigues
Assignee: Nixon Rodrigues






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-2585) Fix invalid validation of typeGUID on some OMRS Connector calls

2018-04-19 Thread Graham Wallis (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443656#comment-16443656
 ] 

Graham Wallis commented on ATLAS-2585:
--

Agreed - just a note that I have re-introduced some guards against null 
typeGUID while implementing the revised findEntities..() and 
findRelationships..() methods of the OMRSMetadataCollection interface. These 
should be temporary restrictions.

> Fix invalid validation of typeGUID on some OMRS Connector calls
> ---
>
> Key: ATLAS-2585
> URL: https://issues.apache.org/jira/browse/ATLAS-2585
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha
>Reporter: Mandy Chessell
>Assignee: Mandy Chessell
>Priority: Major
> Fix For: 1.0.0
>
>
> Some of the OMRS Connector methods are throwing an exception if the TypeGUID 
> supplied is null.  Null should mean "any type" and should work ok.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)