Jenkins build is back to normal : Atlas-1.0-UnitTests #211

2018-06-07 Thread Apache Jenkins Server
See 



Re: Review Request 67492: ATLAS-2746: Term/Category creation doesn't need Entity.UPDATE privilege for simple cases.

2018-06-07 Thread Madhan Neethiraj

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


Fix it, then Ship it!





repository/src/main/java/org/apache/atlas/glossary/GlossaryCategoryUtils.java
Line 92 (original), 92 (patched)


If this comment is not relevant any more, please remove.


- Madhan Neethiraj


On June 7, 2018, 8:53 p.m., Apoorv Naik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67492/
> ---
> 
> (Updated June 7, 2018, 8:53 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-2746
> https://issues.apache.org/jira/browse/ATLAS-2746
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> See JIRA
> 
> 
> Diffs
> -
> 
>   
> repository/src/main/java/org/apache/atlas/glossary/GlossaryCategoryUtils.java 
> be2f16e9d 
>   repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java 
> ff5aa6ea7 
>   repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 
> 4d65328ca 
> 
> 
> Diff: https://reviews.apache.org/r/67492/diff/1/
> 
> 
> Testing
> ---
> 
> PreCommit: 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/468/
> 
> 
> Thanks,
> 
> Apoorv Naik
> 
>



Build failed in Jenkins: Atlas-1.0-UnitTests #210

2018-06-07 Thread Apache Jenkins Server
See 

--
[...truncated 201.84 KB...]
[INFO] Exclude: **/.checkstyle
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.json
[INFO] Exclude: .pc/**
[INFO] Exclude: debian/**
[INFO] Exclude: .svn/**
[INFO] Exclude: .git/**
[INFO] Exclude: .gitignore
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.twiki
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.log
[INFO] Exclude: **/target/**
[INFO] Exclude: **/target*/**
[INFO] Exclude: **/build/**
[INFO] Exclude: **/*.patch
[INFO] Exclude: derby.log
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[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] 124 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 124 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 15 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] 
[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 68 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 48 source files to 

[INFO] 
:
 Some input files use or override a deprecated API.
[INFO] 
:
 Recompile with -Xlint:deprecation for detail

Review Request 67492: ATLAS-2746: Term/Category creation doesn't need Entity.UPDATE privilege for simple cases.

2018-06-07 Thread Apoorv Naik

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

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


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


Repository: atlas


Description
---

See JIRA


Diffs
-

  repository/src/main/java/org/apache/atlas/glossary/GlossaryCategoryUtils.java 
be2f16e9d 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java 
ff5aa6ea7 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 
4d65328ca 


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


Testing
---

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


Thanks,

Apoorv Naik



Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #468-master-0001-ATLAS-2746-Term-Category-create-shouldn-t-require-UP.patch

2018-06-07 Thread Apache Jenkins Server
See 




[jira] [Updated] (ATLAS-2746) [Glossary] Simple Term/Category creation should work with CREATE privilege

2018-06-07 Thread Apoorv Naik (JIRA)


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

Apoorv Naik updated ATLAS-2746:
---
Fix Version/s: 1.0.0
   trunk

> [Glossary] Simple Term/Category creation should work with CREATE privilege
> --
>
> Key: ATLAS-2746
> URL: https://issues.apache.org/jira/browse/ATLAS-2746
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 1.0.0
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
> Fix For: 1.0.0, trunk
>
>
> Currently this operation needs following privileges
>  
> Entity.READ, Entity.CREATE, Entity.UPDATE
>  
> with the change simple term/category creation without any other relations 
> e.g. children, parent, categorized terms etc. can work with
>  
> Entity.READ and Entity.CREATE



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


[jira] [Created] (ATLAS-2746) [Glossary] Simple Term/Category creation should work with CREATE privilege

2018-06-07 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2746:
--

 Summary: [Glossary] Simple Term/Category creation should work with 
CREATE privilege
 Key: ATLAS-2746
 URL: https://issues.apache.org/jira/browse/ATLAS-2746
 Project: Atlas
  Issue Type: Improvement
Reporter: Apoorv Naik
Assignee: Apoorv Naik


Currently this operation needs following privileges

 

Entity.READ, Entity.CREATE, Entity.UPDATE

 

with the change simple term/category creation without any other relations e.g. 
children, parent, categorized terms etc. can work with

 

Entity.READ and Entity.CREATE



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


[jira] [Updated] (ATLAS-2746) [Glossary] Simple Term/Category creation should work with CREATE privilege

2018-06-07 Thread Apoorv Naik (JIRA)


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

Apoorv Naik updated ATLAS-2746:
---
Affects Version/s: 1.0.0

> [Glossary] Simple Term/Category creation should work with CREATE privilege
> --
>
> Key: ATLAS-2746
> URL: https://issues.apache.org/jira/browse/ATLAS-2746
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 1.0.0
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
> Fix For: 1.0.0, trunk
>
>
> Currently this operation needs following privileges
>  
> Entity.READ, Entity.CREATE, Entity.UPDATE
>  
> with the change simple term/category creation without any other relations 
> e.g. children, parent, categorized terms etc. can work with
>  
> Entity.READ and Entity.CREATE



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


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

2018-06-07 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: RELATIONSHIP_DEFS_AS_ASSOCIATIONS.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-06-07.patch, Notes on running the OMRS 
> stack including the Atlas OMRS connector.txt, 
> RELATIONSHIP_DEFS_AS_ASSOCIATIONS.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-06-07 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: Notes on running the OMRS stack including the Atlas OMRS 
connector.txt

> 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-06-07.patch, Notes on running the OMRS 
> stack including the Atlas OMRS connector.txt
>
>
> 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-06-07 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: Notes on running the OMRS stack including the Atlas 
OMRS connector.txt)

