[jira] [Created] (ATLAS-1521) Update UI to eliminate REST calls to obtain schema data

2017-02-01 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1521: --- Summary: Update UI to eliminate REST calls to obtain schema data Key: ATLAS-1521 URL: https://issues.apache.org/jira/browse/ATLAS-1521 Project: Atlas

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread Vimal Sharma
> On Feb. 1, 2017, 10:42 a.m., Vimal Sharma wrote: > > The cache size can grow large if the number of registered entities is high. > > It would be good to have a cache eviction policy just like it was done for > > DSL Query caching in ATLAS-1387 > > Jeff Hagelberg wrote: > We could do

Build failed in Jenkins: apache-atlas-nightly #582

2017-02-01 Thread Apache Jenkins Server
See Changes: [madhan] Revert "ATLAS-1369 - Java 7 Support" [madhan] Revert "ATLAS-1369 - Optimize gremlin queries generated by DSL [madhan] ATLAS-1517: updated hive_model to include schema related attributes

[jira] [Created] (ATLAS-1520) Bugzilla

2017-02-01 Thread Christopher Blackwell (JIRA)
Christopher Blackwell created ATLAS-1520: Summary: Bugzilla Key: ATLAS-1520 URL: https://issues.apache.org/jira/browse/ATLAS-1520 Project: Atlas Issue Type: Improvement

[jira] [Created] (ATLAS-1519) Bugzilla

2017-02-01 Thread Christopher Blackwell (JIRA)
Christopher Blackwell created ATLAS-1519: Summary: Bugzilla Key: ATLAS-1519 URL: https://issues.apache.org/jira/browse/ATLAS-1519 Project: Atlas Issue Type: Improvement

[jira] [Created] (ATLAS-1518) Bugzilla

2017-02-01 Thread Christopher Blackwell (JIRA)
Christopher Blackwell created ATLAS-1518: Summary: Bugzilla Key: ATLAS-1518 URL: https://issues.apache.org/jira/browse/ATLAS-1518 Project: Atlas Issue Type: Improvement

Apache Atlas 0.8 (incubating) release preparations

2017-02-01 Thread Madhan Neethiraj
Atlas team, It has been about 7 months since we released Apache Atlas 0.7 (incubating) version. We added several features/fixes in master branch during this time, including: 1. a new REST API with structured/well-defined input and output data structures. This would make it easier for

[jira] [Commented] (ATLAS-1517) Update hive_model to include schema related attributes

2017-02-01 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849347#comment-15849347 ] Madhan Neethiraj commented on ATLAS-1517: - +1 for the patch > Update hive_model to include schema

[jira] [Updated] (ATLAS-1517) Update hive_model to include schema related attributes

2017-02-01 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarath Subramanian updated ATLAS-1517: -- Attachment: ATLAS-1517.3.patch > Update hive_model to include schema related attributes

[jira] [Updated] (ATLAS-1517) Update hive_model to include schema related attributes

2017-02-01 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarath Subramanian updated ATLAS-1517: -- Attachment: ATLAS-1507.patch > Update hive_model to include schema related attributes >

Re: Review Request 56184: ATLAS-1499: Notification processing using V2 Store

2017-02-01 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56184/ --- (Updated Feb. 2, 2017, 12:57 a.m.) Review request for atlas, Madhan Neethiraj,

UT failure: caused by guava version update in ATLAS-1369?

2017-02-01 Thread Madhan Neethiraj
Jeff, I notice failure in following unit tests, which are most likely caused by change to guava version (from 18.0 => 19.0) in ATLAS-1369. Can you please look into this and address this failure? Thanks, Madhan Failed tests: HBaseBasedAuditRepositoryTest.setup:40 » Runtime Master not

Build failed in Jenkins: apache-atlas-nightly #581

2017-02-01 Thread Apache Jenkins Server
See Changes: [jnhagelberg] ATLAS-1369 - Optimize gremlin queries generated by DSL translator [madhan] ATLAS-1509: fixed issues with deletion during updates [dkantor] ATLAS-1514 Remove duplicates from class array attribute when

RE: [5/5] incubator-atlas git commit: ATLAS-1369 - Optimize gremlin queries generated by DSL translator

2017-02-01 Thread Jeffrey N Hagelberg
FYI - This is fixed now. -Original Message- From: Madhan Neethiraj [mailto:mad...@apache.org] Sent: Wednesday, February 01, 2017 5:21 PM To: jnhagelb...@apache.org Cc: dev@atlas.incubator.apache.org Subject: Re: [5/5] incubator-atlas git commit: ATLAS-1369 - Optimize gremlin queries

[jira] [Commented] (ATLAS-1514) Duplicates in class array attribute are not removed during delete

