[jira] [Created] (ATLAS-4322) Hive HOOK NPE

2021-06-01 Thread Radhika Kundam (Jira)
Radhika Kundam created ATLAS-4322:
-

 Summary: Hive HOOK NPE
 Key: ATLAS-4322
 URL: https://issues.apache.org/jira/browse/ATLAS-4322
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Radhika Kundam
Assignee: Radhika Kundam


2021-05-25 15:06:38,131 ERROR org.apache.atlas.hive.hook.HiveHook: 
[HiveServer2-Background-Pool: Thread-529]: HiveHook.run(): failed to process 
operation ALTERTABLE_RENAMECOL2021-05-25 15:06:38,131 ERROR 
org.apache.atlas.hive.hook.HiveHook: [HiveServer2-Background-Pool: Thread-529]: 
HiveHook.run(): failed to process operation 
ALTERTABLE_RENAMECOLjava.lang.NullPointerException: null at 
java.util.ArrayList.(ArrayList.java:178) ~[?:1.8.0_292] at 
org.apache.atlas.hive.hook.events.AlterTableRenameCol.getHiveMessages(AlterTableRenameCol.java:76)
 ~[hive-bridge-2.1.0.7.2.9.1-2.jar:2.1.0.7.2.9.1-2] at 
org.apache.atlas.hive.hook.events.AlterTableRenameCol.getNotificationMessages(AlterTableRenameCol.java:55)
 ~[hive-bridge-2.1.0.7.2.9.1-2.jar:2.1.0.7.2.9.1-2]

 

In ATLAS-2757 a similar issue was fixed (in 2018) by adding a check for 
{{baseMsgs}}
 but in ATLAS-3148 it was re-introduced (in 2019).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4306) Atlas Spooling: Support for User-specific Spool Directory

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4306:


Commit 36678ab1f331eb717578c3b2ed6677544ac3aa2a in atlas's branch 
refs/heads/master from Ashutosh Mestry
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=36678ab ]

ATLAS-4306: Support for User-specific Spool Directory


> Atlas Spooling: Support for User-specific Spool Directory
> -
>
> Key: ATLAS-4306
> URL: https://issues.apache.org/jira/browse/ATLAS-4306
> Project: Atlas
>  Issue Type: Bug
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
> Attachments: 
> ATLAS-4306-Support-for-User-specific-Spool-Directory.patch
>
>
> *Background*
> Spooling for messages is enabled for hooks that publish messages to Atlas. 
> This is available for hooks that choose to add the following properties:
> {code:java}
> atlas.hook.spool.enabled=true
> atlas.hook.spool.dir=/spool-dir{code}
> Once the hook is initialized, the directory is created. The user who creates 
> the directory will have read-write permissions to the spool directly.
> There are cases where the hook gets initialized with different users. When 
> that happen, the directory is accessible to the other user. This causes 
> initialization failure and the spooling functionality not to be available to 
> the other user.
> *Solution(s)*
> This problem can be circumvented by making the 2 users be part of the same 
> group that will allow for same directory to be present for multiple users. 
> Multi-user access is currently supported.
> For the scenario, where multiple users are not part of the same group, the 
> situation described above will come into play. 
> _Approach Used_
> **No directory exists, _User1_ first creates the directory specified in the 
> configuration.
> Directory exists, _User1_ has access to the directory and spooling is enabled.
> Directory exists, _User2_ does not have access to the directory. New 
> directory with username suffixed to the existing directory name is created. 
> The directory created for the user will be
>  
> {code:java}
> /spool-dir-User1 
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Review Request 73317: ATLAS-3812: Add schema for Apache Flink

2021-06-01 Thread Josh Yeh via Review Board

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

(Updated June 1, 2021, 6:59 p.m.)


Review request for atlas, Ashutosh Mestry, Pinal Shah, and Sarath Subramanian.


Repository: atlas


Description
---

ATLAS-3812: Add schema for Apache Flink


Diffs (updated)
-

  addons/models/1000-Hadoop/1110-flink_model.json PRE-CREATION 


Diff: https://reviews.apache.org/r/73317/diff/4/

Changes: https://reviews.apache.org/r/73317/diff/3-4/


Testing
---