> 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-06-07.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-06-07 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: RELATIONSHIP_DEFS_ASSOCIATIONS.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-06-07.patch, Notes on running the OMRS 
> stack including the Atlas OMRS connector.txt
>
>
> 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-06-07 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: RELATIONSHIP_DEFS_ASSOCIATIONS.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-06-07.patch, Notes on running the OMRS 
> stack including the Atlas OMRS connector.txt, 
> RELATIONSHIP_DEFS_ASSOCIATIONS.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] [Commented] (ATLAS-1773) Create the OMRS Connector for Atlas

2018-06-07 Thread Graham Wallis (JIRA)


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

Graham Wallis commented on ATLAS-1773:
--

Fresh patch uploaded. Please refer to the notes on how to do bring-up in an 
Atlas server

> 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-06-07.patch, Notes on running the OMRS 
> stack including the Atlas OMRS connector.txt
>
>
> 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-06-07 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: Notes on running the OMRS stack including the Atlas OMRS 
connector.txt

> 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-06-07.patch, Notes on running the OMRS 
> stack including the Atlas OMRS connector.txt
>
>
> 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-06-07 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: Notes on running the OMRS stack including the Atlas 
OMRS connector.txt)

> 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-06-07.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-06-07 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-05-25.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-06-07.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-06-07 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-06-07.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-05-25.patch, 
> ATLAS-1773-2018-06-07.patch, Notes on running the OMRS stack including the 
> Atlas OMRS connector.txt
>
>
> 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] [Commented] (ATLAS-2741) Deleted entities : DSL search with tag doesn't list the deleted entities to which that tag is associated

2018-06-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2741:


Commit 6c7d8e26868c4ee16d38f9cd28fe8ad09ef961e4 in atlas's branch 
refs/heads/branch-1.0 from [~sarath.ku...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=6c7d8e2 ]

ATLAS-2741: Deleted entities : DSL search with tag doesn't list the deleted 
entities to which that tag is associated #2

(cherry picked from commit ef4044273b28855d1fcd2e67afb50d5dc3c7be34)


