[RESULT] [VOTE] Release Apache Atlas version 2.1.0

2020-07-14 Thread Madhan Neethiraj
Atlas team,

Thanks for taking time to verify, give feedback and vote on Apache Atlas 2.1.0 
release candidate #3.

More than 72 hours have passed since the email to vote for the release; the 
vote is now closed. The vote passes with 16 +1s and no 0s and -1s.

Here are the vote details:

Four +1 votes from following PMC members:
  - Keval Bhatt
  - Madhan Neethiraj
  - Nixon Rodrigues
  - Sarath Subramanian

Twelve +1 votes from following committers/contributors:
  - Chaitali Borole
  - Jayendra Parab
  - Mandar Ambawane
  - Mayank Jain
  - Nikhil Bonte
  - Pinal Shah
  - Ramesh Mani (Committer)
  - Sameer Shaikh
  - Sharmadha Sainath (Committer)
  - Sidharth Mishra
  - Umesh Padashetty
  - Vishal Suvagia

Voting thread: 
https://lists.apache.org/thread.html/rd718a560b01c49017ea521e12769754d9382b35707f53b918353de5e%40%3Cdev.atlas.apache.org%3E

I will begin the process of creating the release artifacts for Apache Atlas 
2.1.0.

Thanks,
Madhan




Re: Review Request 72638: ATLAS-3875: Enhancing AtlasClient by adding missing API endpoints

2020-07-14 Thread Sidharth Mishra

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




webapp/src/test/java/org/apache/atlas/web/integration/BasicSearchIT.java
Lines 38 (patched)


Please remove unused imports.



webapp/src/test/java/org/apache/atlas/web/integration/BasicSearchIT.java
Lines 52 (patched)


Instead of import * use below:

import static org.testng.Assert.assertNotNull;
import static org.testng.Assert.fail;
import static org.testng.Assert.assertNull;
import static org.testng.Assert.assertEquals;


- Sidharth Mishra