Tested on my CDH cluster with flink example wordcount streaming job.


File Attachments


Screen Shot 2021-04-30 at 12.38.27 AM.png
  
https://reviews.apache.org/media/uploaded/files/2021/04/30/2ff59445-7237-4be1-a1a0-b6db70bc7827__Screen_Shot_2021-04-30_at_12.38.27_AM.png


Thanks,

Josh Yeh



Re: Review Request 73317: ATLAS-3812: Add schema for Apache Flink

2021-06-01 Thread Josh Yeh via Review Board

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

(Updated June 1, 2021, 6:55 p.m.)


Review request for atlas, Ashutosh Mestry, Pinal Shah, and Sarath Subramanian.


Repository: atlas


Description
---

ATLAS-3812: Add schema for Apache Flink


Diffs (updated)
-

  
addons/kafka-bridge/src/main/java/org/apache/atlas/kafka/bridge/KafkaBridge.java
 f9548244364a8f79f346411739348d0d53298c99 
  addons/models/1000-Hadoop/1110-flink_model.json PRE-CREATION 
  build-tools/src/main/resources/ui-dist/index.html 
653c38b1614680ea58d7a72aa0a3a9370ec28e31 
  build-tools/src/main/resources/ui-dist/index.js 
3ae40764c6cde3ee13a0fcb94e9e0a437ac530bc 
  common/src/main/java/org/apache/atlas/CommonConfiguration.java 
edea42ba8b92722c7a90af690c409cb648bb4255 
  common/src/main/java/org/apache/atlas/annotation/Timed.java 
b892a16c743ba6747b51bb849f3d9f2164e33d9c 
  common/src/main/java/org/apache/atlas/repository/Constants.java 
aea0c13111b1928a4ac3b687dcc904e729e4deaa 
  common/src/main/java/org/apache/atlas/utils/KafkaUtils.java 
16744225977088e86fa81649a1413182fdc0ffb8 
  common/src/test/java/org/apache/atlas/utils/KafkaUtilsTest.java 
562e28ae1e6d992ea03babe2200185d8aae076c9 
  dashboardv2/package-lock.json 61fd944c6223985efaff10f25a69f590da30d7d6 
  dashboardv2/public/css/scss/override.scss 
c51a23c3f684f1944b960cfe3888bc3b7ccaf1a7 
  dashboardv2/public/css/scss/tab.scss c164b47440d35482ce222e95408b0b29c514c7de 
  dashboardv2/public/css/scss/table.scss 
121769b18c57df2c74b211e563b17d373860f4b4 
  dashboardv2/public/css/scss/theme.scss 
4838ca3afb91830084dfd83ad9fd5cb6d26c7f2a 
  dashboardv2/public/js/external_lib/atlas-lineage/dist/index.js 
1ff212838e284cbdee092f325f4dad2a6a4c2a33 
  dashboardv2/public/js/main.js 7c8bbb48768382bee8df53cd72d0b995b0a152d6 
  dashboardv2/public/js/router/Router.js 
ea26bf5c08eb3dae14dd26cfe11b794a58f279b9 
  dashboardv2/public/js/templates/detail_page/DetailPageLayoutView_tmpl.html 
ee4b9431fdf3d8bda3ed9db16abe1c19eaa04aae 
  
dashboardv2/public/js/templates/detail_page/PendingTaskTableLayoutView_tmpl.html
 059c42f69090ba8e90570927a9d1b958ccdfb862 
  dashboardv2/public/js/templates/dev_debug/DebugMetricsLayoutView_tmpl.html 
78d91bf13c8f51a12cda4215b030418cb67f92c6 
  dashboardv2/public/js/templates/site/DebugMetricsTableLayoutView_tmpl.html 
8b543680a2a61a22060ac141a9ffd1d9544fc6f5 
  dashboardv2/public/js/templates/site/Header.html 
572e39e7804a97102c60e7e980ed309e8662c24a 
  dashboardv2/public/js/templates/site/MetricsUIInfoView_tmpl.html 
837c3b5bf9c1fd160d7ab49a109bff4a8f6937a5 
  dashboardv2/public/js/utils/CommonViewFunction.js 