> Deleted entities : DSL search with tag doesn't list the deleted entities to 
> which that tag is associated
> 
>
> Key: ATLAS-2741
> URL: https://issues.apache.org/jira/browse/ATLAS-2741
> 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: 
> 0001-ATLAS-2741-Deleted-entities-DSL-search-with-tag-does.patch
>
>
> 1.Create an hive_table employee and add tag1 to it. 
> 2.Drop the table.
> 3. DSL search : hive_table where name="employee" lists the DELETED table.
> 4. Basic search with tag1 and excludeDeletedEntities set to False lists the 
> DELETED table.
> 3. But, DSL search "hive_table isa tag1" doesn't list the DELETED table.



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


[jira] [Commented] (ATLAS-2741) Deleted entities : DSL search with tag doesn't list the deleted entities to which that tag is associated

2018-06-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2741:


Commit c36bc4f9fc20a61801bf26958056dca5e6daab80 in atlas's branch 
refs/heads/branch-1.0 from [~sarath.ku...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=c36bc4f ]

ATLAS-2741: Deleted entities : DSL search with tag doesn't list the deleted 
entities to which that tag is associated

(cherry picked from commit 595c87808a737374236bc63e0e5ed3c907969f7d)


> Deleted entities : DSL search with tag doesn't list the deleted entities to 
> which that tag is associated
> 
>
> Key: ATLAS-2741
> URL: https://issues.apache.org/jira/browse/ATLAS-2741
> 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: 
> 0001-ATLAS-2741-Deleted-entities-DSL-search-with-tag-does.patch
>
>
> 1.Create an hive_table employee and add tag1 to it. 
> 2.Drop the table.
> 3. DSL search : hive_table where name="employee" lists the DELETED table.
> 4. Basic search with tag1 and excludeDeletedEntities set to False lists the 
> DELETED table.
> 3. But, DSL search "hive_table isa tag1" doesn't list the DELETED table.



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


[jira] [Commented] (ATLAS-2742) UI : Timezone is set to blank when not set while saving classification to entities

2018-06-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2742:


Commit a08d8860f401284b80065d076e01db1a4736cbef in atlas's branch 
refs/heads/branch-1.0 from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=a08d886 ]

ATLAS-2742: UI : Timezone is set to blank when not set while saving 
classification to entities

Signed-off-by: nixonrodrigues 
(cherry picked from commit ecc4e4d2ed6442c16fba9598ef2a733113dc247d)


> UI : Timezone is set to blank when not set while saving classification to 
> entities
> --
>
> Key: ATLAS-2742
> URL: https://issues.apache.org/jira/browse/ATLAS-2742
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: ATLAS-2742.patch, Timezone-set-blank.png
>
>
> Steps:-
> Apply classification to an entity.
> Check Add validity period option.
> Select only start datetime and end datetime without selecting timezone.
> Go to entity page on classification and edit classification and check 
> timezone value set. 



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


Re: Review Request 67486: ATLAS-2745 EnumDefStore manages defaultValue

2018-06-07 Thread Madhan Neethiraj

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


Ship it!




Ship It!

- Madhan Neethiraj


On June 7, 2018, 1:57 p.m., Graham Wallis wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67486/
> ---
> 
> (Updated June 7, 2018, 1:57 p.m.)
> 
> 
> Review request for atlas and Madhan Neethiraj.
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> ATLAS-2745 - AtlasEnumDefStore should remember default value
> 
> 
> Diffs
> -
> 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEnumDefStoreV2.java
>  7d7233fe8c6e9b8449df7798afdc7216e30d538b 
> 
> 
> Diff: https://reviews.apache.org/r/67486/diff/1/
> 
> 
> Testing
> ---
> 
> Bring-up testing loading Open Metadata types including EnumDefs with default 
> values.
> 
> 
> Thanks,
> 
> Graham Wallis
> 
>



[jira] [Commented] (ATLAS-2745) Atlas EnumDefStore does not remember default value

2018-06-07 Thread Graham Wallis (JIRA)


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

Graham Wallis commented on ATLAS-2745:
--

