Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li via Review Board
> On May 7, 2019, 2:47 a.m., Aadarsh Jajodia wrote: > > addons/impala-bridge/src/main/java/org.apache.atlas.impala/ImpalaLineageTool.java > > Lines 64 (patched) > > > > > > Replace with > > LOG.info("Importing:

[GitHub] [atlas] ZepHakase22 opened a new pull request #51: ATLAS-3201: getByGuid in AtlasTypeRegistry doesn't raise exception if guid null or invalid

2019-05-08 Thread GitBox
ZepHakase22 opened a new pull request #51: ATLAS-3201: getByGuid in AtlasTypeRegistry doesn't raise exception if guid null or invalid URL: https://github.com/apache/atlas/pull/51 This is an automated message from the Apache

[jira] [Commented] (ATLAS-3193) Import Service: Importing to Existing Database Fails

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

[jira] [Created] (ATLAS-3201) getByGuid in AtlasTypeRegistry doesn't raise exception if guid null or invalid

2019-05-08 Thread Diego Marino Monetti (JIRA)
Diego Marino Monetti created ATLAS-3201: --- Summary: getByGuid in AtlasTypeRegistry doesn't raise exception if guid null or invalid Key: ATLAS-3201 URL: https://issues.apache.org/jira/browse/ATLAS-3201

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li via Review Board
> On May 7, 2019, 11:37 p.m., Sarath Subramanian wrote: > > addons/impala-bridge/src/main/java/org.apache.atlas.impala/ImpalaLineageTool.java > > Lines 48 (patched) > > > > > > we don't need 'args' to be stored as

Re: Review Request 70599: Import Service: Improvement to Handle Importing to Existing Entity

2019-05-08 Thread Ashutosh Mestry
> On May 7, 2019, 8:59 p.m., Sarath Subramanian wrote: > > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/BulkImporterImpl.java > > Lines 171 (patched) > > > > > > why do we need to maintain

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: ATLAS-3183.009.patch > Read Impala lineage record for creating view and send to Atlas >

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/ --- (Updated May 8, 2019, 9:36 p.m.) Review request for atlas, Ashutosh Mestry,

[jira] [Commented] (ATLAS-2901) Atlas tag doesn't support japanese characters

2019-05-08 Thread Yu-Hsin Chang (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835858#comment-16835858 ] Yu-Hsin Chang commented on ATLAS-2901: -- Hi [~nixonrodrigues] The proposed solution should support

Fwd: Total number of results in search results (total count)

2019-05-08 Thread Verdan Mahmood
Repost: any help or suggestions? Best, *Verdan Mahmood* (+31) 655 576 560 -- Forwarded message - From: Verdan Mahmood Date: Mon, May 6, 2019 at 3:21 PM Subject: Total number of results in search results (total count) To: Hi, So we are using Atlas's DSL search API and need to

Re: Total number of results in search results (total count)

2019-05-08 Thread Apoorv Naik
The reasoning behind the exclusion of the total count is that the DSL query is optimized to look at a smaller sub-graph (as small as possible), if the total count has to be returned then we would have to start looking at a bigger (potentially the complete graph) graph. As far as I can tell,

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Xinran Tinney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/#review215135 --- addons/impala-bridge/src/main/resources/import-impala.sh Lines

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li via Review Board
> On May 8, 2019, 7:35 p.m., Xinran Tinney wrote: > > addons/impala-bridge/src/main/resources/import-impala.sh > > Lines 88 (patched) > > > > > > should we remove this since it is printing too much information in

[jira] [Commented] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835927#comment-16835927 ] Na Li commented on ATLAS-3183: -- [~sarath.ku...@gmail.com] Can you look at the latest code change, and see if

[jira] [Updated] (ATLAS-3202) Hive hook: getStorageDescEntity() throws NPE if bucketCols is null

2019-05-08 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarath Subramanian updated ATLAS-3202: -- Fix Version/s: (was: 2.0.0) trunk > Hive hook:

[jira] [Created] (ATLAS-3202) Hive hook: getStorageDescEntity() throws NPE if bucketCols is null

2019-05-08 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-3202: - Summary: Hive hook: getStorageDescEntity() throws NPE if bucketCols is null Key: ATLAS-3202 URL: https://issues.apache.org/jira/browse/ATLAS-3202 Project:

Re: Review Request 70605: ATLAS-3197 Add QueryText for hive_table and hive_db

2019-05-08 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70605/#review215144 --- Ship it! Ship It! - Madhan Neethiraj On May 8, 2019, 11:22

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: (was: ATLAS-3183.006.patch) > Read Impala lineage record for creating view and send to Atlas >

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: (was: ATLAS-3183.008.patch) > Read Impala lineage record for creating view and send to Atlas >

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: (was: ATLAS-3183.009.patch) > Read Impala lineage record for creating view and send to Atlas >

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: ATLAS-3183.010.patch > Read Impala lineage record for creating view and send to Atlas >

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: (was: ATLAS-3183.007.patch) > Read Impala lineage record for creating view and send to Atlas >

Re: Review Request 70605: ATLAS-3197 Add QueryText for hive_table and hive_db

2019-05-08 Thread Le Ma
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70605/ --- (Updated May 8, 2019, 11:22 p.m.) Review request for atlas, Ashutosh Mestry,

[jira] [Updated] (ATLAS-3202) Hive hook: getStorageDescEntity() throws NPE if bucketCols is null

2019-05-08 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarath Subramanian updated ATLAS-3202: -- Attachment: 0001-ATLAS-3202-Hive-hook-getStorageDescEntity-throws-NPE.patch > Hive

[jira] [Commented] (ATLAS-3202) Hive hook: getStorageDescEntity() throws NPE if bucketCols is null

2019-05-08 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835980#comment-16835980 ] Madhan Neethiraj commented on ATLAS-3202: - +1 for the patch. > Hive hook: getStorageDescEntity()

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/#review215145 --- Ship it! Ship It! - Sarath Subramanian On May 8, 2019, 2:36

Re: Review Request 70605: ATLAS-3197 Add QueryText for hive_table and hive_db

2019-05-08 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70605/#review215146 ---

[jira] [Commented] (ATLAS-3135) delete null data from typedefs results in messy data

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

[jira] [Commented] (ATLAS-3197) Add QueryText for hive_table and hive_db

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

[jira] [Commented] (ATLAS-3135) delete null data from typedefs results in messy data

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

[jira] [Commented] (ATLAS-3135) delete null data from typedefs results in messy data

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

[jira] [Resolved] (ATLAS-3135) delete null data from typedefs results in messy data

2019-05-08 Thread Madhan Neethiraj (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Madhan Neethiraj resolved ATLAS-3135. - Resolution: Fixed Assignee: Madhan Neethiraj Fix Version/s: (was:

[jira] [Commented] (ATLAS-3135) delete null data from typedefs results in messy data

2019-05-08 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16836005#comment-16836005 ] Sarath Subramanian commented on ATLAS-3135: --- +1 for Patch. Thanks [~madhan.neethiraj]. >

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Sridhar K
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/#review215151 ---

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Sridhar K
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/#review215151 ---

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Sridhar K
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/#review215151 ---

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Sridhar K
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/#review215152 ---

[jira] [Commented] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

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

Re: Review Request 70605: ATLAS-3197 Add QueryText for hive_table and hive_db

2019-05-08 Thread Aadarsh Jajodia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70605/#review215147 --- If i run a CTAS query, does the newly created table get any

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Sridhar K
> On May 9, 2019, 12:32 a.m., Sarath Subramanian wrote: > > Ship It! Let us hold on ship it. I need some clarity on this? - Sridhar --- This is an automatically generated e-mail. To reply, visit:

Re: [VOTE] Release Apache Atlas version 2.0.0 - rc2

2019-05-08 Thread vishal suvagia
Thank-you Sarath for the putting up the Apache Atlas-2.0.0 release-candidate-2. +1 for Apache Atlas 2.0.0-RC #2.Was able to validate the source checksums and hash. Was able to verify clean compilation and rat-checks. Thanks Vishal Suvagia. On Wednesday, 8 May, 2019, 9:11:32 PM IST, Umesh

[jira] [Commented] (ATLAS-3189) Issue with Deletes

2019-05-08 Thread Ayush Nigam (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835356#comment-16835356 ] Ayush Nigam commented on ATLAS-3189: [~madhan.neethiraj] Is this issue related to ticket

[jira] [Commented] (ATLAS-3135) delete null data from typedefs results in messy data

2019-05-08 Thread chaitali borole (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835395#comment-16835395 ] chaitali borole commented on ATLAS-3135: +1 for the patch. Verified the patch and its working

[jira] [Commented] (ATLAS-3045) Atlas tools are not added to the assemblies correctly

2019-05-08 Thread Nixon Rodrigues (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835430#comment-16835430 ] Nixon Rodrigues commented on ATLAS-3045: +1 for the patch. Builds well with this patch.

Re: Review Request 70599: Import Service: Improvement to Handle Importing to Existing Entity

2019-05-08 Thread Nixon Rodrigues
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70599/#review215124 --- Ship it! Ship It! - Nixon Rodrigues On May 8, 2019, 1:42

[jira] [Commented] (ATLAS-3045) Atlas tools are not added to the assemblies correctly

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

[jira] [Created] (ATLAS-3200) add missing memory requirements for dev-support/atlas-docker/Dockerfile

2019-05-08 Thread Islam Azab (JIRA)
Islam Azab created ATLAS-3200: - Summary: add missing memory requirements for dev-support/atlas-docker/Dockerfile Key: ATLAS-3200 URL: https://issues.apache.org/jira/browse/ATLAS-3200 Project: Atlas

[GitHub] [atlas] IslamAzab commented on issue #50: add missing memory requirements

2019-05-08 Thread GitBox
IslamAzab commented on issue #50: add missing memory requirements URL: https://github.com/apache/atlas/pull/50#issuecomment-490494550 @mneethiraj Done https://issues.apache.org/jira/browse/ATLAS-3200 This is an automated

Re: [VOTE] Release Apache Atlas version 2.0.0 - rc2

2019-05-08 Thread Keval Bhatt
+1 for the Apache Atlas 2.0.0 release candidate #2 Verified the following: - Successful build profiles. - Atlas UI with local hbase-solr - Atlas UI with local cassandra-solr - UI items: 1. Created and deleted classification, subclassifications, glossaries, terms,

[jira] [Created] (ATLAS-3199) **/bin/** in .gitignore is commented

2019-05-08 Thread Diego Marino Monetti (JIRA)
Diego Marino Monetti created ATLAS-3199: --- Summary: **/bin/** in .gitignore is commented Key: ATLAS-3199 URL: https://issues.apache.org/jira/browse/ATLAS-3199 Project: Atlas Issue Type:

Re: [VOTE] Release Apache Atlas version 2.0.0 - rc2

2019-05-08 Thread Binit Gutka
+1 Release Apache Atlas 2.0.0 - rc2 release - Built successfully from the source tar file - Verified PGP signature. - Ran quick start and validated basic functionality. - Tested Atlas UI. - Lineage Export functionality tested. - Lineage Pan, Zoom, Filter, Search and settings functionality tested.

[jira] [Created] (ATLAS-3198) update/delete/truncate operations ATLAS_HOOK and ATLAS_ENTITIES improvements

2019-05-08 Thread Umesh Padashetty (JIRA)
Umesh Padashetty created ATLAS-3198: --- Summary: update/delete/truncate operations ATLAS_HOOK and ATLAS_ENTITIES improvements Key: ATLAS-3198 URL: https://issues.apache.org/jira/browse/ATLAS-3198

[jira] [Commented] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16835833#comment-16835833 ] Na Li commented on ATLAS-3183: -- pre-commit test for patch ATLAS-3183.008.patch is at

Re: [VOTE] Release Apache Atlas version 2.0.0 - rc2

2019-05-08 Thread Umesh Padashetty
Thanks for the rc Sarath, +1 for Apache Atlas 2.0.0 release candidate #2 - Performed the following: - Built, installed and started Atlas for embedded HBase, SOLR profile - Ran QuickStart successfully - Performed Basic and Advanced search for different entity types - Created/Deleted

[jira] [Updated] (ATLAS-3183) Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-3183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Na Li updated ATLAS-3183: - Attachment: ATLAS-3183.008.patch > Read Impala lineage record for creating view and send to Atlas >

Re: Review Request 70599: Import Service: Improvement to Handle Importing to Existing Entity

2019-05-08 Thread Sridhar K
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70599/#review215108 --- common/src/main/java/org/apache/atlas/repository/Constants.java

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li via Review Board
> On May 7, 2019, 11:37 p.m., Sarath Subramanian wrote: > > addons/impala-bridge/src/main/resources/import-impala.sh > > Lines 60 (patched) > > > > > > why do we hardcode ATLAS lib path here? changed to relative

Re: Review Request 70512: ATLAS-3183: Read Impala lineage record for creating view and send to Atlas

2019-05-08 Thread Na Li via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70512/ --- (Updated May 8, 2019, 7:20 p.m.) Review request for atlas, Ashutosh Mestry,