bb3fa3fecd9ee2949cf3a9b27646190f5ab66133 
  dashboardv2/public/js/utils/Globals.js 
b0dc5cd77506ed19b1f2338bf9ea7868e027fd72 
  dashboardv2/public/js/utils/UrlLinks.js 
eb2980c11850f4ec2ab4c9bd6774d755de87a78b 
  dashboardv2/public/js/utils/Utils.js f426b6c98aa1cb89d8f06196c765830ba0e7285f 
  dashboardv2/public/js/views/audit/AuditTableLayoutView.js 
625ae87c5d86280e53d390ed28dd08897b43ffe5 
  dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js 
d8e10cce02b1a68fdbf54ae0535a83b0aa2cc5b2 
  dashboardv2/public/js/views/detail_page/PendingTaskTableLayoutView.js 
0e32ebe7a34062f1e525daccc6ddda59705035f0 
  dashboardv2/public/js/views/dev_debug/DebugMetricsLayoutView.js 
375d551c2f6629ae454226437595a4021a0a8b43 
  dashboardv2/public/js/views/graph/LineageLayoutView.js 
5ad657e2552247b263c9bd5b2d10f4304de72b95 
  dashboardv2/public/js/views/import/ImportLayoutView.js 
88d553c6f0f2d9fed2823e39f7260e0b390cfc8c 
  dashboardv2/public/js/views/site/DebugMetricsTableLayoutView.js 
407e489adb93599e54af4bc51a36cb583c3706f1 
  dashboardv2/public/js/views/site/Header.js 
ffb582ed4bbf80775c15a52a56f3231bebd0e5a8 
  dashboardv2/public/js/views/site/MetricsUIInfoView.js 
f46b5b84f57b5018e5d4b1d1a675907e933e0c43 
  dashboardv2/public/js/views/site/SideNavLayoutView.js 
e0f717a24cff8fda6c634f4d0e56784d526528c1 
  dashboardv2/public/js/views/tag/TagAttributeDetailLayoutView.js 
9b8b90fc63a98c5d9b0a13541d7c28afff16378b 
  dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js 
c780deb7d33ee2ee60714ba908fea21c1a032262 
  dashboardv2/public/js/views/tag/TagLayoutView.js 
f40846953913531d13b0272ab68fe19d91dd60c4 
  dashboardv3/package-lock.json 2b00b159e41246e9033466472e69e217cb3a7349 
  dashboardv3/public/css/scss/override.scss 
280afd694d4559cd7cd7a2d0dc6e7cb35071e15a 
  dashboardv3/public/css/scss/tab.scss c164b47440d35482ce222e95408b0b29c514c7de 
  dashboardv3/public/css/scss/table.scss 
121769b18c57df2c74b211e563b17d373860f4b4 
  dashboardv3/public/js/external_lib/atlas-lineage/dist/index.js 
1ff212838e284cbdee092f325f4dad2a6a4c2a33 
  dashboardv3/public/js/main.js 374641ee01b697f9b74d7cc3888fb4e885f1a88e 
  dashboardv3/public/js/router/Router.js 
bd50715576e6084bd0bb71f3a6da6095fa754b17 

[jira] [Commented] (ATLAS-4319) Code refactoring in kafka bridge

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4319:


Commit 6e07c2e4fd1b0c4acf28781d021a989dfdbcbc1c in atlas's branch 
refs/heads/branch-2.0 from Benedict Jin
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=6e07c2e ]

ATLAS-4319 : Code refactoring in kafka bridge #136

(cherry picked from commit ab23b99c50ec355773da35da2af5a2c3d01c3cec)


> Code refactoring in kafka bridge 
> -
>
> Key: ATLAS-4319
> URL: https://issues.apache.org/jira/browse/ATLAS-4319
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Trivial
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> https://github.com/apache/atlas/pull/136



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4320) Fixing location uri for DB entities in QuickStartV2

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4320:


Commit 84bef096304b30f0f0c01671a84cf64edaf6bb05 in atlas's branch 
refs/heads/branch-2.0 from shrutimantri
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=84bef09 ]