RBT review is here: [https://reviews.apache.org/r/67486]

> Atlas EnumDefStore does not remember default value
> --
>
> Key: ATLAS-2745
> URL: https://issues.apache.org/jira/browse/ATLAS-2745
> Project: Atlas
>  Issue Type: Bug
>Reporter: Graham Wallis
>Assignee: Graham Wallis
>Priority: Minor
> Attachments: ATLAS-2745-2018-06-07.patch
>
>
> If an enum def has a default value it is not remembered when the enum is 
> stored.



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


Review Request 67486: ATLAS-2745 EnumDefStore manages defaultValue

2018-06-07 Thread Graham Wallis

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

Review request for atlas and Madhan Neethiraj.


Repository: atlas


Description
---

ATLAS-2745 - AtlasEnumDefStore should remember default value


Diffs
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEnumDefStoreV2.java
 7d7233fe8c6e9b8449df7798afdc7216e30d538b 


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


Testing
---

Bring-up testing loading Open Metadata types including EnumDefs with default 
values.


Thanks,

Graham Wallis



[jira] [Updated] (ATLAS-2745) Atlas EnumDefStore does not remember default value

2018-06-07 Thread Graham Wallis (JIRA)


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

Graham Wallis updated ATLAS-2745:
-
Attachment: ATLAS-2745-2018-06-07.patch

> Atlas EnumDefStore does not remember default value
> --
>
> Key: ATLAS-2745
> URL: https://issues.apache.org/jira/browse/ATLAS-2745
> Project: Atlas
>  Issue Type: Bug
>Reporter: Graham Wallis
>Assignee: Graham Wallis
>Priority: Minor
> Attachments: ATLAS-2745-2018-06-07.patch
>
>
> If an enum def has a default value it is not remembered when the enum is 
> stored.



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


[jira] [Commented] (ATLAS-2742) UI : Timezone is set to blank when not set while saving classification to entities

2018-06-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2742:


Commit ecc4e4d2ed6442c16fba9598ef2a733113dc247d in atlas's branch 
refs/heads/master from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=ecc4e4d ]

ATLAS-2742: UI : Timezone is set to blank when not set while saving 
classification to entities

Signed-off-by: nixonrodrigues 


> UI : Timezone is set to blank when not set while saving classification to 
> entities
> --
>
> Key: ATLAS-2742
> URL: https://issues.apache.org/jira/browse/ATLAS-2742
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
> Attachments: ATLAS-2742.patch, Timezone-set-blank.png
>
>
> Steps:-
> Apply classification to an entity.
> Check Add validity period option.
> Select only start datetime and end datetime without selecting timezone.
> Go to entity page on classification and edit classification and check 
> timezone value set. 



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


[jira] [Created] (ATLAS-2745) Atlas EnumDefStore does not remember default value

2018-06-07 Thread Graham Wallis (JIRA)
Graham Wallis created ATLAS-2745:


 Summary: Atlas EnumDefStore does not remember default value
 Key: ATLAS-2745
 URL: https://issues.apache.org/jira/browse/ATLAS-2745
 Project: Atlas
  Issue Type: Bug
Reporter: Graham Wallis
Assignee: Graham Wallis


If an enum def has a default value it is not remembered when the enum is stored.



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


[jira] [Updated] (ATLAS-2744) Update Atlas website with Downloads page to include Release notes

2018-06-07 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam updated ATLAS-2744:
--
Attachment: ATLAS-2744_1.patch

> Update Atlas website with Downloads page to include Release notes 
> --
>
> Key: ATLAS-2744
> URL: https://issues.apache.org/jira/browse/ATLAS-2744
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2744.patch, ATLAS-2744_1.patch
>
>
> * I think it will be useful to rename 'Releases' menu as 'Downloads'  and 
> link it to Downloads page. And this page will be updated to include Release 
> notes.
>  * Update all URLs to use https - which will result in red-rose for all links.



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


[jira] [Assigned] (ATLAS-2743) Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.

2018-06-07 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues reassigned ATLAS-2743:
--

Assignee: Nixon Rodrigues

> Create Entity UI renders Name and QualifiedName attribute textfield twice for 
> Avrotype.
> ---
>
> Key: ATLAS-2743
> URL: https://issues.apache.org/jira/browse/ATLAS-2743
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Assignee: Nixon Rodrigues
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
> Attachments: ATLAS-2743.patch, Avro-Type.png
>
>
> !Avro-Type.png!



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