On July 10, 2020, 12:05 a.m., Jyoti Singh wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72638/
> ---
> 
> (Updated July 10, 2020, 12:05 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath 
> Subramanian, and Sidharth Mishra.
> 
> 
> Bugs: ATLAS-3875
> https://issues.apache.org/jira/browse/ATLAS-3875
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> There are many missing API endpoints in AtlasClientV2. This solution is 
> adding functions corresponding to those missing APIs for the following Rest 
> endpoints.
> 
> 1. TypeRest
> 2. EntityRest
> 3. LineageRest
> 4. DiscoveryRest
> 5. GlossaryRest
> 6. RelationshipRest
> 
> This will enable users to test and integrate with APIs more effectively via 
> AtlasCient.
> 
> 
> Diffs
> -
> 
>   client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java 
> 7b6d1d0f3 
>   client/common/src/main/java/org/apache/atlas/AtlasBaseClient.java e3d2ebc34 
>   webapp/pom.xml 3c55b4dd4 
>   webapp/src/test/java/org/apache/atlas/web/TestUtils.java e22a1c10d 
>   webapp/src/test/java/org/apache/atlas/web/integration/BaseResourceIT.java 
> 680028892 
>   webapp/src/test/java/org/apache/atlas/web/integration/BasicSearchIT.java 
> 808f62354 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/EntityV2JerseyResourceIT.java
>  cc883d615 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/GlossaryClientV2IT.java 
> PRE-CREATION 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/LineageClientV2IT.java 
> PRE-CREATION 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/TypedefsJerseyResourceIT.java
>  331ea2c47 
>   webapp/src/test/resources/json/search-parameters/attribute-filters.json 
> PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/72638/diff/4/
> 
> 
> Testing
> ---
> 
> IT has been added for newly created functions in AtlasClientV2.
> Validated by running IT on local system.
> 
> 
> Thanks,
> 
> Jyoti Singh
> 
>



Re: Review Request 72638: ATLAS-3875: Enhancing AtlasClient by adding missing API endpoints

2020-07-14 Thread Sidharth Mishra

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




client/common/src/main/java/org/apache/atlas/AtlasBaseClient.java
Lines 84 (patched)


Please remove one extra space added before String



client/common/src/main/java/org/apache/atlas/AtlasBaseClient.java
Lines 107 (patched)


We don't have any v2 API at AtlasBaseClient. Could you please move this to 
AtlasClientV2.



client/common/src/main/java/org/apache/atlas/AtlasBaseClient.java
Lines 489 (patched)


Please move this as well to v2 as this is the base client.


- Sidharth Mishra


On July 10, 2020, 12:05 a.m., Jyoti Singh wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72638/
> ---
> 
> (Updated July 10, 2020, 12:05 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath 
> Subramanian, and Sidharth Mishra.
> 
> 
> Bugs: ATLAS-3875
> https://issues.apache.org/jira/browse/ATLAS-3875
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> There are many missing API endpoints in AtlasClientV2. This solution is 
> adding functions corresponding to those missing APIs for the following Rest 
> endpoints.
> 
> 1. TypeRest
> 2. EntityRest
> 3. LineageRest
> 4. DiscoveryRest
> 5. GlossaryRest
> 6. RelationshipRest
> 
> This will enable users to test and integrate with APIs more effectively via 
> AtlasCient.
> 
> 
> Diffs
> -
> 
>   client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java 
> 7b6d1d0f3 
>   client/common/src/main/java/org/apache/atlas/AtlasBaseClient.java e3d2ebc34 
>   webapp/pom.xml 3c55b4dd4 
>   webapp/src/test/java/org/apache/atlas/web/TestUtils.java e22a1c10d 
>   webapp/src/test/java/org/apache/atlas/web/integration/BaseResourceIT.java 
> 680028892 
>   webapp/src/test/java/org/apache/atlas/web/integration/BasicSearchIT.java 
> 808f62354 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/EntityV2JerseyResourceIT.java
>  cc883d615 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/GlossaryClientV2IT.java 
> PRE-CREATION 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/LineageClientV2IT.java 
> PRE-CREATION 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/TypedefsJerseyResourceIT.java
>  331ea2c47 
>   webapp/src/test/resources/json/search-parameters/attribute-filters.json 
> PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/72638/diff/4/
> 
> 
> Testing
> ---
> 
> IT has been added for newly created functions in AtlasClientV2.
> Validated by running IT on local system.
> 
> 
> Thanks,
> 
> Jyoti Singh
> 
>



Re: Review Request 72638: ATLAS-3875: Enhancing AtlasClient by adding missing API endpoints

2020-07-14 Thread Sidharth Mishra

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




client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Line 40 (original), 57 (patched)


Please remove this one as its already imported above



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 103 (patched)


Please maintain the above alignment.



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 112 (patched)


Align below lines like:

//Glossary APIs
private static final String GLOSSARY_URI= BASE_URI + 
"v2/glossary";
private static final String GLOSSARY_TERM   = GLOSSARY_URI + 
"/term";
private static final String GLOSSARY_TERMS  = GLOSSARY_URI + 
"/terms";
private static final String GLOSSARY_CATEGORY   = GLOSSARY_URI + 
"/category";
private static final String GLOSSARY_CATEGORIES = GLOSSARY_URI + 
"/categories";



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 118 (patched)


Please have one blank line instead of two



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 220 (patched)


Please rename getRelationShipDefByName -> getRelationshipDefByName (As 
RelationShip is a single word)



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 224 (patched)


getRelationShipDefByGuid -> getRelationshipDefByGuid



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 597 (patched)


Please remove these two extra blank lines



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 648 (patched)


Please remove the below lines as it seems its not bMultivaluedMap queryParams = new MultivaluedMapImpl();
   queryParams.add("name", name);



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 650 (patched)


Please remove the commented line


- Sidharth Mishra


On July 10, 2020, 12:05 a.m., Jyoti Singh wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72638/
> ---
> 
> (Updated July 10, 2020, 12:05 a.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath 
> Subramanian, and Sidharth Mishra.
> 
> 
> Bugs: ATLAS-3875
> https://issues.apache.org/jira/browse/ATLAS-3875
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> There are many missing API endpoints in AtlasClientV2. This solution is 
> adding functions corresponding to those missing APIs for the following Rest 
> endpoints.
> 
> 1. TypeRest
> 2. EntityRest
> 3. LineageRest
> 4. DiscoveryRest
> 5. GlossaryRest
> 6. RelationshipRest
> 
> This will enable users to test and integrate with APIs more effectively via 
> AtlasCient.
> 
> 
> Diffs
> -
> 
>   client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java 
> 7b6d1d0f3 
>   client/common/src/main/java/org/apache/atlas/AtlasBaseClient.java e3d2ebc34 
>   webapp/pom.xml 3c55b4dd4 
>   webapp/src/test/java/org/apache/atlas/web/TestUtils.java e22a1c10d 
>   webapp/src/test/java/org/apache/atlas/web/integration/BaseResourceIT.java 
> 680028892 
>   webapp/src/test/java/org/apache/atlas/web/integration/BasicSearchIT.java 
> 808f62354 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/EntityV2JerseyResourceIT.java
>  cc883d615 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/GlossaryClientV2IT.java 
> PRE-CREATION 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/LineageClientV2IT.java 
> PRE-CREATION 
>   
> webapp/src/test/java/org/apache/atlas/web/integration/TypedefsJerseyResourceIT.java
>  331ea2c47 
>   webapp/src/test/resources/json/search-parameters/attribute-filters.json 
> PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/72638/diff/4/
> 
> 
> Testing
> ---
> 
> IT has been added for newly created functions in AtlasClientV2.
> Validated by running IT on local system.
> 
> 
> Thanks,
> 
> Jyoti Singh
> 
>



Re: Review Request 72638: ATLAS-3875: Enhancing AtlasClient by adding missing API endpoints

2020-07-14 Thread Madhan Neethiraj

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




client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 220 (patched)


Use of 'final' for method parameters are not of much help - especially for 
simple/short methods of this class. I suggest to remove 'final' from all method 
parameters - one less distraction in the code!



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Line 274 (original), 316 (patched)


getLineageInfo(): renaming existing method would break current callers. I 
suggest to retain the current method name.



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 630 (patched)


Consider organizing the class as below:
- static fields
- public fields
- protected fields
- private fields
- constructors
- public static methods
- public methods
- protected methods
- private methods
- protected static methods
- private static methods

It makes reading the code a little easier.



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 631 (patched)


Consider grouping methods in terms of functionality - like: type-defs, 
entity instances, search, admin, etc. It might be simper to group along the 
REST API the method calls.



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 634 (patched)


- deleteAtlasTypeByName() => deleteTypeByName()
  - consider avoiding 'atlas' in method and variable names
- name => typeName



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 638 (patched)


guid => entityGuid
 - please review and update other such occurances



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 642 (patched)


type => typeName
 - please review and update other occurances



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 647 (patched)


name => attrName?



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 650 (patched)


Consider removing this commented line.



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 654 (patched)


getClassificationsByClassification() => getEntityClassifications()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 657 (patched)


addClassificationsByUniqueAttribute() => addEntityClassifications()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 661 (patched)


updateClassificationsByUniqueAttribute() => updateEntityClassifications()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 666 (patched)


deleteClassificationByUniqueAttribute() => removeEntityClassification()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 671 (patched)


deleteClassificationByGuid() => removeEntityClassification()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 698 (patched)


addOrUpdateBusinessAttributesByBName() => addOrUpdateBusinessAttributes()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 701 (patched)


removeBusinessAttributesByBName() => removeBusinessAttributes()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 711 (patched)


deleteLabels() => removeLabels()



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 715 (patched)


- is fileDetail needed?
- uploadedInputStream is not used?



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 719 (patched)


- setLabelsByTypeName() => setLabels()
- I suggest to reorder the arguments:
typeName, uniqAttributes, labels



client/client-v2/src/main/java/org/apache/atlas/AtlasClientV2.java
Lines 723 

Re: [VOTE] Release Apache Atlas version 2.1.0 - rc3

2020-07-14 Thread sidharth mishra
+1 for Apache Atlas 2.1 rc3

Validated the following:

- Verified the MD5/sha512 hash
- Verified PGP signature
- No binaries in extracted source
- Verified the build with embedded-hbase and solr
- Ran quick start and tested some sanity test cases - Basic/advanced
search, Classification, Glossary, tag propagation, Admin purge and audit,
Lineage, Propagated from in case of purged entity

On Tue, Jul 14, 2020 at 4:24 AM Keval Bhatt  wrote:

> +1 (binding) for Apache Atlas 2.1.0 RC3
>
> Validated the following:
>
>- Verified the md5/sha checksum of the source bundle
>- Verified the build with -Pdist,embedded-hbase-solr
>- Created classification, updated the attributes and associated with the
>entity and term
>- Tested basic search with the type, classification, term and their
>attribute filters
>- Tested advance search
>- Saved the search for later use.
>- Created Business metadata and associated with an entity.
>- Create Labels and user-define properties
>- Tested Lineage and applied filter hide/show deleted entities and
>process
>- Checked the relationship diagram
>- Entity create/update test from UI
>- Checked the statistics page.
>- checked the loader hide change for term association.
>
>
> On Tue, Jul 14, 2020 at 12:01 PM vishal suvagia
>  wrote:
>
> > +1 for Apache Atlas 2.1.0 RC#3.
> > Verified clean compilation and rat-checks.Validated the source checksums
> > and hash.Verified quick-start data and UI to be working
> >
> >
> > RegardsVishal Suvagia.
> >On Monday, 13 July, 2020, 9:20:54 pm IST, Sharmadha Sainath
> >  wrote:
> >
> >  +1 for Apache Atlas 2.1.0-rc3 release.
> >
> >   - Validated MD5 and SHA512 checksum of source.
> >   - Verified PGP Signature
> >   - Brought up Atlas using embedded HBase and Solr.
> >   - Verified DSL , Basic Search , Quick search and Suggestions
> >   - Validated CRUD on labels, custom attributes , business metadata
> >   - Verified Basic search using system attributes filters (multiple
> >   classifications , labels , custom attributes , business metadata
> search)
> >   - Added labels , user defined properties (custom attributes) , business
> >   metadata to entities and verified the entity properties and audits.
> >   - Purged Soft Deleted entity  and verified the audits of purged entity.
> >   Deleted tag associated to the purged entity and verified there are no
> >   references.
> >   - Saved the Favorite searches and executed them.
> >   - Tested Atlas UI against XSS strings
> >
> > Thanks,
> > Sharmadha Sainath
> >
> > On Mon, Jul 13, 2020 at 7:15 PM Nixon Rodrigues <
> > nixon.rodrig...@freestoneinfotech.com> wrote:
> >
> > > +1 for Atlas 2.1.0 rc3 release.
> > >
> > > Verified signature and MD5/SHA keys.
> > > Verified release tag on git repo.
> > > Verified build with rc3 bits.
> > > Verified UI with Quick Start data.
> > >
> > > Thanks  & Regards
> > > Nixon
> > >
> > >
> > >
> > > On Mon, Jul 13, 2020 at 12:44 PM Mandar Ambawane <
> > > mandar.ambaw...@freestoneinfotech.com> wrote:
> > >
> > > > +1 for Apache Atlas 2.1.0 RC3 release
> > > >
> > > > Validated the following:
> > > > 1. Verified the source SHA512 and MD5 checksum
> > > > 2. Verified the build with -Pdist,embedded-hbase-solr
> > > > 3. Started Atlas server successfully
> > > > 4. Verified quick_start.py, all entities and tag get created
> > successfully
> > > > 5. Created Business metadata and associated with an entity.
> > > > 6. Checked Basic and advanced search
> > > >
> > > > Thanks,
> > > > Mandar
> > > >
> > > > On Mon, Jul 13, 2020 at 12:39 PM Jayendra Parab <
> > > jayendra.pa...@gmail.com>
> > > > wrote:
> > > >
> > > > > +1 for Apache Atlas 2.1.0 RC3 release
> > > > >
> > > > > Validated the following:
> > > > > 1. Verified the source SHA512 and MD5 checksum
> > > > > 2. Verified the build with -Pdist,embedded-hbase-solr
> > > > > 3. Started Atlas server successfully
> > > > > 4. Verified quick_start.py, all entities and tag get created
> > > successfully
> > > > > 5. Created entities, applied tags from UI
> > > > > 6. Checked Basic and advanced search
> > > > >
> > > > > Regards,
> > > > > Jayendra.
> > > > >
> > > > > On Mon, Jul 13, 2020 at 12:17 PM Sarath Subramanian <
> > sar...@apache.org
> > > >
> > > > > wrote:
> > > > >
> > > > > > +1 for Apache Atlas 2.1 rc3
> > > > > >
> > > > > > Validated the following:
> > > > > > - Validated MD5 checksum
> > > > > > - Validated sha512 hash
> > > > > > - Verified PGP signature
> > > > > > - No binaries in extracted source
> > > > > > - Built successfully using embedded-hbase and solr profile
> > > > > > - Ran quick start and tested basic sanity - saved search,
> > > > basic/advanced
> > > > > > search, Glossary, tag propagation, Admin purge, system attribute
> > > search
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jul 9, 2020 at 9:59 PM Madhan Neethiraj <
> mad...@apache.org
> > >
> > > > > wrote:
> > > > > >
> > > > > > > Atlas team,
> > > > > > >
> > > > > > 

[jira] [Updated] (ATLAS-3890) Enhancement for all BulkAPIs.

2020-07-14 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-3890:
---
Fix Version/s: 2.1.0

> Enhancement for all BulkAPIs.
> -
>
> Key: ATLAS-3890
> URL: https://issues.apache.org/jira/browse/ATLAS-3890
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>  Labels: api-change
> Fix For: 2.1.0
>
>
> According to below linked Atlas Jira two Bulk Apis are enhanced to return 
> authorised entities or modify them when some of then entity types are blocked 
> by policies in Ranger for access to user.Hence we are improving the other 
> bulk Apis too.
> Previously user only used to get 403 error if he tries to access or modify 
> entities which comprised of both authorised as well as unauthorised typenames.
> DELETE /bulk - EntityREST.deleteByGuids()
> GET /bulk/uniqueAttribute/type/\{typeName} - 
> EntityREST.getEntitiesByUniqueAttributes()



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


[jira] [Updated] (ATLAS-3890) Enhancement for all BulkAPIs.

2020-07-14 Thread chaitali borole (Jira)


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

chaitali borole updated ATLAS-3890:
---
Labels: api-change  (was: )

> Enhancement for all BulkAPIs.
> -
>
> Key: ATLAS-3890
> URL: https://issues.apache.org/jira/browse/ATLAS-3890
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
>  Labels: api-change
>
> According to below linked Atlas Jira two Bulk Apis are enhanced to return 
> authorised entities or modify them when some of then entity types are blocked 
> by policies in Ranger for access to user.Hence we are improving the other 
> bulk Apis too.
> Previously user only used to get 403 error if he tries to access or modify 
> entities which comprised of both authorised as well as unauthorised typenames.
> DELETE /bulk - EntityREST.deleteByGuids()
> GET /bulk/uniqueAttribute/type/\{typeName} - 
> EntityREST.getEntitiesByUniqueAttributes()



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


[jira] [Created] (ATLAS-3892) Basic search enhanced Feature - Search history

2020-07-14 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3892:
--

 Summary: Basic search enhanced Feature - Search history 
 Key: ATLAS-3892
 URL: https://issues.apache.org/jira/browse/ATLAS-3892
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole


Feature to provide filters for better searching abilities : 

Date Range feature with 6 different filters :

1.last 7 days.

2.Last month.

3.Last 30 days.

4.Today.

5.Yesterday.

6.Custom Range.

7.This Month.



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


[jira] [Assigned] (ATLAS-3887) Consistency and highlighting issues while switching between old and new UI

2020-07-14 Thread Keval Bhatt (Jira)


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

Keval Bhatt reassigned ATLAS-3887:
--

Assignee: Keval Bhatt

> Consistency and highlighting issues while switching between old and new UI
> --
>
> Key: ATLAS-3887
> URL: https://issues.apache.org/jira/browse/ATLAS-3887
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Durga Kadam
>Assignee: Keval Bhatt
>Priority: Minor
> Attachments: classification and glossari does not highlight also 
> glossary does not show title when switched to new UI.mkv
>
>
> Description::
> When switched from old to new UI,
>  # Classification and Glossary does not highlight the content, also
>  # Glossary does not show the title. 
> PFA video



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


Re: [VOTE] Release Apache Atlas version 2.1.0 - rc3

2020-07-14 Thread Keval Bhatt
+1 (binding) for Apache Atlas 2.1.0 RC3

Validated the following:

   - Verified the md5/sha checksum of the source bundle
   - Verified the build with -Pdist,embedded-hbase-solr
   - Created classification, updated the attributes and associated with the
   entity and term
   - Tested basic search with the type, classification, term and their
   attribute filters
   - Tested advance search
   - Saved the search for later use.
   - Created Business metadata and associated with an entity.
   - Create Labels and user-define properties
   - Tested Lineage and applied filter hide/show deleted entities and
   process
   - Checked the relationship diagram
   - Entity create/update test from UI
   - Checked the statistics page.
   - checked the loader hide change for term association.


On Tue, Jul 14, 2020 at 12:01 PM vishal suvagia
 wrote:

> +1 for Apache Atlas 2.1.0 RC#3.
> Verified clean compilation and rat-checks.Validated the source checksums
> and hash.Verified quick-start data and UI to be working
>
>
> RegardsVishal Suvagia.
>On Monday, 13 July, 2020, 9:20:54 pm IST, Sharmadha Sainath
>  wrote:
>
>  +1 for Apache Atlas 2.1.0-rc3 release.
>
>   - Validated MD5 and SHA512 checksum of source.
>   - Verified PGP Signature
>   - Brought up Atlas using embedded HBase and Solr.
>   - Verified DSL , Basic Search , Quick search and Suggestions
>   - Validated CRUD on labels, custom attributes , business metadata
>   - Verified Basic search using system attributes filters (multiple
>   classifications , labels , custom attributes , business metadata search)
>   - Added labels , user defined properties (custom attributes) , business
>   metadata to entities and verified the entity properties and audits.
>   - Purged Soft Deleted entity  and verified the audits of purged entity.
>   Deleted tag associated to the purged entity and verified there are no
>   references.
>   - Saved the Favorite searches and executed them.
>   - Tested Atlas UI against XSS strings
>
> Thanks,
> Sharmadha Sainath
>
> On Mon, Jul 13, 2020 at 7:15 PM Nixon Rodrigues <
> nixon.rodrig...@freestoneinfotech.com> wrote:
>
> > +1 for Atlas 2.1.0 rc3 release.
> >
> > Verified signature and MD5/SHA keys.
> > Verified release tag on git repo.
> > Verified build with rc3 bits.
> > Verified UI with Quick Start data.
> >
> > Thanks  & Regards
> > Nixon
> >
> >
> >
> > On Mon, Jul 13, 2020 at 12:44 PM Mandar Ambawane <
> > mandar.ambaw...@freestoneinfotech.com> wrote:
> >
> > > +1 for Apache Atlas 2.1.0 RC3 release
> > >
> > > Validated the following:
> > > 1. Verified the source SHA512 and MD5 checksum
> > > 2. Verified the build with -Pdist,embedded-hbase-solr
> > > 3. Started Atlas server successfully
> > > 4. Verified quick_start.py, all entities and tag get created
> successfully
> > > 5. Created Business metadata and associated with an entity.
> > > 6. Checked Basic and advanced search
> > >
> > > Thanks,
> > > Mandar
> > >
> > > On Mon, Jul 13, 2020 at 12:39 PM Jayendra Parab <
> > jayendra.pa...@gmail.com>
> > > wrote:
> > >
> > > > +1 for Apache Atlas 2.1.0 RC3 release
> > > >
> > > > Validated the following:
> > > > 1. Verified the source SHA512 and MD5 checksum
> > > > 2. Verified the build with -Pdist,embedded-hbase-solr
> > > > 3. Started Atlas server successfully
> > > > 4. Verified quick_start.py, all entities and tag get created
> > successfully
> > > > 5. Created entities, applied tags from UI
> > > > 6. Checked Basic and advanced search
> > > >
> > > > Regards,
> > > > Jayendra.
> > > >
> > > > On Mon, Jul 13, 2020 at 12:17 PM Sarath Subramanian <
> sar...@apache.org
> > >
> > > > wrote:
> > > >
> > > > > +1 for Apache Atlas 2.1 rc3
> > > > >
> > > > > Validated the following:
> > > > > - Validated MD5 checksum
> > > > > - Validated sha512 hash
> > > > > - Verified PGP signature
> > > > > - No binaries in extracted source
> > > > > - Built successfully using embedded-hbase and solr profile
> > > > > - Ran quick start and tested basic sanity - saved search,
> > > basic/advanced
> > > > > search, Glossary, tag propagation, Admin purge, system attribute
> > search
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Jul 9, 2020 at 9:59 PM Madhan Neethiraj  >
> > > > wrote:
> > > > >
> > > > > > Atlas team,
> > > > > >
> > > > > > Apache Atlas 2.1.0 rc3, with following fixes since rc2, is now
> > > > available
> > > > > > for vote within dev community.
> > > > > >  ATLAS-3877: Purged entity audit throws 404 Entity not found
> error
> > > > > >  ATLAS-3882: Classic UI: Loader not disappearing while assigning
> > > > > category
> > > > > > to term
> > > > > >
> > > > > > Links to the release artifacts are given below. Please review and
> > > vote.
> > > > > >
> > > > > > The vote will be open for at least 72 hours or until necessary
> > votes
> > > > are
> > > > > > reached.
> > > > > >  [ ] +1 Approve
> > > > > >  [ ] +0 No opinion
> > > > > >  [ ] -1 Disapprove (and reason why)
> > > > > >
> > > > > > Thanks,
> > > > > > Madhan
> > > > > 

[jira] [Updated] (ATLAS-3891) UI: Quick search cards for ease of search and utilization of white space

2020-07-14 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3891:
---
Attachment: search_dashboard_roun...@2x.png

> UI: Quick search cards for ease of search and utilization of white space
> 
>
> Key: ATLAS-3891
> URL: https://issues.apache.org/jira/browse/ATLAS-3891
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: search_dashboard_roun...@2x.png
>
>




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


[jira] [Updated] (ATLAS-3891) UI: Quick search cards for ease of search and utilization of white space

2020-07-14 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3891:
---
Description: 
Example:

 

!search_dashboard_roun...@2x.png|width=591,height=332!

> UI: Quick search cards for ease of search and utilization of white space
> 
>
> Key: ATLAS-3891
> URL: https://issues.apache.org/jira/browse/ATLAS-3891
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
> Attachments: search_dashboard_roun...@2x.png
>
>
> Example:
>  
> !search_dashboard_roun...@2x.png|width=591,height=332!



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


[jira] [Updated] (ATLAS-3891) UI: Quick search cards for ease of search and utilization of white space

2020-07-14 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3891:
---
Summary: UI: Quick search cards for ease of search and utilization of white 
space  (was: UI: Quick search box for easy of search and utilize of white space)

> UI: Quick search cards for ease of search and utilization of white space
> 
>
> Key: ATLAS-3891
> URL: https://issues.apache.org/jira/browse/ATLAS-3891
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 3.0.0
>
>




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


[jira] [Created] (ATLAS-3891) UI: Quick search box for easy of search and utilize of white space

2020-07-14 Thread Keval Bhatt (Jira)
Keval Bhatt created ATLAS-3891:
--

 Summary: UI: Quick search box for easy of search and utilize of 
white space
 Key: ATLAS-3891
 URL: https://issues.apache.org/jira/browse/ATLAS-3891
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 3.0.0






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


Re: [VOTE] Release Apache Atlas version 2.1.0 - rc3

2020-07-14 Thread vishal suvagia
+1 for Apache Atlas 2.1.0 RC#3.
Verified clean compilation and rat-checks.Validated the source checksums and 
hash.Verified quick-start data and UI to be working


RegardsVishal Suvagia.
   On Monday, 13 July, 2020, 9:20:54 pm IST, Sharmadha Sainath 
 wrote:  
 
 +1 for Apache Atlas 2.1.0-rc3 release.

  - Validated MD5 and SHA512 checksum of source.
  - Verified PGP Signature
  - Brought up Atlas using embedded HBase and Solr.
  - Verified DSL , Basic Search , Quick search and Suggestions
  - Validated CRUD on labels, custom attributes , business metadata
  - Verified Basic search using system attributes filters (multiple
  classifications , labels , custom attributes , business metadata search)
  - Added labels , user defined properties (custom attributes) , business
  metadata to entities and verified the entity properties and audits.
  - Purged Soft Deleted entity  and verified the audits of purged entity.
  Deleted tag associated to the purged entity and verified there are no
  references.
  - Saved the Favorite searches and executed them.
  - Tested Atlas UI against XSS strings

Thanks,
Sharmadha Sainath

On Mon, Jul 13, 2020 at 7:15 PM Nixon Rodrigues <
nixon.rodrig...@freestoneinfotech.com> wrote:

> +1 for Atlas 2.1.0 rc3 release.
>
> Verified signature and MD5/SHA keys.
> Verified release tag on git repo.
> Verified build with rc3 bits.
> Verified UI with Quick Start data.
>
> Thanks  & Regards
> Nixon
>
>
>
> On Mon, Jul 13, 2020 at 12:44 PM Mandar Ambawane <
> mandar.ambaw...@freestoneinfotech.com> wrote:
>
> > +1 for Apache Atlas 2.1.0 RC3 release
> >
> > Validated the following:
> > 1. Verified the source SHA512 and MD5 checksum
> > 2. Verified the build with -Pdist,embedded-hbase-solr
> > 3. Started Atlas server successfully
> > 4. Verified quick_start.py, all entities and tag get created successfully
> > 5. Created Business metadata and associated with an entity.
> > 6. Checked Basic and advanced search
> >
> > Thanks,
> > Mandar
> >
> > On Mon, Jul 13, 2020 at 12:39 PM Jayendra Parab <
> jayendra.pa...@gmail.com>
> > wrote:
> >
> > > +1 for Apache Atlas 2.1.0 RC3 release
> > >
> > > Validated the following:
> > > 1. Verified the source SHA512 and MD5 checksum
> > > 2. Verified the build with -Pdist,embedded-hbase-solr
> > > 3. Started Atlas server successfully
> > > 4. Verified quick_start.py, all entities and tag get created
> successfully
> > > 5. Created entities, applied tags from UI
> > > 6. Checked Basic and advanced search
> > >
> > > Regards,
> > > Jayendra.
> > >
> > > On Mon, Jul 13, 2020 at 12:17 PM Sarath Subramanian  >
> > > wrote:
> > >
> > > > +1 for Apache Atlas 2.1 rc3
> > > >
> > > > Validated the following:
> > > > - Validated MD5 checksum
> > > > - Validated sha512 hash
> > > > - Verified PGP signature
> > > > - No binaries in extracted source
> > > > - Built successfully using embedded-hbase and solr profile
> > > > - Ran quick start and tested basic sanity - saved search,
> > basic/advanced
> > > > search, Glossary, tag propagation, Admin purge, system attribute
> search
> > > >
> > > >
> > > >
> > > > On Thu, Jul 9, 2020 at 9:59 PM Madhan Neethiraj 
> > > wrote:
> > > >
> > > > > Atlas team,
> > > > >
> > > > > Apache Atlas 2.1.0 rc3, with following fixes since rc2, is now
> > > available
> > > > > for vote within dev community.
> > > > >  ATLAS-3877: Purged entity audit throws 404 Entity not found error
> > > > >  ATLAS-3882: Classic UI: Loader not disappearing while assigning
> > > > category
> > > > > to term
> > > > >
> > > > > Links to the release artifacts are given below. Please review and
> > vote.
> > > > >
> > > > > The vote will be open for at least 72 hours or until necessary
> votes
> > > are
> > > > > reached.
> > > > >  [ ] +1 Approve
> > > > >  [ ] +0 No opinion
> > > > >  [ ] -1 Disapprove (and reason why)
> > > > >
> > > > > Thanks,
> > > > > Madhan
> > > > >
> > > > >
> > > > > List of all issues addressed in this release:
> > > > > https://issues.apache.org/jira/issues/?jql=project=ATLAS AND
> > > > > status=Resolved AND fixVersion=2.1.0 ORDER BY key DESC
> > > > >
> > > > > Git tag for the release:
> > > > > https://github.com/apache/atlas/tree/release-2.1.0-rc3
> > > > > Sources for the release:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/atlas/2.1.0-rc3/apache-atlas-2.1.0-sources.tar.gz
> > > > >
> > > > > Source release verification:
> > > > >  PGP Signature:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/atlas/2.1.0-rc3/apache-atlas-2.1.0-sources.tar.gz.asc
> > > > >  SHA512 Hash:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/atlas/2.1.0-rc3/apache-atlas-2.1.0-sources.tar.gz.sha512
> > > > >  MD5 Hash:
> > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/atlas/2.1.0-rc3/apache-atlas-2.1.0-sources.tar.gz.md5
> > > > >
> > > > > Keys to verify the signature of the release artifacts are available
> > at:
> > > > >