ATLAS-4320: Fixing location uri for DB entities in QuickStartV2 (#131)

Co-authored-by: Shruti Mantri 
(cherry picked from commit fac8349593a63a1578f9337712e4c1db055abcd8)


> Fixing location uri for DB entities in QuickStartV2
> ---
>
> Key: ATLAS-4320
> URL: https://issues.apache.org/jira/browse/ATLAS-4320
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Fixing location uri for DB entities in QuickStartV2
> Fix is provided in PR.
> https://github.com/apache/atlas/pull/131



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4321) Ignore files generated under webapp/overlays

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4321:


Commit c3abfca7a0ea22e1e8389c6768abcf8ba61d7028 in atlas's branch 
refs/heads/branch-2.0 from Benedict Jin
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=c3abfca ]

ATLAS-4321 : Ignore files generated under webapp/overlays (#132)

(cherry picked from commit 3356dfc5f847f607d8dddef4eddda0f642dc6c76)


> Ignore files generated under webapp/overlays
> 
>
> Key: ATLAS-4321
> URL: https://issues.apache.org/jira/browse/ATLAS-4321
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Nixon Rodrigues
>Priority: Trivial
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Merge PR [https://github.com/apache/atlas/pull/132]
>  
> By modifying the {{.gitignore}} configuration file, we can ignore the files 
> generated under {{webapp/overlays}} and avoid submitting temporary files by 
> mistake.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4318:


Commit bf688aa126d0c8cda09912badd95e879420b0258 in atlas's branch 
refs/heads/branch-2.0 from Claudio Benfatto
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=bf688aa ]

ATLAS-4318 : fix python client api url concatenation (#130)

(cherry picked from commit 4f74de1498ef9f191f2b6d21d963d6de6ca0c5f9)


> Fix python client issues and code refactoring
> -
>
> Key: ATLAS-4318
> URL: https://issues.apache.org/jira/browse/ATLAS-4318
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Merge PR reported on github.
> [https://github.com/apache/atlas/pull/130]
> https://github.com/apache/atlas/pull/135



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4318:


Commit 625f223cbf013b3c008b48e99261f55bb83c7cda in atlas's branch 
refs/heads/branch-2.0 from UnexpectedPineapple
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=625f223 ]

ATLAS-4318 : Fixed bug in entity.py (#135)

Co-authored-by: UnexpectedPineapple <>
(cherry picked from commit 8f1bd684e4168c4cf6f0f05a8cb64acb18c90a5b)


> Fix python client issues and code refactoring
> -
>
> Key: ATLAS-4318
> URL: https://issues.apache.org/jira/browse/ATLAS-4318
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Merge PR reported on github.
> [https://github.com/apache/atlas/pull/130]
> https://github.com/apache/atlas/pull/135



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [atlas] nixonrodrigues commented on pull request #132: ATLAS-4321 : Ignore files generated under webapp/overlays

2021-06-01 Thread GitBox


nixonrodrigues commented on pull request #132:
URL: https://github.com/apache/atlas/pull/132#issuecomment-852323689


   Thanks @asdf2014 for the fix. Merged the PR.
   Thanks @ashutoshm for the code review. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ATLAS-4321) Ignore files generated under webapp/overlays

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4321:


Commit 3356dfc5f847f607d8dddef4eddda0f642dc6c76 in atlas's branch 
refs/heads/master from Benedict Jin
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3356dfc ]

ATLAS-4321 : Ignore files generated under webapp/overlays (#132)



> Ignore files generated under webapp/overlays
> 
>
> Key: ATLAS-4321
> URL: https://issues.apache.org/jira/browse/ATLAS-4321
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Nixon Rodrigues
>Priority: Trivial
>
> Merge PR [https://github.com/apache/atlas/pull/132]
>  
> By modifying the {{.gitignore}} configuration file, we can ignore the files 
> generated under {{webapp/overlays}} and avoid submitting temporary files by 
> mistake.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [atlas] nixonrodrigues merged pull request #132: ATLAS-4321 : Ignore files generated under webapp/overlays

2021-06-01 Thread GitBox


nixonrodrigues merged pull request #132:
URL: https://github.com/apache/atlas/pull/132


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Updated] (ATLAS-4321) Ignore files generated under webapp/overlays

2021-06-01 Thread Nixon Rodrigues (Jira)


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

Nixon Rodrigues updated ATLAS-4321:
---
Description: 
Merge PR [https://github.com/apache/atlas/pull/132]

 

By modifying the {{.gitignore}} configuration file, we can ignore the files 
generated under {{webapp/overlays}} and avoid submitting temporary files by 
mistake.

  was:Merge PR https://github.com/apache/atlas/pull/132


> Ignore files generated under webapp/overlays
> 
>
> Key: ATLAS-4321
> URL: https://issues.apache.org/jira/browse/ATLAS-4321
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Nixon Rodrigues
>Priority: Trivial
>
> Merge PR [https://github.com/apache/atlas/pull/132]
>  
> By modifying the {{.gitignore}} configuration file, we can ignore the files 
> generated under {{webapp/overlays}} and avoid submitting temporary files by 
> mistake.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-4321) Ignore files generated under webapp/overlays

2021-06-01 Thread Nixon Rodrigues (Jira)
Nixon Rodrigues created ATLAS-4321:
--

 Summary: Ignore files generated under webapp/overlays
 Key: ATLAS-4321
 URL: https://issues.apache.org/jira/browse/ATLAS-4321
 Project: Atlas
  Issue Type: Bug
  Components: atlas-webui
Reporter: Nixon Rodrigues


Merge PR https://github.com/apache/atlas/pull/132



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4320) Fixing location uri for DB entities in QuickStartV2

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4320:


Commit fac8349593a63a1578f9337712e4c1db055abcd8 in atlas's branch 
refs/heads/master from shrutimantri
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=fac8349 ]

ATLAS-4320: Fixing location uri for DB entities in QuickStartV2 (#131)

Co-authored-by: Shruti Mantri 

> Fixing location uri for DB entities in QuickStartV2
> ---
>
> Key: ATLAS-4320
> URL: https://issues.apache.org/jira/browse/ATLAS-4320
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Minor
>
> Fixing location uri for DB entities in QuickStartV2
> Fix is provided in PR.
> https://github.com/apache/atlas/pull/131



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [atlas] nixonrodrigues merged pull request #131: ATLAS-4320 : Fixing location uri for DB entities in QuickStartV2

2021-06-01 Thread GitBox


nixonrodrigues merged pull request #131:
URL: https://github.com/apache/atlas/pull/131


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (ATLAS-4320) Fixing location uri for DB entities in QuickStartV2

2021-06-01 Thread Nixon Rodrigues (Jira)
Nixon Rodrigues created ATLAS-4320:
--

 Summary: Fixing location uri for DB entities in QuickStartV2
 Key: ATLAS-4320
 URL: https://issues.apache.org/jira/browse/ATLAS-4320
 Project: Atlas
  Issue Type: Bug
Reporter: Nixon Rodrigues


Fixing location uri for DB entities in QuickStartV2

Fix is provided in PR.

https://github.com/apache/atlas/pull/131



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: Review Request 73394: ATLAS-4317 : Upgrade curator jar version to 4.3.0

2021-06-01 Thread Ashutosh Mestry via Review Board

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


Ship it!




Can you please add PC build details.

- Ashutosh Mestry


On June 1, 2021, 4:06 p.m., chaitali wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73394/
> ---
> 
> (Updated June 1, 2021, 4:06 p.m.)
> 
> 
> Review request for atlas, Jayendra Parab, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-4317
> https://issues.apache.org/jira/browse/ATLAS-4317
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Upgrade curator jar version to 4.3.0
> 
> 
> Diffs
> -
> 
>   pom.xml 91c23ee04 
> 
> 
> Diff: https://reviews.apache.org/r/73394/diff/1/
> 
> 
> Testing
> ---
> 
> Atlas server running successfully
> mvn clean install 
> mvn clean package -Pdist,embedded-hbase-solr -DskipTests -Drat.skip
> 
> 
> Thanks,
> 
> chaitali
> 
>



Review Request 73394: ATLAS-4317 : Upgrade curator jar version to 4.3.0

2021-06-01 Thread chaitali

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

Review request for atlas, Jayendra Parab, Nixon Rodrigues, and Sarath 
Subramanian.


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


Repository: atlas


Description
---

Upgrade curator jar version to 4.3.0


Diffs
-

  pom.xml 91c23ee04 


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


Testing
---

Atlas server running successfully
mvn clean install 
mvn clean package -Pdist,embedded-hbase-solr -DskipTests -Drat.skip


Thanks,

chaitali



[GitHub] [atlas] nixonrodrigues commented on pull request #131: Fixing location uri for DB entities in QuickStartV2

2021-06-01 Thread GitBox


nixonrodrigues commented on pull request #131:
URL: https://github.com/apache/atlas/pull/131#issuecomment-852244773


   +1 for the PR , thanks @shrutimantri , thanks @ashutoshm review


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [atlas] nixonrodrigues commented on pull request #131: Fixing location uri for DB entities in QuickStartV2

2021-06-01 Thread GitBox


nixonrodrigues commented on pull request #131:
URL: https://github.com/apache/atlas/pull/131#issuecomment-852212134


   Started precommit for this PR - 
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/603/console


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ATLAS-4319) Code refactoring in kafka bridge

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4319:


Commit ab23b99c50ec355773da35da2af5a2c3d01c3cec in atlas's branch 
refs/heads/master from Benedict Jin
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=ab23b99 ]

ATLAS-4319 : Code refactoring in kafka bridge #136



> Code refactoring in kafka bridge 
> -
>
> Key: ATLAS-4319
> URL: https://issues.apache.org/jira/browse/ATLAS-4319
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Trivial
>
> https://github.com/apache/atlas/pull/136



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [atlas] nixonrodrigues merged pull request #136: ATLAS-4319 : Code refactoring in kafka bridge

2021-06-01 Thread GitBox


nixonrodrigues merged pull request #136:
URL: https://github.com/apache/atlas/pull/136


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (ATLAS-4319) Code refactoring in kafka bridge

2021-06-01 Thread Nixon Rodrigues (Jira)
Nixon Rodrigues created ATLAS-4319:
--

 Summary: Code refactoring in kafka bridge 
 Key: ATLAS-4319
 URL: https://issues.apache.org/jira/browse/ATLAS-4319
 Project: Atlas
  Issue Type: Bug
Reporter: Nixon Rodrigues


https://github.com/apache/atlas/pull/136



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4318:


Commit 8f1bd684e4168c4cf6f0f05a8cb64acb18c90a5b in atlas's branch 
refs/heads/master from UnexpectedPineapple
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8f1bd68 ]