[jira] [Comment Edited] (ATLAS-2743) Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.

2018-06-07 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues edited comment on ATLAS-2743 at 6/7/18 11:40 AM:
-

Removing  'Asset' as superType from Avro type from model JSON resolves the 
duplicate rendering issue.

Below is diff from patch ATLAS-2743.patch for review 
{noformat}
 diff --git a/addons/models/1000-Hadoop/1065-avro_model.json 
b/addons/models/1000-Hadoop/1065-avro_model.json
index 3eaddfb38..17fba8bb1 100644
--- a/addons/models/1000-Hadoop/1065-avro_model.json
+++ b/addons/models/1000-Hadoop/1065-avro_model.json
@@ -7,7 +7,7 @@
 "name": "avro_type",
 "description": "Atlas Type representing Abstract Avro Type",
 "superTypes": [
-"DataSet", "Asset"
+"DataSet"
 ],
{noformat}


was (Author: nixonrodrigues):
Removing  'Asset' as superType from Avro type from model JSON resolves the 
duplicate rendering issue.

Below is diff from patch 
ATLAS-2743.patch^!/jira/images/icons/link_attachment_7.gif|width=7,height=7! ^ 
for review 
{noformat}
 diff --git a/addons/models/1000-Hadoop/1065-avro_model.json 
b/addons/models/1000-Hadoop/1065-avro_model.json
index 3eaddfb38..17fba8bb1 100644
--- a/addons/models/1000-Hadoop/1065-avro_model.json
+++ b/addons/models/1000-Hadoop/1065-avro_model.json
@@ -7,7 +7,7 @@
 "name": "avro_type",
 "description": "Atlas Type representing Abstract Avro Type",
 "superTypes": [
-"DataSet", "Asset"
+"DataSet"
 ],
{noformat}

> Create Entity UI renders Name and QualifiedName attribute textfield twice for 
> Avrotype.
> ---
>
> Key: ATLAS-2743
> URL: https://issues.apache.org/jira/browse/ATLAS-2743
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
> Attachments: ATLAS-2743.patch, Avro-Type.png
>
>
> !Avro-Type.png!



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


[jira] [Commented] (ATLAS-2743) Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.

2018-06-07 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues commented on ATLAS-2743:


Removing  'Asset' as superType from Avro type from model JSON resolves the 
duplicate rendering issue.

Below is diff from patch 
ATLAS-2743.patch^!/jira/images/icons/link_attachment_7.gif|width=7,height=7! ^ 
for review 
{noformat}
 diff --git a/addons/models/1000-Hadoop/1065-avro_model.json 
b/addons/models/1000-Hadoop/1065-avro_model.json
index 3eaddfb38..17fba8bb1 100644
--- a/addons/models/1000-Hadoop/1065-avro_model.json
+++ b/addons/models/1000-Hadoop/1065-avro_model.json
@@ -7,7 +7,7 @@
 "name": "avro_type",
 "description": "Atlas Type representing Abstract Avro Type",
 "superTypes": [
-"DataSet", "Asset"
+"DataSet"
 ],
{noformat}

> Create Entity UI renders Name and QualifiedName attribute textfield twice for 
> Avrotype.
> ---
>
> Key: ATLAS-2743
> URL: https://issues.apache.org/jira/browse/ATLAS-2743
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
> Attachments: ATLAS-2743.patch, Avro-Type.png
>
>
> !Avro-Type.png!



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


[jira] [Updated] (ATLAS-2743) Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.

2018-06-07 Thread Nixon Rodrigues (JIRA)


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

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

> Create Entity UI renders Name and QualifiedName attribute textfield twice for 
> Avrotype.
> ---
>
> Key: ATLAS-2743
> URL: https://issues.apache.org/jira/browse/ATLAS-2743
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
> Attachments: ATLAS-2743.patch, Avro-Type.png
>
>
> !Avro-Type.png!



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


[jira] [Updated] (ATLAS-2744) Update Atlas website with Downloads page to include Release notes

