Review Request 70463: ATLAS-3132: Improvements

2019-04-11 Thread Ashutosh Mestry
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70463/ --- Review request for atlas, Kapildeo Nayak, Madhan Neethiraj, Nikhil Bonte, Nixon

[jira] [Updated] (ATLAS-3134) Change Date.getTime() to System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Description: {color:#33}Location: 

[jira] [Updated] (ATLAS-3133) Capture metadata for different executions of the same process in Atlas

2019-04-11 Thread Srikanth Venkat (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srikanth Venkat updated ATLAS-3133: --- Description: Background: The current Atlas process metadata model within Atlas does not

[jira] [Commented] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815947#comment-16815947 ] ASF subversion and git services commented on ATLAS-3071: Commit

[jira] [Commented] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815945#comment-16815945 ] ASF subversion and git services commented on ATLAS-3071: Commit

[jira] [Updated] (ATLAS-3134) Change Date.getTime() to System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Description: {color:#33}Location: 

[GitHub] [atlas] bd2019us opened a new pull request #40: ATLAS-3134 System.currentTimeMillis() is better than Date.getTime()

2019-04-11 Thread GitBox
bd2019us opened a new pull request #40: ATLAS-3134 System.currentTimeMillis() is better than Date.getTime() URL: https://github.com/apache/atlas/pull/40 new Date() is just a thin wrapper around System.currentTimeMillis(). Using System.currentTimeMillis() is better since we don't need

[jira] [Updated] (ATLAS-3134) Change Date.getTime() to System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Summary: Change Date.getTime() to System.currentTimeMillis() to improve performance (was: Change

[jira] [Updated] (ATLAS-3134) Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Description: {color:#33}Location: 

[jira] [Updated] (ATLAS-3134) Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Description: {color:#33}Location: 

[jira] [Updated] (ATLAS-3134) Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Attachment: 1.patch > Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to >

[jira] [Updated] (ATLAS-3134) Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Description: {color:#33}java.util.Date.getTime() is a thin wrapper around  System.currentTimeMillis(). 

[jira] [Updated] (ATLAS-3134) Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated ATLAS-3134: Description: {color:#33}java.util.Date.getTime(){color} > Change java.util.Date.getTime() to

[jira] [Created] (ATLAS-3134) Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance

2019-04-11 Thread bd2019us (JIRA)
bd2019us created ATLAS-3134: --- Summary: Change java.util.Date.getTime() to java.lang.System.currentTimeMillis() to improve performance Key: ATLAS-3134 URL: https://issues.apache.org/jira/browse/ATLAS-3134

Re: Review Request 70462: ATLAS-3133 : Adding support for Process Executions in Atlas

2019-04-11 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70462/#review214615 ---

Re: Review Request 70462: ATLAS-3133 : Adding support for Process Executions in Atlas

2019-04-11 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70462/#review214611 ---

[jira] [Resolved] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-04-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj resolved ATLAS-3071. - Resolution: Fixed Fix Version/s: 2.0.0 > Add Functionalities to Collect

[jira] [Updated] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-04-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj updated ATLAS-3071: Attachment: ATLAS-3071-2.patch > Add Functionalities to Collect Notification

[jira] [Commented] (ATLAS-3071) Add Functionalities to Collect Notification Metrics/Entity Lifecyle

2019-04-11 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815874#comment-16815874 ] Madhan Neethiraj commented on ATLAS-3071: - [^ATLAS-3071-2.patch] - minor updates, to rename

Re: Review Request 70462: ATLAS-3133 : Adding support for Process Executions in Atlas

2019-04-11 Thread Aadarsh Jajodia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70462/ --- (Updated April 12, 2019, 12:39 a.m.) Review request for atlas, Ashutosh

[jira] [Created] (ATLAS-3133) Capture metadata for different execution of the same process in Atlas

2019-04-11 Thread Srikanth Venkat (JIRA)
Srikanth Venkat created ATLAS-3133: -- Summary: Capture metadata for different execution of the same process in Atlas Key: ATLAS-3133 URL: https://issues.apache.org/jira/browse/ATLAS-3133 Project:

[jira] [Updated] (ATLAS-3133) Capture metadata for different executions of the same process in Atlas

2019-04-11 Thread Srikanth Venkat (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srikanth Venkat updated ATLAS-3133: --- Summary: Capture metadata for different executions of the same process in Atlas (was:

[jira] [Assigned] (ATLAS-3133) Capture metadata for different executions of the same process in Atlas

2019-04-11 Thread Aadarsh Jajodia (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aadarsh Jajodia reassigned ATLAS-3133: -- Assignee: Aadarsh Jajodia > Capture metadata for different executions of the same

[jira] [Updated] (ATLAS-3132) Data Patch Fx: Improve Data Patching Performance

2019-04-11 Thread Ashutosh Mestry (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Mestry updated ATLAS-3132: --- Description: *Background* The Java patch framework (now called data patching framework)

[jira] [Created] (ATLAS-3132) Data Patch Fx: Improve Data Patching Performance

2019-04-11 Thread Ashutosh Mestry (JIRA)
Ashutosh Mestry created ATLAS-3132: -- Summary: Data Patch Fx: Improve Data Patching Performance Key: ATLAS-3132 URL: https://issues.apache.org/jira/browse/ATLAS-3132 Project: Atlas Issue

Review Request 70457: ATLAS-3131 UI : Stats Popup Improvements

2019-04-11 Thread Binit Gutka
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70457/ --- Review request for atlas, keval bhatt, Madhan Neethiraj, Nikhil Bonte, and

[jira] [Updated] (ATLAS-3131) UI : Stats Popup Improvements

2019-04-11 Thread Binit Gutka (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Binit Gutka updated ATLAS-3131: --- Attachment: ATLAS-3131.patch > UI : Stats Popup Improvements > - > >

[jira] [Updated] (ATLAS-3131) UI : Stats Popup Improvements

2019-04-11 Thread Binit Gutka (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Binit Gutka updated ATLAS-3131: --- Attachment: (was: ATLAS-3131.patch) > UI : Stats Popup Improvements >

[jira] [Updated] (ATLAS-3128) UI: Create entity is not working after new relationship attribute introduce

2019-04-11 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt updated ATLAS-3128: --- Attachment: ATLAS-3128-new-improvment.patch > UI: Create entity is not working after new

[jira] [Created] (ATLAS-3131) UI : Stats Popup Improvements

2019-04-11 Thread Binit Gutka (JIRA)
Binit Gutka created ATLAS-3131: -- Summary: UI : Stats Popup Improvements Key: ATLAS-3131 URL: https://issues.apache.org/jira/browse/ATLAS-3131 Project: Atlas Issue Type: Improvement

Atlas Entity for specific GUID

2019-04-11 Thread anshu shukla
Hi, Due to some specific use case, I want to create Atlas entity with fixed and given GUID. Is it possible? If not then please suggest which part of code correspond to that. -- Thanks & Regards, Anshu Shukla

[jira] [Commented] (ATLAS-3110) Add a bulk api to get entities by unique attributes

2019-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815176#comment-16815176 ] ASF subversion and git services commented on ATLAS-3110: Commit

[jira] [Updated] (ATLAS-3110) Add a bulk api to get entities by unique attributes

2019-04-11 Thread Ayush Nigam (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Nigam updated ATLAS-3110: --- Attachment: (was: ATLAS-3110.patch) > Add a bulk api to get entities by unique attributes >

[jira] [Updated] (ATLAS-3110) Add a bulk api to get entities by unique attributes

2019-04-11 Thread Ayush Nigam (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Nigam updated ATLAS-3110: --- Attachment: ATLAS-3110(1).patch > Add a bulk api to get entities by unique attributes >

[jira] [Commented] (ATLAS-3110) Add a bulk api to get entities by unique attributes

2019-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815171#comment-16815171 ] ASF subversion and git services commented on ATLAS-3110: Commit

[jira] [Commented] (ATLAS-3110) Add a bulk api to get entities by unique attributes

2019-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815170#comment-16815170 ] ASF subversion and git services commented on ATLAS-3110: Commit