ATLAS-4318 : Fixed bug in entity.py (#135)

Co-authored-by: UnexpectedPineapple <>

> Fix python client issues and code refactoring
> -
>
> Key: ATLAS-4318
> URL: https://issues.apache.org/jira/browse/ATLAS-4318
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Merge PR reported on github.
> [https://github.com/apache/atlas/pull/130]
> https://github.com/apache/atlas/pull/135



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [atlas] nixonrodrigues merged pull request #135: ATLAS-4318 : Fixed bug in entity.py

2021-06-01 Thread GitBox


nixonrodrigues merged pull request #135:
URL: https://github.com/apache/atlas/pull/135


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Updated] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread Nixon Rodrigues (Jira)


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

Nixon Rodrigues updated ATLAS-4318:
---
Description: 
Merge PR reported on github.

[https://github.com/apache/atlas/pull/130]

https://github.com/apache/atlas/pull/135

  was:
Merge PR reported on github.

[https://github.com/apache/atlas/pull/130]


> Fix python client issues and code refactoring
> -
>
> Key: ATLAS-4318
> URL: https://issues.apache.org/jira/browse/ATLAS-4318
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Merge PR reported on github.
> [https://github.com/apache/atlas/pull/130]
> https://github.com/apache/atlas/pull/135



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4318:


Commit 4f74de1498ef9f191f2b6d21d963d6de6ca0c5f9 in atlas's branch 
refs/heads/master from Claudio Benfatto
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=4f74de1 ]

ATLAS-4318 : fix python client api url concatenation (#130)



> Fix python client issues and code refactoring
> -
>
> Key: ATLAS-4318
> URL: https://issues.apache.org/jira/browse/ATLAS-4318
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Merge PR reported on github.
> [https://github.com/apache/atlas/pull/130]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [atlas] nixonrodrigues merged pull request #130: ATLAS-4318 : fix python client api url concatenation

2021-06-01 Thread GitBox


nixonrodrigues merged pull request #130:
URL: https://github.com/apache/atlas/pull/130


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [atlas] nixonrodrigues commented on pull request #130: fix: fix python client api url concatenation

2021-06-01 Thread GitBox


nixonrodrigues commented on pull request #130:
URL: https://github.com/apache/atlas/pull/130#issuecomment-852188764


   +1 for the PR


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Updated] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread Nixon Rodrigues (Jira)


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

Nixon Rodrigues updated ATLAS-4318:
---
Description: 
Merge PR reported on github.

[https://github.com/apache/atlas/pull/130]

  was:https://github.com/apache/atlas/pull/130


> Fix python client issues and code refactoring
> -
>
> Key: ATLAS-4318
> URL: https://issues.apache.org/jira/browse/ATLAS-4318
> Project: Atlas
>  Issue Type: Bug
>Reporter: Nixon Rodrigues
>Priority: Major
>
> Merge PR reported on github.
> [https://github.com/apache/atlas/pull/130]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-4318) Fix python client issues and code refactoring

2021-06-01 Thread Nixon Rodrigues (Jira)
Nixon Rodrigues created ATLAS-4318:
--

 Summary: Fix python client issues and code refactoring
 Key: ATLAS-4318
 URL: https://issues.apache.org/jira/browse/ATLAS-4318
 Project: Atlas
  Issue Type: Bug
Reporter: Nixon Rodrigues


https://github.com/apache/atlas/pull/130



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (ATLAS-4316) UI : When lineage contains shell entities, the image couldn't be downloaded.

2021-06-01 Thread Prasad P. Pawar (Jira)


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

Prasad P. Pawar commented on ATLAS-4316:


Hi,
this issue is only been seen on chrome

> UI : When lineage contains shell entities, the image couldn't be downloaded.
> 
>
> Key: ATLAS-4316
> URL: https://issues.apache.org/jira/browse/ATLAS-4316
> Project: Atlas
>  Issue Type: Bug
>Reporter: Prasad P. Pawar
>Assignee: Prasad P. Pawar
>Priority: Major
>
> Added a screen recording where the lineage contains shell entities so the 
> image is not downloaded. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-4317) Upgrade curator jar version to 4.3.0

2021-06-01 Thread Nixon Rodrigues (Jira)


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

Nixon Rodrigues updated ATLAS-4317:
---
Summary: Upgrade curator jar version to 4.3.0  (was: Atlas should use 
downstream Curator)

> Upgrade curator jar version to 4.3.0
> 
>
> Key: ATLAS-4317
> URL: https://issues.apache.org/jira/browse/ATLAS-4317
> Project: Atlas
>  Issue Type: Improvement
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> Upgrade curator jar version to 4.3.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (ATLAS-4317) Atlas should use downstream Curator

2021-06-01 Thread chaitali borole (Jira)


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

chaitali borole reassigned ATLAS-4317:
--

Assignee: chaitali borole

> Atlas should use downstream Curator
> ---
>
> Key: ATLAS-4317
> URL: https://issues.apache.org/jira/browse/ATLAS-4317
> Project: Atlas
>  Issue Type: Improvement
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>
> Upgrade curator jar version to 4.3.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ATLAS-4317) Atlas should use downstream Curator

2021-06-01 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-4317:
---
Description: Upgrade curator jar version to 4.3.0

> Atlas should use downstream Curator
> ---
>
> Key: ATLAS-4317
> URL: https://issues.apache.org/jira/browse/ATLAS-4317
> Project: Atlas
>  Issue Type: Improvement
>Reporter: chaitali borole
>Priority: Major
>
> Upgrade curator jar version to 4.3.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ATLAS-4317) Atlas should use downstream Curator

2021-06-01 Thread chaitali borole (Jira)
chaitali borole created ATLAS-4317:
--

 Summary: Atlas should use downstream Curator
 Key: ATLAS-4317
 URL: https://issues.apache.org/jira/browse/ATLAS-4317
 Project: Atlas
  Issue Type: Improvement
Reporter: chaitali borole






--
This message was sent by Atlassian Jira
(v8.3.4#803005)