2018-06-07 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam updated ATLAS-2744:
--
Attachment: ATLAS-2744.patch

> Update Atlas website with Downloads page to include Release notes 
> --
>
> Key: ATLAS-2744
> URL: https://issues.apache.org/jira/browse/ATLAS-2744
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2744.patch
>
>
> * I think it will be useful to rename 'Releases' menu as 'Downloads'  and 
> link it to Downloads page. And this page will be updated to include Release 
> notes.
>  * Update all URLs to use https - which will result in red-rose for all links.



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


[jira] [Assigned] (ATLAS-2744) Update Atlas website with Downloads page to include Release notes

2018-06-07 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam reassigned ATLAS-2744:
-

Assignee: Abhishek Kadam

> Update Atlas website with Downloads page to include Release notes 
> --
>
> Key: ATLAS-2744
> URL: https://issues.apache.org/jira/browse/ATLAS-2744
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
>
> * I think it will be useful to rename 'Releases' menu as 'Downloads'  and 
> link it to Downloads page. And this page will be updated to include Release 
> notes.
>  * Update all URLs to use https - which will result in red-rose for all links.



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


[jira] [Updated] (ATLAS-2744) Update Atlas website with Downloads page to include Release notes

2018-06-07 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues updated ATLAS-2744:
---
Description: 
* I think it will be useful to rename 'Releases' menu as 'Downloads'  and link 
it to Downloads page. And this page will be updated to include Release notes.
 * Update all URLs to use https - which will result in red-rose for all links.

  was:
*  I think it will be useful to rename 'Releases' menu as 'Downloads'  and link 
it to Downloads page. And this page will be updated to include Release notes.

 


> Update Atlas website with Downloads page to include Release notes 
> --
>
> Key: ATLAS-2744
> URL: https://issues.apache.org/jira/browse/ATLAS-2744
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Priority: Major
> Fix For: 1.1.0
>
>
> * I think it will be useful to rename 'Releases' menu as 'Downloads'  and 
> link it to Downloads page. And this page will be updated to include Release 
> notes.
>  * Update all URLs to use https - which will result in red-rose for all links.



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


[jira] [Created] (ATLAS-2744) Update Atlas website with Downloads page to include Release notes

2018-06-07 Thread Nixon Rodrigues (JIRA)
Nixon Rodrigues created ATLAS-2744:
--

 Summary: Update Atlas website with Downloads page to include 
Release notes 
 Key: ATLAS-2744
 URL: https://issues.apache.org/jira/browse/ATLAS-2744
 Project: Atlas
  Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Nixon Rodrigues
 Fix For: 1.1.0


*  I think it will be useful to rename 'Releases' menu as 'Downloads'  and link 
it to Downloads page. And this page will be updated to include Release notes.

 



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


[jira] [Updated] (ATLAS-2743) Create Entity UI renders Name and QualifiedName attribute textfield twice for Avrotype.

2018-06-07 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues updated ATLAS-2743:
---
Summary: Create Entity UI renders Name and QualifiedName attribute 
textfield twice for Avrotype.  (was: Create UI renders Name and QualifiedName 
attribute textfield twice for Avrotype.)

> Create Entity UI renders Name and QualifiedName attribute textfield twice for 
> Avrotype.
> ---
>
> Key: ATLAS-2743
> URL: https://issues.apache.org/jira/browse/ATLAS-2743
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Nixon Rodrigues
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
> Attachments: Avro-Type.png
>
>
> !Avro-Type.png!



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


[jira] [Created] (ATLAS-2743) Create UI renders Name and QualifiedName attribute textfield twice for Avrotype.

2018-06-07 Thread Nixon Rodrigues (JIRA)
Nixon Rodrigues created ATLAS-2743:
--

 Summary: Create UI renders Name and QualifiedName attribute 
textfield twice for Avrotype.
 Key: ATLAS-2743
 URL: https://issues.apache.org/jira/browse/ATLAS-2743
 Project: Atlas
  Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Nixon Rodrigues
 Fix For: 1.1.0, 2.0.0
 Attachments: Avro-Type.png

!Avro-Type.png!



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