2017-02-01 Thread David Kantor (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15849081#comment-15849081 ] David Kantor commented on ATLAS-1514: - Committed to master -

Re: [5/5] incubator-atlas git commit: ATLAS-1369 - Optimize gremlin queries generated by DSL translator

2017-02-01 Thread Madhan Neethiraj
Jeff, Does this patch require JDK8? Compiling with JDK7 fails with the failures like: [ERROR] /Users/mneethiraj/Apache/git/incubator-atlas/repository/src/main/java/org/apache/atlas/gremlin/optimizer/ExpressionFinder.java:20: error: package java.util.function does not exist [ERROR]

Review Request 56184: ATLAS-1499: Notification processing using V2 Store

2017-02-01 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56184/ --- Review request for atlas, Madhan Neethiraj, Sarath Subramanian, Suma

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread Jeff Hagelberg
> On Feb. 1, 2017, 10:42 a.m., Vimal Sharma wrote: > > The cache size can grow large if the number of registered entities is high. > > It would be good to have a cache eviction policy just like it was done for > > DSL Query caching in ATLAS-1387 > > Jeff Hagelberg wrote: > We could do

[jira] [Commented] (ATLAS-1509) Fix issues with deletion of edges, owned vertices during update

2017-02-01 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848975#comment-15848975 ] Madhan Neethiraj commented on ATLAS-1509: - Patch committed to master:

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread Jeff Hagelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56102/ --- (Updated Feb. 1, 2017, 9:41 p.m.) Review request for atlas and David Kantor.

Re: Review Request 56113: Fixed issues with deletion during updates

2017-02-01 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56113/#review163881 --- Ship it! Suma - I merged this patch with other recent changes.

Build failed in Jenkins: apache-atlas-nightly #580

2017-02-01 Thread Apache Jenkins Server
See Changes: [madhan] ATLAS-1516: fix unit test failure in -- [...truncated 5542 lines...] 127.0.0.1 - - [01/Feb/2017:21:09:24 +] "GET

[jira] [Commented] (ATLAS-1516) fix unit test failure in DefaultMetadataServiceTest.testSpecialCharacters

2017-02-01 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848829#comment-15848829 ] Madhan Neethiraj commented on ATLAS-1516: - Committed to master:

Re: Review Request 56182: ATLAS-1516: fix unit test failure in DefaultMetadataServiceTest.testSpecialCharacters()

2017-02-01 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56182/#review163845 --- Ship it! Ship It! - Apoorv Naik On Feb. 1, 2017, 6:09 p.m.,

Review Request 56182: ATLAS-1516: fix unit test failure in DefaultMetadataServiceTest.testSpecialCharacters()

2017-02-01 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56182/ --- Review request for atlas. Bugs: ATLAS-1516

[jira] [Updated] (ATLAS-1516) fix unit test failure in DefaultMetadataServiceTest.testSpecialCharacters

2017-02-01 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1516: Attachment: ATLAS-1516.patch Patch is available at the review board here:

Re: Changes to JIRA ServiceDesk

2017-02-01 Thread Chris Lambertus
> On Jan 30, 2017, at 2:54 PM, Pono Takamori wrote: > > Greetings from Infra, > We recently began our upgrade path for modernizing JIRA and in the > process ServiceDesk was also upgraded. Before this upgrade the use of > ServiceDesk was very straightforward for admins, but now

[jira] [Created] (ATLAS-1516) fix unit test failure in DefaultMetadataServiceTest.testSpecialCharacters

2017-02-01 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-1516: --- Summary: fix unit test failure in DefaultMetadataServiceTest.testSpecialCharacters Key: ATLAS-1516 URL: https://issues.apache.org/jira/browse/ATLAS-1516

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread David Kantor
> On Feb. 1, 2017, 10:42 a.m., Vimal Sharma wrote: > > The cache size can grow large if the number of registered entities is high. > > It would be good to have a cache eviction policy just like it was done for > > DSL Query caching in ATLAS-1387 > > Jeff Hagelberg wrote: > We could do

[jira] [Updated] (ATLAS-1515) Build (tests) fail with python3, only works with python2

2017-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/ATLAS-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Péter Gergő Barna updated ATLAS-1515: - Attachment: ATLAS-1515.patch > Build (tests) fail with python3, only works with python2 >

[jira] [Created] (ATLAS-1515) Build (tests) fail with python3, only works with python2

2017-02-01 Thread JIRA
Péter Gergő Barna created ATLAS-1515: Summary: Build (tests) fail with python3, only works with python2 Key: ATLAS-1515 URL: https://issues.apache.org/jira/browse/ATLAS-1515 Project: Atlas

Re: Review Request 54680: ATLAS-1369 - Optimize gremlin queries generated by DSL translator

2017-02-01 Thread Jeff Hagelberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54680/#review163818 --- Any other comments on this? If not, I will commit it this

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread Jeff Hagelberg
> On Feb. 1, 2017, 10:42 a.m., Vimal Sharma wrote: > > The cache size can grow large if the number of registered entities is high. > > It would be good to have a cache eviction policy just like it was done for > > DSL Query caching in ATLAS-1387 > > Jeff Hagelberg wrote: > We could do

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread Jeff Hagelberg
> On Feb. 1, 2017, 10:42 a.m., Vimal Sharma wrote: > > The cache size can grow large if the number of registered entities is high. > > It would be good to have a cache eviction policy just like it was done for > > DSL Query caching in ATLAS-1387 We could do that. It seems like overkill

[jira] [Commented] (ATLAS-1514) Duplicates in class array attribute are not removed during delete

2017-02-01 Thread David Kantor (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848466#comment-15848466 ] David Kantor commented on ATLAS-1514: - In progress > Duplicates in class array attribute are not

Build failed in Jenkins: apache-atlas-nightly #579

2017-02-01 Thread Apache Jenkins Server
See Changes: [kbhatt] ATLAS-1513: updated AtlasEntityType with methods to get foreign-key -- [...truncated 5635 lines...] 127.0.0.1 - - [01/Feb/2017:14:30:13 +] "GET

[jira] [Commented] (ATLAS-1512) Hive Hook fails due to - Table not found exception

2017-02-01 Thread Russell Anderson (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848409#comment-15848409 ] Russell Anderson commented on ATLAS-1512: - ATLAS-1274 - table not found exception with temporary

[jira] [Created] (ATLAS-1514) Duplicates in class array attribute are not removed during delete

2017-02-01 Thread David Kantor (JIRA)
David Kantor created ATLAS-1514: --- Summary: Duplicates in class array attribute are not removed during delete Key: ATLAS-1514 URL: https://issues.apache.org/jira/browse/ATLAS-1514 Project: Atlas

[jira] [Commented] (ATLAS-1513) Update AtlasEntityType with a method to get foreign-key references

2017-02-01 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848353#comment-15848353 ] Keval Bhatt commented on ATLAS-1513: +1 Committed to master

Re: Review Request 56161: ATLAS-1513: updated AtlasEntityType with methods to get foreignKey references to a type; added helper methods in AtlasAttribute

2017-02-01 Thread keval bhatt
> On Feb. 1, 2017, 12:36 p.m., keval bhatt wrote: > > Ship It! Tried Following usecase. * Created entity * search that created entity * lineage of that created entity * delete entity * created hive_table entity using UI * created hive_column entity using UI - keval

Re: Review Request 56161: ATLAS-1513: updated AtlasEntityType with methods to get foreignKey references to a type; added helper methods in AtlasAttribute

2017-02-01 Thread keval bhatt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56161/#review163804 --- Ship it! Ship It! - keval bhatt On Feb. 1, 2017, 10:47

Re: Apache Atlas Bridge for Flink

2017-02-01 Thread Vimal Sharma
Hi Stefan, Apache Atlas does not have a bridge for Flink currently. I don’t think there has been any request for this feature in the past. Hope this helps. Thanks Vimal On 2/1/17, 4:05 PM, "Stefan Papp" wrote: >Hi, > > >Is an Apache Atlas Bridge for

[jira] [Commented] (ATLAS-1513) Update AtlasEntityType with a method to get foreign-key references

2017-02-01 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848223#comment-15848223 ] Madhan Neethiraj commented on ATLAS-1513: - Patch is available in the review board at:

[jira] [Updated] (ATLAS-1513) Update AtlasEntityType with a method to get foreign-key references

2017-02-01 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-1513: Attachment: ATLAS-1513.patch > Update AtlasEntityType with a method to get foreign-key

Review Request 56161: ATLAS-1513: updated AtlasEntityType with methods to get foreignKey references to a type; added helper methods in AtlasAttribute

2017-02-01 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56161/ --- Review request for atlas. Bugs: ATLAS-1513

Re: Review Request 56102: ATLAS-1388 : Cache entities that are created/updated

2017-02-01 Thread Vimal Sharma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56102/#review163800 --- The cache size can grow large if the number of registered

Apache Atlas Bridge for Flink

2017-02-01 Thread Stefan Papp
Hi, Is an Apache Atlas Bridge for Flink available? Has this feature already been requested. Stefan Stefan Papp Data Architect The unbelievable Machine Company GmbH Museumsplatz 1/10/13 1070 Wien Tel: +43 - 1 - 361 99 77 - 215 Mobil: +43664 2614367 https://www.unbelievable-machine.com

Re: Review Request 56113: Fixed issues with deletion during updates

2017-02-01 Thread Vimal Sharma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56113/#review163797 ---

Build failed in Jenkins: apache-atlas-nightly #578

2017-02-01 Thread Apache Jenkins Server
See Changes: [madhan] ATLAS-1502: added configuration to restrict entity-types editable via UI -- [...truncated 5230 lines...] 127.0.0.1 - - [31/Jan/2017:23:42:23 +] "POST