Review Request 72581: Upgrade maven-deploy-plugin version from 2.7 to 2.8.2 to enable

2020-06-10 Thread Lei Xu

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

Review request for atlas.


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


Repository: atlas


Description
---

Upgrade maven-deploy-plugin version from 2.7 to 2.8.2 to enable 


Diffs
-

  pom.xml 8d02a6f26 


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


Testing
---

[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools 1.0  SUCCESS [  0.560 s]
[INFO] apache-atlas 3.0.0-SNAPSHOT  SUCCESS [  2.058 s]
[INFO] Apache Atlas Test Utility Tools 3.0.0-SNAPSHOT . SUCCESS [  6.603 s]
[INFO] Apache Atlas Integration 3.0.0-SNAPSHOT  SUCCESS [  3.921 s]
[INFO] Apache Atlas Common 3.0.0-SNAPSHOT . SUCCESS [  1.279 s]
[INFO] Apache Atlas Client 3.0.0-SNAPSHOT . SUCCESS [  0.162 s]
[INFO] atlas-client-common 3.0.0-SNAPSHOT . SUCCESS [  1.159 s]
[INFO] atlas-client-v1 3.0.0-SNAPSHOT . SUCCESS [  0.950 s]
[INFO] Apache Atlas Server API 3.0.0-SNAPSHOT . SUCCESS [  0.939 s]
[INFO] Apache Atlas Notification 3.0.0-SNAPSHOT ... SUCCESS [  1.769 s]
[INFO] atlas-client-v2 3.0.0-SNAPSHOT . SUCCESS [  0.729 s]
[INFO] Apache Atlas Graph Database Projects 3.0.0-SNAPSHOT  SUCCESS [  0.081 s]
[INFO] Apache Atlas Graph Database API 3.0.0-SNAPSHOT . SUCCESS [  0.880 s]
[INFO] Graph Database Common Code 3.0.0-SNAPSHOT .. SUCCESS [  0.861 s]
[INFO] Apache Atlas JanusGraph-HBase2 Module 3.0.0-SNAPSHOT SUCCESS [  1.750 s]
[INFO] Apache Atlas JanusGraph DB Impl 3.0.0-SNAPSHOT . SUCCESS [  4.716 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies 3.0.0-SNAPSHOT 
SUCCESS [  1.521 s]
[INFO] Apache Atlas Authorization 3.0.0-SNAPSHOT .. SUCCESS [  0.822 s]
[INFO] Apache Atlas Repository 3.0.0-SNAPSHOT . SUCCESS [ 10.036 s]
[INFO] Apache Atlas UI 3.0.0-SNAPSHOT . SUCCESS [02:02 min]
[INFO] Apache Atlas New UI 3.0.0-SNAPSHOT . SUCCESS [ 35.906 s]
[INFO] Apache Atlas Web Application 3.0.0-SNAPSHOT  SUCCESS [ 19.064 s]
[INFO] Apache Atlas Documentation 3.0.0-SNAPSHOT .. SUCCESS [  1.001 s]
[INFO] Apache Atlas FileSystem Model 3.0.0-SNAPSHOT ... SUCCESS [  2.191 s]
[INFO] Apache Atlas Plugin Classloader 3.0.0-SNAPSHOT . SUCCESS [  1.002 s]
[INFO] Apache Atlas Hive Bridge Shim 3.0.0-SNAPSHOT ... SUCCESS [  2.679 s]
[INFO] Apache Atlas Hive Bridge 3.0.0-SNAPSHOT  SUCCESS [  6.436 s]
[INFO] Apache Atlas Falcon Bridge Shim 3.0.0-SNAPSHOT . SUCCESS [  0.838 s]
[INFO] Apache Atlas Falcon Bridge 3.0.0-SNAPSHOT .. SUCCESS [  0.860 s]
[INFO] Apache Atlas Sqoop Bridge Shim 3.0.0-SNAPSHOT .. SUCCESS [  0.099 s]
[INFO] Apache Atlas Sqoop Bridge 3.0.0-SNAPSHOT ... SUCCESS [  5.880 s]
[INFO] Apache Atlas Storm Bridge Shim 3.0.0-SNAPSHOT .. SUCCESS [  0.271 s]
[INFO] Apache Atlas Storm Bridge 3.0.0-SNAPSHOT ... SUCCESS [  1.446 s]
[INFO] Apache Atlas Hbase Bridge Shim 3.0.0-SNAPSHOT .. SUCCESS [  1.990 s]
[INFO] Apache Atlas Hbase Bridge 3.0.0-SNAPSHOT ... SUCCESS [ 10.128 s]
[INFO] Apache HBase - Testing Util 3.0.0-SNAPSHOT . SUCCESS [  4.317 s]
[INFO] Apache Atlas Kafka Bridge 3.0.0-SNAPSHOT ... SUCCESS [  1.532 s]
[INFO] Apache Atlas classification updater 3.0.0-SNAPSHOT . SUCCESS [  0.699 s]
[INFO] Apache Atlas Impala Hook API 3.0.0-SNAPSHOT  SUCCESS [  0.138 s]
[INFO] Apache Atlas Impala Bridge Shim 3.0.0-SNAPSHOT . SUCCESS [  0.172 s]
[INFO] Apache Atlas Impala Bridge 3.0.0-SNAPSHOT .. SUCCESS [  2.885 s]
[INFO] Apache Atlas Distribution 3.0.0-SNAPSHOT ... SUCCESS [  0.757 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  04:25 min
[INFO] Finished at: 2020-06-10T21:05:46+08:00
[INFO] 

Process finished with exit code 0


Thanks,

Lei Xu



[jira] [Commented] (ATLAS-3837) execute import-hive.sh raise exception: Failed to load application properties

2020-06-10 Thread limbo (Jira)


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

limbo commented on ATLAS-3837:
--

Review board request: [https://reviews.apache.org/r/72583/]

> execute import-hive.sh raise exception: Failed to load application properties
> -
>
> Key: ATLAS-3837
> URL: https://issues.apache.org/jira/browse/ATLAS-3837
> Project: Atlas
>  Issue Type: Bug
>  Components: hive-integration
>Affects Versions: 1.2.0, 2.0.0
>Reporter: limbo
>Priority: Major
> Attachments: ATLAS-3837.patch
>
>
> when run import-hive.sh, the script raise as follow:
> {code:java}
> 2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
> atlas-application.properties in classpath (ApplicationProperties:97)
> 2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
> /atlas-application.properties in classpath (ApplicationProperties:102)
> 2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
> from null (ApplicationProperties:110)
> 2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
> (HiveMetaStoreBridge:176)
> org.apache.atlas.AtlasException: Failed to load application properties
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
>  at 
> org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
> Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
> locate configuration source null
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
>  at 
> org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
>  at 
> org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
>  ... 2 more
> {code}
> the script can not find the config file of atlas-application.properties 



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


[jira] [Commented] (ATLAS-3812) Add schema for Apache Flink

2020-06-10 Thread limbo (Jira)


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

limbo commented on ATLAS-3812:
--

[~mbalassi] it's very nice to add Flink to Atlas, I just get 
https://issues.apache.org/jira/browse/FLINK-6757

I want to know how flink export it's info to atlas

> Add schema for Apache Flink
> ---
>
> Key: ATLAS-3812
> URL: https://issues.apache.org/jira/browse/ATLAS-3812
> Project: Atlas
>  Issue Type: New Feature
>  Components: atlas-intg
>Reporter: Márton Balassi
>Priority: Major
>
> Hi Apache Atlas team,
> I am an Apache Flink PMC member pursuing to add a Flink bridge to Atlas. As a 
> first step of this I would like to contribute the following schema, ideally 
> to the upcoming 2.1 release.
> {code}
> {
> "enumDefs": [],
> "structDefs": [],
> "classificationDefs": [],
> "entityDefs": [
> {
> "name": "flink_application",
> "superTypes": [
> "Process"
> ],
> "serviceType": "flink",
> "typeVersion": "1.0",
> "attributeDefs": [
> {
> "name": "id",
> "typeName": "string",
> "cardinality": "SINGLE",
> "isIndexable": true,
> "isOptional": false,
> "isUnique": true
> },
> {
> "name": "startTime",
> "typeName": "date",
> "cardinality": "SINGLE",
> "isIndexable": false,
> "isOptional": true,
> "isUnique": false
> },
> {
> "name": "endTime",
> "typeName": "date",
> "cardinality": "SINGLE",
> "isIndexable": false,
> "isOptional": true,
> "isUnique": false
> },
> {
> "name": "conf",
> "typeName": "map",
> "cardinality": "SINGLE",
> "isIndexable": false,
> "isOptional": true,
> "isUnique": false
> },
> {
> "name": "inputs",
> "typeName": "array",
> "cardinality": "LIST",
> "isIndexable": false,
> "isOptional": false,
> "isUnique": false
> },
> {
> "name": "outputs",
> "typeName": "array",
> "cardinality": "LIST",
> "isIndexable": false,
> "isOptional": false,
> "isUnique": false
> }
> ]
> }
> ],
> "relationshipDefs": []
> }
> {code}
> Also please add an icon based on the white outline from the Flink material 
> page similarly to the existing Kafka icon.
> https://flink.apache.org/material.html



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


[jira] [Updated] (ATLAS-3837) execute import-hive.sh raise exception: Failed to load application properties

2020-06-10 Thread limbo (Jira)


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

limbo updated ATLAS-3837:
-
Affects Version/s: 2.0.0

> execute import-hive.sh raise exception: Failed to load application properties
> -
>
> Key: ATLAS-3837
> URL: https://issues.apache.org/jira/browse/ATLAS-3837
> Project: Atlas
>  Issue Type: Bug
>  Components: hive-integration
>Affects Versions: 1.2.0, 2.0.0
>Reporter: limbo
>Priority: Major
> Attachments: ATLAS-3837.patch
>
>
> when run import-hive.sh, the script raise as follow:
> {code:java}
> 2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
> atlas-application.properties in classpath (ApplicationProperties:97)
> 2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
> /atlas-application.properties in classpath (ApplicationProperties:102)
> 2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
> from null (ApplicationProperties:110)
> 2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
> (HiveMetaStoreBridge:176)
> org.apache.atlas.AtlasException: Failed to load application properties
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
>  at 
> org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
> Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
> locate configuration source null
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
>  at 
> org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
>  at 
> org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
>  ... 2 more
> {code}
> the script can not find the config file of atlas-application.properties 



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


Re: [DRAFT] Board report for Apache Atlas: June 2020

2020-06-10 Thread Ashutosh Mestry
+1 for the report.

Thanks for taking the time and effort for getting this together.

I will leave it to your discretion to include:
- Efforts on Beta UI.

~ ashutosh


On 6/10/20, 11:34 AM, "Madhan Neethiraj"  wrote:

Atlas team,

Please review the draft board report below and send your feedback/comments.

Thanks,
Madhan


## Description:
  Apache Atlas is a scalable and extensible set of core foundational
  governance services that enables enterprises to effectively and 
efficiently
  meet their compliance requirements within Hadoop and allows integration 
with
  the complete enterprise data ecosystem

## Issues:
  There are no issues requiring board attention at this time.

## Activity:
  - new feature to import glossary via REST API and UI
  - new feature to import business metadata via REST API and UI
  - updated authorization model to support purge operation
  - performance improvements in classification propagation, entity-delete, 
import, migration
  - updated Hive hook to create ADLS-Gen2 entities for abfs:// urls
  - added model to capture machine-learning metadata
  - improvements in search functionality like support for sorting
  - updated JanusGraph version to 0.5.1, and Tinkerpop version to 3.4.4
  - Apache Atlas 2.1 release candidate out for vote, expected to close by 
June, 20

## Health report:
  - 2 new contributors added in last 3 months: Jayendra Parab, Jyoti Singh

## PMC changes:
  - Currently 34 PMC members
  - Last addition to PMC role was on 5/13/2019

## Clarification for question on last board report
  Question: I know we talked about this last year - your definitions of 
contributors vs committers. I was wondering if you track contributors somewhere 
analogous to the page at http://atlas.apache.org/#/TeamList ?
  Response: The list of contributors is tracked only in Apache JIRA project 
for Atlas.

## Committer base changes:
  - Currently 38 committers
  - No new committers added in last 3 months
  - Last addition to committer role was on 10/15/2018

## Releases:
  0.8.4was released on 06/21/2019
  1.2.0was released on 06/12/2019
  2.0.0was released on 05/14/2019
  0.8.3was released on 10/31/2018
  1.1.0was released on 09/17/2018
  1.0.0was released on 06/02/2018
  0.8.2was released on 02/05/2018
  1.0.0-alpha  was released on 01/25/2018
  0.8.1was released on 08/29/2017
  0.8-incubating   was released on 03/16/2017
  0.7.1-incubating was released on 01/26/2017
  0.7-incubating   was released on 07/09/2016
  0.6-incubating   was released on 12/31/2015
  0.5-incubating   was released on 07/11/2015




Re: [DRAFT] Board report for Apache Atlas: June 2020

2020-06-10 Thread Sarath Subramanian
Thanks Madhan for putting this together.

The report looks good. +1


Thanks,
Sarath

On Wed, Jun 10, 2020 at 11:34 AM Madhan Neethiraj  wrote:

> Atlas team,
>
> Please review the draft board report below and send your feedback/comments.
>
> Thanks,
> Madhan
>
>
> ## Description:
>   Apache Atlas is a scalable and extensible set of core foundational
>   governance services that enables enterprises to effectively and
> efficiently
>   meet their compliance requirements within Hadoop and allows integration
> with
>   the complete enterprise data ecosystem
>
> ## Issues:
>   There are no issues requiring board attention at this time.
>
> ## Activity:
>   - new feature to import glossary via REST API and UI
>   - new feature to import business metadata via REST API and UI
>   - updated authorization model to support purge operation
>   - performance improvements in classification propagation, entity-delete,
> import, migration
>   - updated Hive hook to create ADLS-Gen2 entities for abfs:// urls
>   - added model to capture machine-learning metadata
>   - improvements in search functionality like support for sorting
>   - updated JanusGraph version to 0.5.1, and Tinkerpop version to 3.4.4
>   - Apache Atlas 2.1 release candidate out for vote, expected to close by
> June, 20
>
> ## Health report:
>   - 2 new contributors added in last 3 months: Jayendra Parab, Jyoti Singh
>
> ## PMC changes:
>   - Currently 34 PMC members
>   - Last addition to PMC role was on 5/13/2019
>
> ## Clarification for question on last board report
>   Question: I know we talked about this last year - your definitions of
> contributors vs committers. I was wondering if you track contributors
> somewhere analogous to the page at http://atlas.apache.org/#/TeamList ?
>   Response: The list of contributors is tracked only in Apache JIRA
> project for Atlas.
>
> ## Committer base changes:
>   - Currently 38 committers
>   - No new committers added in last 3 months
>   - Last addition to committer role was on 10/15/2018
>
> ## Releases:
>   0.8.4was released on 06/21/2019
>   1.2.0was released on 06/12/2019
>   2.0.0was released on 05/14/2019
>   0.8.3was released on 10/31/2018
>   1.1.0was released on 09/17/2018
>   1.0.0was released on 06/02/2018
>   0.8.2was released on 02/05/2018
>   1.0.0-alpha  was released on 01/25/2018
>   0.8.1was released on 08/29/2017
>   0.8-incubating   was released on 03/16/2017
>   0.7.1-incubating was released on 01/26/2017
>   0.7-incubating   was released on 07/09/2016
>   0.6-incubating   was released on 12/31/2015
>   0.5-incubating   was released on 07/11/2015
>
>
>


[jira] [Commented] (ATLAS-3830) UI: Business Metadata tab misalignment issue

2020-06-10 Thread Nixon Rodrigues (Jira)


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

Nixon Rodrigues commented on ATLAS-3830:


+1 for the patch, thanks [~kevalbhatt]

> UI: Business Metadata tab misalignment issue
> 
>
> Key: ATLAS-3830
> URL: https://issues.apache.org/jira/browse/ATLAS-3830
> Project: Atlas
>  Issue Type: Bug
>Reporter: Durga Kadam
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3830.patch, 
> missalignment-due-to-business-metadata-selection.webm
>
>
> Misalignment happens when the drop-downs are closed and reopened from left 
> panel.
> Please find attached video clip for steps to reproduce.
>  



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


[jira] [Updated] (ATLAS-3837) execute import-hive.sh raise exception: Failed to load application properties

2020-06-10 Thread limbo (Jira)


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

limbo updated ATLAS-3837:
-
Attachment: ATLAS-3837.patch

> execute import-hive.sh raise exception: Failed to load application properties
> -
>
> Key: ATLAS-3837
> URL: https://issues.apache.org/jira/browse/ATLAS-3837
> Project: Atlas
>  Issue Type: Bug
>  Components: hive-integration
>Affects Versions: 1.2.0
>Reporter: limbo
>Priority: Major
> Attachments: ATLAS-3837.patch
>
>
> when run import-hive.sh, the script raise as follow:
> {code:java}
> 2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
> atlas-application.properties in classpath (ApplicationProperties:97)
> 2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
> /atlas-application.properties in classpath (ApplicationProperties:102)
> 2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
> from null (ApplicationProperties:110)
> 2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
> (HiveMetaStoreBridge:176)
> org.apache.atlas.AtlasException: Failed to load application properties
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
>  at 
> org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
> Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
> locate configuration source null
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
>  at 
> org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
>  at 
> org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
>  ... 2 more
> {code}
> the script can not find the config file of atlas-application.properties 



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


Fw:Fw:Re:Re:import-hive.sh error with 2.1.0-rc1

2020-06-10 Thread lk_hadoop
I've found the reason. beacuse my env is CDH5.14, the hive version is 1.1 it 
contains a lower version commons-configuration*.jar


but there is also other problems about version compatibility, for example:

Exception in thread "main" java.lang.NoSuchMethodError: 
org.apache.hadoop.hive.metastore.api.Database.getCatalogName()Ljava/lang/String;
at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.getDatabaseName(HiveMetaStoreBridge.java:586)


So is there any plan to support hadoop with old version?


 Forwarding messages 
From: "lk_hadoop" 
Date: 2020-06-11 09:04:28
To: "dev@atlas.apache.org" ,"u...@atlas.apache.org" 

Subject: Fw:Re:Re:import-hive.sh error with 2.1.0-rc1


I just make a soft link /etc/atlas/conf/atlas-application.properties  to my 
atlas-application.properties ,and I run hook-bin/import-hive.sh -d test_db 
,then I got the errpr:




2020-06-11 08:55:31,699 INFO  - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:121)

2020-06-11 08:55:31,702 INFO  - [main:] ~ Loading atlas-application.properties 
from file:/etc/atlas/conf/atlas-application.properties 
(ApplicationProperties:134)

2020-06-11 08:55:31,737 INFO  - [main:] ~ Using graphdb backend 'janus' 
(ApplicationProperties:314)

2020-06-11 08:55:31,737 INFO  - [main:] ~ Using storage backend 'hbase2' 
(ApplicationProperties:325)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Using index backend 'solr' 
(ApplicationProperties:336)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Atlas is running in MODE: PROD. 
(ApplicationProperties:340)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Setting solr-wait-searcher property 
'true' (ApplicationProperties:346)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Setting index.search.map-name 
property 'false' (ApplicationProperties:350)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Setting 
atlas.graph.index.search.max-result-set-size = 150 (ApplicationProperties:360)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.db-cache = true (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.db-cache-clean-wait = 20 (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.db-cache-size = 0.5 (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.tx-cache-size = 15000 (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.tx-dirty-size = 120 (ApplicationProperties:372)

2020-06-11 08:55:31,745 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:179)

org.apache.atlas.AtlasException: Failed to load application properties

at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:147)

at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:100)

at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:123)

Caused by: org.apache.commons.configuration.ConversionException: 
'atlas.graph.index.search.solr.wait-searcher' doesn't map to a List object: 
true, a java.lang.Boolean

at 
org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1144)

at 
org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1109)

at 
org.apache.commons.configuration.AbstractConfiguration.interpolatedConfiguration(AbstractConfiguration.java:1274)

at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:142)

... 2 more



I found that the property  'atlas.graph.index.search.solr.wait-searcher' 
default value is boolean: true, and when
 ApplicationProperties line:142 Configuration configuration = 
appProperties.interpolatedConfiguration();
will call method AbstractConfiguration.getLsit(String key) ,this method can't 
map a boolean value to List.



I don't know is this a bug ,or it's my mistake,can anyone help?




 Forwarding messages 
From: "lk_hadoop" 
Date: 2020-06-10 21:45:18
To: u...@atlas.apache.org
Subject: Re:Re:import-hive.sh error with 2.1.0-rc1

org.apache.commons.configuration.AbstractConfiguration.getList(String key, 
List defaultValue) can't map a boolean value to list
public List getList(String key, List defaultValue)
{
Object value = getProperty(key);
List list;

if (value instanceof String)
{
list = new ArrayList(1);
list.add(interpolate((String) value));
}
else if (value instanceof List)
{
list = new ArrayList();
List l = (List) value;

// add the interpolated elements in the new list
for (Object elem : l)
{
list.add(interpolate(elem));
}
}
else if (value == null)
{
list = (List) defaultValue;
}
else if (value.getClass().isArray())
{
return Arrays.asList((Object[]) value);
}
else if (isScalarValue(value))
{
return Collections.singletonList((Object) value.toString());
}
else
{
throw new ConversionException('\'' + key 

[jira] [Updated] (ATLAS-3837) execute import-hive.sh raise exception: Failed to load application properties

2020-06-10 Thread limbo (Jira)


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

limbo updated ATLAS-3837:
-
Description: 
when run import-hive.sh, the script raise as follow:
{code:java}
2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:97)
2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
/atlas-application.properties in classpath (ApplicationProperties:102)
2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
from null (ApplicationProperties:110)
2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:176)
org.apache.atlas.AtlasException: Failed to load application properties
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
 at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
locate configuration source null
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
 at 
org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
 at org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
 ... 2 more
{code}
the script can not find the config file of atlas-application.properties 

  was:
when run import-hive.log, the script raise as follow:
{code:java}
2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:97)
2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
/atlas-application.properties in classpath (ApplicationProperties:102)
2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
from null (ApplicationProperties:110)
2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:176)
org.apache.atlas.AtlasException: Failed to load application properties
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
 at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
locate configuration source null
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
 at 
org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
 at org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
 ... 2 more
{code}
the script can not find the config file of atlas-application.properties 


> execute import-hive.sh raise exception: Failed to load application properties
> -
>
> Key: ATLAS-3837
> URL: https://issues.apache.org/jira/browse/ATLAS-3837
> Project: Atlas
>  Issue Type: Bug
>  Components: hive-integration
>Affects Versions: 1.2.0
>Reporter: limbo
>Priority: Major
>
> when run import-hive.sh, the script raise as follow:
> {code:java}
> 2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
> atlas-application.properties in classpath (ApplicationProperties:97)
> 2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
> /atlas-application.properties in classpath (ApplicationProperties:102)
> 2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
> from null (ApplicationProperties:110)
> 2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
> (HiveMetaStoreBridge:176)
> org.apache.atlas.AtlasException: Failed to load application properties
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
>  at 
> org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
> Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
> locate configuration source null
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.

[jira] [Updated] (ATLAS-3837) execute import-hive.sh raise exception: Failed to load application properties

2020-06-10 Thread limbo (Jira)


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

limbo updated ATLAS-3837:
-
Description: 
when run import-hive.log, the script raise as follow:
{code:java}
2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:97)
2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
/atlas-application.properties in classpath (ApplicationProperties:102)
2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
from null (ApplicationProperties:110)
2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:176)
org.apache.atlas.AtlasException: Failed to load application properties
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
 at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
locate configuration source null
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
 at 
org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
 at org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
 ... 2 more
{code}
the script can not find the config file of atlas-application.properties 

  was:
when run import-hive.log, the script raise as follow:
{code:java}
2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:97)
2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
/atlas-application.properties in classpath (ApplicationProperties:102)
2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
from null (ApplicationProperties:110)
2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:176)
org.apache.atlas.AtlasException: Failed to load application properties
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
 at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
locate configuration source null
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
 at 
org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
 at org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
 ... 2 more
{code}


> execute import-hive.sh raise exception: Failed to load application properties
> -
>
> Key: ATLAS-3837
> URL: https://issues.apache.org/jira/browse/ATLAS-3837
> Project: Atlas
>  Issue Type: Bug
>  Components: hive-integration
>Affects Versions: 1.2.0
>Reporter: limbo
>Priority: Major
>
> when run import-hive.log, the script raise as follow:
> {code:java}
> 2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
> atlas-application.properties in classpath (ApplicationProperties:97)
> 2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
> /atlas-application.properties in classpath (ApplicationProperties:102)
> 2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
> from null (ApplicationProperties:110)
> 2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
> (HiveMetaStoreBridge:176)
> org.apache.atlas.AtlasException: Failed to load application properties
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
>  at 
> org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
> Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
> locate configuration source null
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
>  at 
> org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
>  at 
> org.apache.commons.co

[jira] [Created] (ATLAS-3837) execute import-hive.sh raise exception: Failed to load application properties

2020-06-10 Thread limbo (Jira)
limbo created ATLAS-3837:


 Summary: execute import-hive.sh raise exception: Failed to load 
application properties
 Key: ATLAS-3837
 URL: https://issues.apache.org/jira/browse/ATLAS-3837
 Project: Atlas
  Issue Type: Bug
  Components: hive-integration
Affects Versions: 1.2.0
Reporter: limbo


when run import-hive.log, the script raise as follow:
{code:java}
2020-06-11 10:49:01,177 INFO - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:97)
2020-06-11 10:49:01,181 INFO - [main:] ~ Looking for 
/atlas-application.properties in classpath (ApplicationProperties:102)
2020-06-11 10:49:01,182 INFO - [main:] ~ Loading atlas-application.properties 
from null (ApplicationProperties:110)
2020-06-11 10:49:01,199 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:176)
org.apache.atlas.AtlasException: Failed to load application properties
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:121)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:73)
 at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:120)
Caused by: org.apache.commons.configuration.ConfigurationException: Cannot 
locate configuration source null
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:259)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:238)
 at 
org.apache.commons.configuration.AbstractFileConfiguration.(AbstractFileConfiguration.java:197)
 at 
org.apache.commons.configuration.PropertiesConfiguration.(PropertiesConfiguration.java:284)
 at org.apache.atlas.ApplicationProperties.(ApplicationProperties.java:56)
 at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:112)
 ... 2 more
{code}



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


Re: Review Request 72566: ATLAS-1798 : Fix Findbugs problems in repository module

2020-06-10 Thread mayank jain


> On June 10, 2020, 4:38 a.m., Madhan Neethiraj wrote:
> > repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
> > Line 1081 (original), 1080 (patched)
> > 
> >
> > What was the findbug issue reported here? Can you please review if 
> > String.format() handles '{}' as placeholder for arguments?

[INFO] Format-string method String.format(String, Object[]) called with format 
string "Received unknown property{} for attribute {}'s " wants 0 arguments but 
is given 2 in 
org.apache.atlas.repository.store.bootstrap.AtlasTypeDefStoreInitializer

Using String.format("Received unknown property{} for attribute {}'s ", 
entry.getKey(), atlasAttributeDef.getName()); leads  to above error.


> On June 10, 2020, 4:38 a.m., Madhan Neethiraj wrote:
> > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasStructDefStoreV2.java
> > Line 627 (original), 623 (patched)
> > 
> >
> > isUnique can be null here, why is not neceessary to handle this case 
> > here?

This was leading to following findbugs error

Suspicious comparison of Boolean references in 
org.apache.atlas.repository.store.graph.v2.AtlasStructDefStoreV2.toAttributeDefFromJson(AtlasStructDef,
 Map, AtlasTypeDefGraphStoreV2) 
[org.apache.atlas.repository.store.graph.v2.AtlasStructDefStoreV2] At 
AtlasStructDefStoreV2.java:[line 623] RC_REF_COMPARISON_BAD_PRACTICE_BOOLEAN

Though i have reverted it back as before as it might lead to some error.


> On June 10, 2020, 4:38 a.m., Madhan Neethiraj wrote:
> > repository/src/main/java/org/apache/atlas/repository/store/graph/v2/bulkimport/pc/EntityConsumer.java
> > Line 121 (original)
> > 
> >
> > 'result' is not used; however, wouldn't removing call to 
> > entityStoreBulk.createOrUpdateForImportNoCommit() cause no import to be 
> > performed??

i have fixed this.


- mayank


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


On June 9, 2020, 12:44 p.m., mayank jain wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72566/
> ---
> 
> (Updated June 9, 2020, 12:44 p.m.)
> 
> 
> Review request for atlas, Jayendra Parab, Madhan Neethiraj, Nixon Rodrigues, 
> and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-1798
> https://issues.apache.org/jira/browse/ATLAS-1798
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Currently Findbugs complaints about some problems (see attachment) in the 
> repository module. They should be fixed to get the code more reliable.
> 
> 
> Diffs
> -
> 
>   build-tools/src/main/resources/findbugs-exclude.xml da6c58d 
>   repository/src/main/java/org/apache/atlas/GraphTransactionInterceptor.java 
> 57e454a 
>   
> repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java
>  dd4d1b4 
>   
> repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java
>  56956e6 
>   
> repository/src/main/java/org/apache/atlas/discovery/SearchAggregatorImpl.java 
> e8f7dbc 
>   repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 
> 804c694 
>   repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java 
> d630f66 
>   repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 
> 2c84ec7 
>   repository/src/main/java/org/apache/atlas/glossary/GlossaryUtils.java 
> 2a2cebb 
>   repository/src/main/java/org/apache/atlas/query/AtlasDSL.java b8a744b 
>   repository/src/main/java/org/apache/atlas/query/GremlinQueryComposer.java 
> 801e898 
>   repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLLexer.java 
> 142b9ca 
>   repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.java 
> 6b33edb 
>   
> repository/src/main/java/org/apache/atlas/repository/audit/AbstractStorageBasedAuditRepository.java
>  1aac375 
>   
> repository/src/main/java/org/apache/atlas/repository/audit/EntityAuditListener.java
>  69d373d 
>   
> repository/src/main/java/org/apache/atlas/repository/audit/EntityAuditListenerV2.java
>  79527ac 
>   
> repository/src/main/java/org/apache/atlas/repository/audit/HBaseBasedAuditRepository.java
>  9fca744 
>   
> repository/src/main/java/org/apache/atlas/repository/converters/AtlasArrayFormatConverter.java
>  c335f0a 
>   
> repository/src/main/java/org/apache/atlas/repository/converters/AtlasInstanceConverter.java
>  6fc0c65 
>   
> repository/src/main/java/org/apache/atlas/repository/converters/AtlasMapFormatConverter.java
>  0eacd8e

Re: Review Request 72566: ATLAS-1798 : Fix Findbugs problems in repository module

2020-06-10 Thread mayank jain

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

(Updated June 11, 2020, 2:56 a.m.)


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


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


Repository: atlas


Description
---

Currently Findbugs complaints about some problems (see attachment) in the 
repository module. They should be fixed to get the code more reliable.


Diffs (updated)
-

  build-tools/src/main/resources/findbugs-exclude.xml da6c58d 
  repository/src/main/java/org/apache/atlas/GraphTransactionInterceptor.java 
57e454a 
  
repository/src/main/java/org/apache/atlas/discovery/EntityDiscoveryService.java 
dd4d1b4 
  
repository/src/main/java/org/apache/atlas/discovery/EntitySearchProcessor.java 
56956e6 
  repository/src/main/java/org/apache/atlas/discovery/SearchAggregatorImpl.java 
e8f7dbc 
  repository/src/main/java/org/apache/atlas/discovery/SearchProcessor.java 
804c694 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java 
d630f66 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 
2c84ec7 
  repository/src/main/java/org/apache/atlas/glossary/GlossaryUtils.java 2a2cebb 
  repository/src/main/java/org/apache/atlas/query/AtlasDSL.java b8a744b 
  repository/src/main/java/org/apache/atlas/query/GremlinQueryComposer.java 
801e898 
  repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLLexer.java 
142b9ca 
  repository/src/main/java/org/apache/atlas/query/antlr4/AtlasDSLParser.java 
6b33edb 
  
repository/src/main/java/org/apache/atlas/repository/audit/AbstractStorageBasedAuditRepository.java
 1aac375 
  
repository/src/main/java/org/apache/atlas/repository/audit/EntityAuditListener.java
 69d373d 
  
repository/src/main/java/org/apache/atlas/repository/audit/EntityAuditListenerV2.java
 79527ac 
  
repository/src/main/java/org/apache/atlas/repository/audit/HBaseBasedAuditRepository.java
 9fca744 
  
repository/src/main/java/org/apache/atlas/repository/converters/AtlasArrayFormatConverter.java
 c335f0a 
  
repository/src/main/java/org/apache/atlas/repository/converters/AtlasInstanceConverter.java
 6fc0c65 
  
repository/src/main/java/org/apache/atlas/repository/converters/AtlasMapFormatConverter.java
 0eacd8e 
  
repository/src/main/java/org/apache/atlas/repository/converters/AtlasStructFormatConverter.java
 ae92b8b 
  
repository/src/main/java/org/apache/atlas/repository/graph/FullTextMapperV2.java
 497a877 
  
repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
 4a09b08 
  repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
7b7ec65 
  
repository/src/main/java/org/apache/atlas/repository/impexp/AtlasServerService.java
 542106f 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ExportService.java 
0491a85 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ImportService.java 
1d29bf8 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ImportTransforms.java
 a2f592c 
  repository/src/main/java/org/apache/atlas/repository/impexp/ZipSink.java 
6375454 
  repository/src/main/java/org/apache/atlas/repository/impexp/ZipSource.java 
812add9 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ZipSourceDirect.java
 04342fa 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ZipSourceWithBackingDirectory.java
 7963800 
  
repository/src/main/java/org/apache/atlas/repository/migration/DataMigrationService.java
 0a2257e 
  
repository/src/main/java/org/apache/atlas/repository/migration/ZipFileMigrationImporter.java
 d56261f 
  repository/src/main/java/org/apache/atlas/repository/ogm/AtlasServerDTO.java 
2f7ca11 
  
repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java
 8e7c1b3 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
 3f8503a 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasClassificationDefStoreV2.java
 9ffede4 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityChangeNotifier.java
 0dc3193 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityDefStoreV2.java
 e5153de 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2.java
 89076c1 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipStoreV2.java
 8d74489 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasStructDefStoreV2.java
 9a45f00 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasTypeDefGraphStoreV2.java
 ed17b92 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/BulkImporterImpl.java
 8e17fd4 

Fw:Re:Re:import-hive.sh error with 2.1.0-rc1

2020-06-10 Thread lk_hadoop
I just make a soft link /etc/atlas/conf/atlas-application.properties  to my 
atlas-application.properties ,and I run hook-bin/import-hive.sh -d test_db 
,then I got the errpr:




2020-06-11 08:55:31,699 INFO  - [main:] ~ Looking for 
atlas-application.properties in classpath (ApplicationProperties:121)

2020-06-11 08:55:31,702 INFO  - [main:] ~ Loading atlas-application.properties 
from file:/etc/atlas/conf/atlas-application.properties 
(ApplicationProperties:134)

2020-06-11 08:55:31,737 INFO  - [main:] ~ Using graphdb backend 'janus' 
(ApplicationProperties:314)

2020-06-11 08:55:31,737 INFO  - [main:] ~ Using storage backend 'hbase2' 
(ApplicationProperties:325)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Using index backend 'solr' 
(ApplicationProperties:336)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Atlas is running in MODE: PROD. 
(ApplicationProperties:340)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Setting solr-wait-searcher property 
'true' (ApplicationProperties:346)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Setting index.search.map-name 
property 'false' (ApplicationProperties:350)

2020-06-11 08:55:31,739 INFO  - [main:] ~ Setting 
atlas.graph.index.search.max-result-set-size = 150 (ApplicationProperties:360)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.db-cache = true (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.db-cache-clean-wait = 20 (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.db-cache-size = 0.5 (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.tx-cache-size = 15000 (ApplicationProperties:372)

2020-06-11 08:55:31,740 INFO  - [main:] ~ Property (set to default) 
atlas.graph.cache.tx-dirty-size = 120 (ApplicationProperties:372)

2020-06-11 08:55:31,745 ERROR - [main:] ~ Import failed 
(HiveMetaStoreBridge:179)

org.apache.atlas.AtlasException: Failed to load application properties

at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:147)

at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:100)

at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:123)

Caused by: org.apache.commons.configuration.ConversionException: 
'atlas.graph.index.search.solr.wait-searcher' doesn't map to a List object: 
true, a java.lang.Boolean

at 
org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1144)

at 
org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1109)

at 
org.apache.commons.configuration.AbstractConfiguration.interpolatedConfiguration(AbstractConfiguration.java:1274)

at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:142)

... 2 more



I found that the property  'atlas.graph.index.search.solr.wait-searcher' 
default value is boolean: true, and when
 ApplicationProperties line:142 Configuration configuration = 
appProperties.interpolatedConfiguration();
will call method AbstractConfiguration.getLsit(String key) ,this method can't 
map a boolean value to List.



I don't know is this a bug ,or it's my mistake,can anyone help?




 Forwarding messages 
From: "lk_hadoop" 
Date: 2020-06-10 21:45:18
To: u...@atlas.apache.org
Subject: Re:Re:import-hive.sh error with 2.1.0-rc1

org.apache.commons.configuration.AbstractConfiguration.getList(String key, 
List defaultValue) can't map a boolean value to list
public List getList(String key, List defaultValue)
{
Object value = getProperty(key);
List list;

if (value instanceof String)
{
list = new ArrayList(1);
list.add(interpolate((String) value));
}
else if (value instanceof List)
{
list = new ArrayList();
List l = (List) value;

// add the interpolated elements in the new list
for (Object elem : l)
{
list.add(interpolate(elem));
}
}
else if (value == null)
{
list = (List) defaultValue;
}
else if (value.getClass().isArray())
{
return Arrays.asList((Object[]) value);
}
else if (isScalarValue(value))
{
return Collections.singletonList((Object) value.toString());
}
else
{
throw new ConversionException('\'' + key + "' doesn't map to a List object: " + 
value + ", a "
+ value.getClass().getName());
}
return list;
}





At 2020-06-10 18:59:22, "lk_hadoop"  wrote:

even if I change the vaue to false or comment out this line, I still got the 
same error:
Caused by: org.apache.commons.configuration.ConversionException: 
'atlas.graph.index.search.solr.wait-searcher' doesn't map to a List object: 
true, a java.lang.Boolean


At 2020-06-10 18:27:41, "lk_hadoop"  wrote:
hi,all:
   I try to import hive metadata ,I got error :


ERROR - [main:] ~ Import failed (HiveMetaStoreBridge:179)
org.apache.atlas.AtlasException: Failed to load application properties
at org.apache.atlas.ApplicationProperties.get(Appl

Re: Seeking advice on Atlas XSS vulnerabilities

2020-06-10 Thread Madhan Neethiraj
Melinda,

As I said earlier, I don't agree on server side escaping HTML characters in its 
input and output. Escaping must be handled by components that are prone to 
issues in dealing with unescaped data. We are discussing potential XSS in UI 
while dealing with data from user/server, which requires UI updates to perform 
necessary escapes. As I said earlier, Keval is already looking into this.

And, I haven't heard yet (from you/Bolke/anyone else) on any server side issues 
that require Atlas server to escape HTML characters in data it 
receives/responds. I strongly suggest to not treat this as a release blocker. 
If anyone thinks it is, please come out with clear use cases/examples quickly.

Regards,
Madhan



On 6/10/20, 3:22 PM, "Melinda Crane"  wrote:

Dear Madhan and Bolke,


Are there any updates on this topic? The discussion so far has been pretty
exciting to see and hear - having the sanitization feature as an optional
config like Bolke mentioned would be real useful to us (since we know our
data should never contain html characters), and it seems like it would be
useful for other companies down the road who have stricter security
requirements. Where the sanitization would happen is of course completely
up to you folks!


Cheers,

Melinda Crane

On Tue, Jun 9, 2020 at 10:46 AM Madhan Neethiraj  wrote:

> Bolke,
>
> > 1. Filtering input on arrival where the user cannot manipulate it
> anymore (i.e. server)
> It's not clear what you expect the server to do here? Should HTML
> characters be escaped in all inputs, before saving the data in its store?
> Can you give few examples of server-side manipulation due to unescaped 
HTML
> characters?
>
> > 2. Encode data on output
> I think asking the server side to escape all HTML characters in its
> response is a very bad idea. Consider forcing such a requirement on a 
RDBMS
> - wouldn't this mandate every client to un-escape every column value
> returned for queries? Can you add references to applications that perform
> HTML escape of all its REST API responses?.
>
> > 3. Set correct Http content headers (e.g. application/json)
> This is already being done. Do you find this missing for any specific
> usecases?
>
> > 4. Set correct Content Security Policy.
> This is being looked into.
>
> Regards,
> Madhan
>
>
> On 6/9/20, 12:49 AM, "Bolke de Bruin"  wrote:
>
> Hi Madhan,
>
> I don’t think solving this on the front-end is sufficient and the
> defense should be more in-depth. The front-end is after all client side 
and
> can be manipulated by the user. Typically one solves XSS vulnerabilities 
by:
>
> 1. Filtering input on arrival where the user cannot manipulate it
> anymore (i.e. server)
> 2. Encode data on output
> 3. Set correct Http content headers (e.g. application/json)
> 4. Set correct Content Security Policy.
>
> Your proposed solution does not fit any of those criteria. If you are
> worried about compatibility I suggest making it a server side 
configuration
> variable (e.g. atlas.server.insecure_escaping) which should default to
> “false” imho and alternative could be to enable configurable escaping but
> that’s more complex.
>
> Note that in this case also #4 CSP headers seem to be very loose
> (unsafe-inline, unsafe-eval) which add to the attack surface:
>
>
> 
https://github.com/apache/atlas/blob/master/webapp/src/main/java/org/apache/atlas/web/filters/HeadersUtil.java#L44
>
> Regards,
> Bolke
>
> Verstuurd vanaf mijn iPad
>
> > Op 9 jun. 2020 om 06:04 heeft Madhan Neethiraj 
> het volgende geschreven:
> >
> > Melinda,
> >
> > Thank you for adding details. I think the frontend must take steps
> to prevent JavaScript execution while handling values in REST API 
responses.
> >
> > Server side escaping all HTML characters in all responses wouldn’t
> be the right approach, as browser is not the only consumer of the
> responses. Consider applications that parse response from Atlas REST APIs;
> all such applications must be updated to deal with escaped HTML characters
> in responses. This will likely break existing Atlas integrations.
> >
> > Hope this helps.
> >
> > Regards,
> > Madhan
> >
> > On 6/8/20, 6:31 PM, "Melinda Crane" 
> wrote:
> >
> >Apologies, looks like the second half of the email I just sent 
got
> >formatted weirdly (I was copying from a failed earlier email
> attempt that
> >got rejected for attaching images). Just to make sure it doesn’t
> get buried:
> >
> >Of course this specific case ca

Re: Seeking advice on Atlas XSS vulnerabilities

2020-06-10 Thread Melinda Crane
Dear Madhan and Bolke,


Are there any updates on this topic? The discussion so far has been pretty
exciting to see and hear - having the sanitization feature as an optional
config like Bolke mentioned would be real useful to us (since we know our
data should never contain html characters), and it seems like it would be
useful for other companies down the road who have stricter security
requirements. Where the sanitization would happen is of course completely
up to you folks!


Cheers,

Melinda Crane

On Tue, Jun 9, 2020 at 10:46 AM Madhan Neethiraj  wrote:

> Bolke,
>
> > 1. Filtering input on arrival where the user cannot manipulate it
> anymore (i.e. server)
> It's not clear what you expect the server to do here? Should HTML
> characters be escaped in all inputs, before saving the data in its store?
> Can you give few examples of server-side manipulation due to unescaped HTML
> characters?
>
> > 2. Encode data on output
> I think asking the server side to escape all HTML characters in its
> response is a very bad idea. Consider forcing such a requirement on a RDBMS
> - wouldn't this mandate every client to un-escape every column value
> returned for queries? Can you add references to applications that perform
> HTML escape of all its REST API responses?.
>
> > 3. Set correct Http content headers (e.g. application/json)
> This is already being done. Do you find this missing for any specific
> usecases?
>
> > 4. Set correct Content Security Policy.
> This is being looked into.
>
> Regards,
> Madhan
>
>
> On 6/9/20, 12:49 AM, "Bolke de Bruin"  wrote:
>
> Hi Madhan,
>
> I don’t think solving this on the front-end is sufficient and the
> defense should be more in-depth. The front-end is after all client side and
> can be manipulated by the user. Typically one solves XSS vulnerabilities by:
>
> 1. Filtering input on arrival where the user cannot manipulate it
> anymore (i.e. server)
> 2. Encode data on output
> 3. Set correct Http content headers (e.g. application/json)
> 4. Set correct Content Security Policy.
>
> Your proposed solution does not fit any of those criteria. If you are
> worried about compatibility I suggest making it a server side configuration
> variable (e.g. atlas.server.insecure_escaping) which should default to
> “false” imho and alternative could be to enable configurable escaping but
> that’s more complex.
>
> Note that in this case also #4 CSP headers seem to be very loose
> (unsafe-inline, unsafe-eval) which add to the attack surface:
>
>
> https://github.com/apache/atlas/blob/master/webapp/src/main/java/org/apache/atlas/web/filters/HeadersUtil.java#L44
>
> Regards,
> Bolke
>
> Verstuurd vanaf mijn iPad
>
> > Op 9 jun. 2020 om 06:04 heeft Madhan Neethiraj 
> het volgende geschreven:
> >
> > Melinda,
> >
> > Thank you for adding details. I think the frontend must take steps
> to prevent JavaScript execution while handling values in REST API responses.
> >
> > Server side escaping all HTML characters in all responses wouldn’t
> be the right approach, as browser is not the only consumer of the
> responses. Consider applications that parse response from Atlas REST APIs;
> all such applications must be updated to deal with escaped HTML characters
> in responses. This will likely break existing Atlas integrations.
> >
> > Hope this helps.
> >
> > Regards,
> > Madhan
> >
> > On 6/8/20, 6:31 PM, "Melinda Crane" 
> wrote:
> >
> >Apologies, looks like the second half of the email I just sent got
> >formatted weirdly (I was copying from a failed earlier email
> attempt that
> >got rejected for attaching images). Just to make sure it doesn’t
> get buried:
> >
> >Of course this specific case can be patched on the frontend, but
> doing some
> >kind of HTML sanitization escaping into the
> whatever-is-handling-the-ajax
> >(EntityREST or AtlasEntityStoreV2, maybe?) to blanket-catch HTML
> characters
> >sounds safer.
> >
> >Hope this helps express my concerns.
> >From, Melinda Crane
> >
> >
> >>On Mon, Jun 8, 2020 at 9:13 PM Melinda Crane 
> wrote:
> >>
> >> Dear Madhan,
> >>
> >> Thank you kindly for your response and for offering to look into
> potential
> >> solutions. I've been trying to step through how the ajax calls are
> handled,
> >> I don't really see the AtlasJsonProvider being used much at all
> actually
> >> for that. My concern is that the data from the ajax calls aren't
> being
> >> sanitized on the backend. I see there is a ton of sanitization
> happening on
> >> the frontend (lots of calls to _.escape()), but they're not all
> captured.
> >> For example.
> >>
> >> In CommonViewFunction, in the propertyTable
> >> <
> https://github.sc-corp.net/Snapchat/keystone/blob/master/dashboardv2/public/js/utils/CommonViewFunction.

[DRAFT] Board report for Apache Atlas: June 2020

2020-06-10 Thread Madhan Neethiraj
Atlas team,
 
Please review the draft board report below and send your feedback/comments.
 
Thanks,
Madhan
 
 
## Description:
  Apache Atlas is a scalable and extensible set of core foundational
  governance services that enables enterprises to effectively and efficiently
  meet their compliance requirements within Hadoop and allows integration with
  the complete enterprise data ecosystem
 
## Issues:
  There are no issues requiring board attention at this time.
 
## Activity:
  - new feature to import glossary via REST API and UI
  - new feature to import business metadata via REST API and UI
  - updated authorization model to support purge operation
  - performance improvements in classification propagation, entity-delete, 
import, migration
  - updated Hive hook to create ADLS-Gen2 entities for abfs:// urls
  - added model to capture machine-learning metadata
  - improvements in search functionality like support for sorting
  - updated JanusGraph version to 0.5.1, and Tinkerpop version to 3.4.4
  - Apache Atlas 2.1 release candidate out for vote, expected to close by June, 
20
 
## Health report:
  - 2 new contributors added in last 3 months: Jayendra Parab, Jyoti Singh
 
## PMC changes:
  - Currently 34 PMC members
  - Last addition to PMC role was on 5/13/2019

## Clarification for question on last board report
  Question: I know we talked about this last year - your definitions of 
contributors vs committers. I was wondering if you track contributors somewhere 
analogous to the page at http://atlas.apache.org/#/TeamList ?
  Response: The list of contributors is tracked only in Apache JIRA project for 
Atlas.
 
## Committer base changes:
  - Currently 38 committers
  - No new committers added in last 3 months
  - Last addition to committer role was on 10/15/2018
 
## Releases:
  0.8.4was released on 06/21/2019
  1.2.0was released on 06/12/2019
  2.0.0was released on 05/14/2019
  0.8.3was released on 10/31/2018
  1.1.0was released on 09/17/2018
  1.0.0was released on 06/02/2018
  0.8.2was released on 02/05/2018
  1.0.0-alpha  was released on 01/25/2018
  0.8.1was released on 08/29/2017
  0.8-incubating   was released on 03/16/2017
  0.7.1-incubating was released on 01/26/2017
  0.7-incubating   was released on 07/09/2016
  0.6-incubating   was released on 12/31/2015
  0.5-incubating   was released on 07/11/2015




[jira] [Created] (ATLAS-3836) Create new entity types for Apache Ozone and update hive hook to handle reference to Ozone path

2020-06-10 Thread Sarath Subramanian (Jira)
Sarath Subramanian created ATLAS-3836:
-

 Summary: Create new entity types for Apache Ozone and update hive 
hook to handle reference to Ozone path
 Key: ATLAS-3836
 URL: https://issues.apache.org/jira/browse/ATLAS-3836
 Project: Atlas
  Issue Type: New Feature
  Components:  atlas-core
Affects Versions: 2.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 2.1.0


Apache Ozone is the new object store for Hadoop - 
[https://hadoop.apache.org/ozone/]

Apache Atlas needs to add entity types to support creation of Ozone entities. 
Hive hook should also be updated to create lineage between ozone entities and 
hive tables (for EXTERNAL TABLE)



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


Re: Access to contribute

2020-06-10 Thread Madhan Neethiraj
Jyoti,

Thanks for your interest in contributing to Apache Atlas. You have been added 
as a contributor. Welcome to Apache Atlas community!

Regards,
Madhan




On 6/10/20, 8:55 AM, "jyoti singh"  
wrote:

Hi,

I have joined the Atlas team at Cloudera and would like to get access to
contribute to this project. My Github userid is *jyoti0208*.

Thanks,

Jyoti




Access to contribute

2020-06-10 Thread jyoti singh
Hi,

I have joined the Atlas team at Cloudera and would like to get access to
contribute to this project. My Github userid is *jyoti0208*.

Thanks,

Jyoti


[jira] [Updated] (ATLAS-3830) UI: Business Metadata tab misalignment issue

2020-06-10 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3830:
---
Attachment: ATLAS-3830.patch

> UI: Business Metadata tab misalignment issue
> 
>
> Key: ATLAS-3830
> URL: https://issues.apache.org/jira/browse/ATLAS-3830
> Project: Atlas
>  Issue Type: Bug
>Reporter: Durga Kadam
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3830.patch, 
> missalignment-due-to-business-metadata-selection.webm
>
>
> Misalignment happens when the drop-downs are closed and reopened from left 
> panel.
> Please find attached video clip for steps to reproduce.
>  



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


Fw:Re:Re:import-hive.sh error with 2.1.0-rc1

2020-06-10 Thread lk_hadoop



 Forwarding messages 
From: "lk_hadoop" 
Date: 2020-06-10 21:45:18
To: u...@atlas.apache.org
Subject: Re:Re:import-hive.sh error with 2.1.0-rc1

org.apache.commons.configuration.AbstractConfiguration.getList(String key, 
List defaultValue) can't map a boolean value to list
public List getList(String key, List defaultValue)
{
Object value = getProperty(key);
List list;

if (value instanceof String)
{
list = new ArrayList(1);
list.add(interpolate((String) value));
}
else if (value instanceof List)
{
list = new ArrayList();
List l = (List) value;

// add the interpolated elements in the new list
for (Object elem : l)
{
list.add(interpolate(elem));
}
}
else if (value == null)
{
list = (List) defaultValue;
}
else if (value.getClass().isArray())
{
return Arrays.asList((Object[]) value);
}
else if (isScalarValue(value))
{
return Collections.singletonList((Object) value.toString());
}
else
{
throw new ConversionException('\'' + key + "' doesn't map to a List object: " + 
value + ", a "
+ value.getClass().getName());
}
return list;
}





At 2020-06-10 18:59:22, "lk_hadoop"  wrote:

even if I change the vaue to false or comment out this line, I still got the 
same error:
Caused by: org.apache.commons.configuration.ConversionException: 
'atlas.graph.index.search.solr.wait-searcher' doesn't map to a List object: 
true, a java.lang.Boolean


At 2020-06-10 18:27:41, "lk_hadoop"  wrote:
hi,all:
   I try to import hive metadata ,I got error :


ERROR - [main:] ~ Import failed (HiveMetaStoreBridge:179)
org.apache.atlas.AtlasException: Failed to load application properties
at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:147)
at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:100)
at 
org.apache.atlas.hive.bridge.HiveMetaStoreBridge.main(HiveMetaStoreBridge.java:123)
Caused by: org.apache.commons.configuration.ConversionException: 
'atlas.graph.index.search.solr.wait-searcher' doesn't map to a List object: 
true, a java.lang.Boolean
at 
org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1144)
at 
org.apache.commons.configuration.AbstractConfiguration.getList(AbstractConfiguration.java:1109)
at 
org.apache.commons.configuration.AbstractConfiguration.interpolatedConfiguration(AbstractConfiguration.java:1274)
at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:142)
... 2 more


my config is :
atlas.graph.index.search.solr.wait-searcher=true






 





 





 

Review Request 72582: ATLAS-3835 Atlas security headers missing in .js and .html file apis

2020-06-10 Thread Mandar Ambawane

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

Review request for atlas, Jayendra Parab and Nixon Rodrigues.


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


Repository: atlas


Description
---

Mapped AtlasHeaderFilter to .js and .html file apis


Diffs
-

  webapp/src/main/webapp/WEB-INF/web.xml 2595a15 


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


Testing
---


Thanks,

Mandar Ambawane



[jira] [Assigned] (ATLAS-3835) Atlas security headers missing in .js and .html file apis

2020-06-10 Thread Mandar Ambawane (Jira)


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

Mandar Ambawane reassigned ATLAS-3835:
--

Assignee: Mandar Ambawane

> Atlas security headers missing in .js and .html file apis
> -
>
> Key: ATLAS-3835
> URL: https://issues.apache.org/jira/browse/ATLAS-3835
> Project: Atlas
>  Issue Type: Bug
>Reporter: Mandar Ambawane
>Assignee: Mandar Ambawane
>Priority: Major
>




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


[jira] [Created] (ATLAS-3835) Atlas security headers missing in .js and .html file apis

2020-06-10 Thread Mandar Ambawane (Jira)
Mandar Ambawane created ATLAS-3835:
--

 Summary: Atlas security headers missing in .js and .html file apis
 Key: ATLAS-3835
 URL: https://issues.apache.org/jira/browse/ATLAS-3835
 Project: Atlas
  Issue Type: Bug
Reporter: Mandar Ambawane






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


[jira] [Commented] (ATLAS-3834) section does not work as expected because wrong version of maven-deploy-plugin

2020-06-10 Thread Lei Xu (Jira)


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

Lei Xu commented on ATLAS-3834:
---

Review board request: [https://reviews.apache.org/r/72581/]

>  section does not work as expected because wrong 
> version of maven-deploy-plugin
> --
>
> Key: ATLAS-3834
> URL: https://issues.apache.org/jira/browse/ATLAS-3834
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.2.0, 2.0.0
>Reporter: Lei Xu
>Priority: Minor
> Attachments: ATLAS-3834.patch
>
>
> {code:java}
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 2.7
> 
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 
> true
> 
> 
> {code}
> the version should be greater than 2.8.
> [https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]



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


[jira] [Updated] (ATLAS-3834) section does not work as expected because wrong version of maven-deploy-plugin

2020-06-10 Thread Lei Xu (Jira)


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

Lei Xu updated ATLAS-3834:
--
Attachment: (was: ATLAS-3834.patch)

>  section does not work as expected because wrong 
> version of maven-deploy-plugin
> --
>
> Key: ATLAS-3834
> URL: https://issues.apache.org/jira/browse/ATLAS-3834
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.2.0, 2.0.0
>Reporter: Lei Xu
>Priority: Minor
> Attachments: ATLAS-3834.patch
>
>
> {code:java}
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 2.7
> 
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 
> true
> 
> 
> {code}
> the version should be greater than 2.8.
> [https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]



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


[jira] [Updated] (ATLAS-3834) section does not work as expected because wrong version of maven-deploy-plugin

2020-06-10 Thread Lei Xu (Jira)


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

Lei Xu updated ATLAS-3834:
--
Attachment: ATLAS-3834.patch

>  section does not work as expected because wrong 
> version of maven-deploy-plugin
> --
>
> Key: ATLAS-3834
> URL: https://issues.apache.org/jira/browse/ATLAS-3834
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.2.0, 2.0.0
>Reporter: Lei Xu
>Priority: Minor
> Attachments: ATLAS-3834.patch
>
>
> {code:java}
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 2.7
> 
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 
> true
> 
> 
> {code}
> the version should be greater than 2.8.
> [https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]



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


[jira] [Updated] (ATLAS-3834) section does not work as expected because wrong version of maven-deploy-plugin

2020-06-10 Thread Lei Xu (Jira)


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

Lei Xu updated ATLAS-3834:
--
Summary:  section does not work as expected 
because wrong version of maven-deploy-plugin  (was:  section does 
not work as excepted because wrong version of maven-deploy-plugin)

>  section does not work as expected because wrong 
> version of maven-deploy-plugin
> --
>
> Key: ATLAS-3834
> URL: https://issues.apache.org/jira/browse/ATLAS-3834
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.2.0, 2.0.0
>Reporter: Lei Xu
>Priority: Minor
> Attachments: ATLAS-3834.patch
>
>
> {code:java}
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 2.7
> 
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 
> true
> 
> 
> {code}
> the version should be greater than 2.8.
> [https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]



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


[jira] [Updated] (ATLAS-3834) section does not work as excepted because wrong version of maven-deploy-plugin

2020-06-10 Thread Lei Xu (Jira)


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

Lei Xu updated ATLAS-3834:
--
Attachment: ATLAS-3834.patch

>  section does not work as excepted because wrong version of 
> maven-deploy-plugin
> -
>
> Key: ATLAS-3834
> URL: https://issues.apache.org/jira/browse/ATLAS-3834
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.2.0, 2.0.0
>Reporter: Lei Xu
>Priority: Minor
> Attachments: ATLAS-3834.patch
>
>
> {code:java}
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 2.7
> 
> 
> org.apache.maven.plugins
> maven-deploy-plugin
> 
> true
> 
> 
> {code}
> the version should be greater than 2.8.
> [https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]



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


[jira] [Created] (ATLAS-3834) section does not work as excepted because wrong version of maven-deploy-plugin

2020-06-10 Thread Lei Xu (Jira)
Lei Xu created ATLAS-3834:
-

 Summary:  section does not work as excepted because 
wrong version of maven-deploy-plugin
 Key: ATLAS-3834
 URL: https://issues.apache.org/jira/browse/ATLAS-3834
 Project: Atlas
  Issue Type: Bug
Affects Versions: 2.0.0, 1.2.0
Reporter: Lei Xu


{code:java}

org.apache.maven.plugins
maven-deploy-plugin
2.7



org.apache.maven.plugins
maven-deploy-plugin

true


{code}
the version should be greater than 2.8.

[https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd]



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


[jira] [Created] (ATLAS-3833) Include atlas index repair tool

2020-06-10 Thread chaitali borole (Jira)
chaitali borole created ATLAS-3833:
--

 Summary: Include atlas index repair tool 
 Key: ATLAS-3833
 URL: https://issues.apache.org/jira/browse/ATLAS-3833
 Project: Atlas
  Issue Type: Improvement
Affects Versions: 3.0.0
Reporter: chaitali borole
Assignee: chaitali borole






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


[jira] [Updated] (ATLAS-3830) UI: Business Metadata tab misalignment issue

2020-06-10 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3830:
---
Fix Version/s: 3.0.0
   2.1.0

> UI: Business Metadata tab misalignment issue
> 
>
> Key: ATLAS-3830
> URL: https://issues.apache.org/jira/browse/ATLAS-3830
> Project: Atlas
>  Issue Type: Bug
>Reporter: Durga Kadam
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: missalignment-due-to-business-metadata-selection.webm
>
>
> Misalignment happens when the drop-downs are closed and reopened from left 
> panel.
> Please find attached video clip for steps to reproduce.
>  



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


[jira] [Updated] (ATLAS-3769) UI: Changing page limit in Admin audits resets any filters applied on that page

2020-06-10 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3769:
---
Fix Version/s: 3.0.0
   2.1.0

> UI: Changing page limit in Admin audits resets any filters applied on that 
> page
> ---
>
> Key: ATLAS-3769
> URL: https://issues.apache.org/jira/browse/ATLAS-3769
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3769.patch
>
>
> If any filters are set in the Audits Page in the Administration menu, 
> changing the page limit in Admin audits resets the filters applied on that 
> page.



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


[jira] [Commented] (ATLAS-3831) UI: Add entity icon for spark

2020-06-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3831:


Commit 16d810a887f52bd76a67ac6636664f60afef86fa in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=16d810a ]

ATLAS-3831: UI: Add entity icon for spark

(cherry picked from commit 0df34884deb73237cfb5ecb367a5e4510a080357)


> UI: Add entity icon for spark
> -
>
> Key: ATLAS-3831
> URL: https://issues.apache.org/jira/browse/ATLAS-3831
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3831.patch
>
>




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


[jira] [Commented] (ATLAS-3829) UI: Clicking on meanings from relationship tab should redirect to terms details page.

2020-06-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3829:


Commit e5895ddfab09060b6e4b603d8462faafae532bf1 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=e5895dd ]

ATLAS-3829:- UI: Clicking on meanings from relationship tab should redirect to 
terms details page.

(cherry picked from commit f4e1e6b0ec58febac3d72d20d4a40a8f218d74e1)


> UI: Clicking on meanings from relationship tab should redirect to terms 
> details page.
> -
>
> Key: ATLAS-3829
> URL: https://issues.apache.org/jira/browse/ATLAS-3829
> Project: Atlas
>  Issue Type: Bug
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3829.patch, image-2020-06-09-17-14-17-856.png, 
> image-2020-06-09-17-14-17-989.png
>
>
> * Assign term to Entity
>  * Go to relationship tab click on meanings link
>  * It should redirect to term detail page not entity detail page.
>  
> !image-2020-06-09-17-14-17-989.png|width=564,height=343!!image-2020-06-09-17-14-17-856.png|width=555,height=334!



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


[jira] [Commented] (ATLAS-3769) UI: Changing page limit in Admin audits resets any filters applied on that page

2020-06-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3769:


Commit 5bd179ca074a7eef0b66b7e5640acab9efceb278 in atlas's branch 
refs/heads/branch-2.0 from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=5bd179c ]

ATLAS-3769:- UI: Changing page limit in Admin audits resets any filters applied 
on that page

(cherry picked from commit 8092d6b5fda19ba523742444123bdbbe9b428914)


> UI: Changing page limit in Admin audits resets any filters applied on that 
> page
> ---
>
> Key: ATLAS-3769
> URL: https://issues.apache.org/jira/browse/ATLAS-3769
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Attachments: ATLAS-3769.patch
>
>
> If any filters are set in the Audits Page in the Administration menu, 
> changing the page limit in Admin audits resets the filters applied on that 
> page.



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


[jira] [Commented] (ATLAS-3769) UI: Changing page limit in Admin audits resets any filters applied on that page

2020-06-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3769:


Commit 8092d6b5fda19ba523742444123bdbbe9b428914 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8092d6b ]

ATLAS-3769:- UI: Changing page limit in Admin audits resets any filters applied 
on that page


> UI: Changing page limit in Admin audits resets any filters applied on that 
> page
> ---
>
> Key: ATLAS-3769
> URL: https://issues.apache.org/jira/browse/ATLAS-3769
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Attachments: ATLAS-3769.patch
>
>
> If any filters are set in the Audits Page in the Administration menu, 
> changing the page limit in Admin audits resets the filters applied on that 
> page.



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


[jira] [Commented] (ATLAS-3831) UI: Add entity icon for spark

2020-06-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3831:


Commit 0df34884deb73237cfb5ecb367a5e4510a080357 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=0df3488 ]

ATLAS-3831: UI: Add entity icon for spark


> UI: Add entity icon for spark
> -
>
> Key: ATLAS-3831
> URL: https://issues.apache.org/jira/browse/ATLAS-3831
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3831.patch
>
>




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


[jira] [Commented] (ATLAS-3829) UI: Clicking on meanings from relationship tab should redirect to terms details page.

2020-06-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3829:


Commit f4e1e6b0ec58febac3d72d20d4a40a8f218d74e1 in atlas's branch 
refs/heads/master from Keval Bhatt
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=f4e1e6b ]

ATLAS-3829:- UI: Clicking on meanings from relationship tab should redirect to 
terms details page.


> UI: Clicking on meanings from relationship tab should redirect to terms 
> details page.
> -
>
> Key: ATLAS-3829
> URL: https://issues.apache.org/jira/browse/ATLAS-3829
> Project: Atlas
>  Issue Type: Bug
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3829.patch, image-2020-06-09-17-14-17-856.png, 
> image-2020-06-09-17-14-17-989.png
>
>
> * Assign term to Entity
>  * Go to relationship tab click on meanings link
>  * It should redirect to term detail page not entity detail page.
>  
> !image-2020-06-09-17-14-17-989.png|width=564,height=343!!image-2020-06-09-17-14-17-856.png|width=555,height=334!



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


[jira] [Commented] (ATLAS-3831) UI: Add entity icon for spark

2020-06-10 Thread Nikhil Bonte (Jira)


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

Nikhil Bonte commented on ATLAS-3831:
-

+1 for the patch, thanks [~kevalbhatt] for the patch.

> UI: Add entity icon for spark
> -
>
> Key: ATLAS-3831
> URL: https://issues.apache.org/jira/browse/ATLAS-3831
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3831.patch
>
>




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


[jira] [Commented] (ATLAS-3769) UI: Changing page limit in Admin audits resets any filters applied on that page

2020-06-10 Thread Nikhil Bonte (Jira)


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

Nikhil Bonte commented on ATLAS-3769:
-

+1 for the patch, thanks [~kevalbhatt] for the patch.

> UI: Changing page limit in Admin audits resets any filters applied on that 
> page
> ---
>
> Key: ATLAS-3769
> URL: https://issues.apache.org/jira/browse/ATLAS-3769
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Attachments: ATLAS-3769.patch
>
>
> If any filters are set in the Audits Page in the Administration menu, 
> changing the page limit in Admin audits resets the filters applied on that 
> page.



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


[jira] [Commented] (ATLAS-3829) UI: Clicking on meanings from relationship tab should redirect to terms details page.

2020-06-10 Thread Nikhil Bonte (Jira)


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

Nikhil Bonte commented on ATLAS-3829:
-

+1 for the patch, thanks [~kevalbhatt] for the patch.

> UI: Clicking on meanings from relationship tab should redirect to terms 
> details page.
> -
>
> Key: ATLAS-3829
> URL: https://issues.apache.org/jira/browse/ATLAS-3829
> Project: Atlas
>  Issue Type: Bug
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3829.patch, image-2020-06-09-17-14-17-856.png, 
> image-2020-06-09-17-14-17-989.png
>
>
> * Assign term to Entity
>  * Go to relationship tab click on meanings link
>  * It should redirect to term detail page not entity detail page.
>  
> !image-2020-06-09-17-14-17-989.png|width=564,height=343!!image-2020-06-09-17-14-17-856.png|width=555,height=334!



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


[jira] [Updated] (ATLAS-3769) UI: Changing page limit in Admin audits resets any filters applied on that page

2020-06-10 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3769:
---
Attachment: ATLAS-3769.patch

> UI: Changing page limit in Admin audits resets any filters applied on that 
> page
> ---
>
> Key: ATLAS-3769
> URL: https://issues.apache.org/jira/browse/ATLAS-3769
> Project: Atlas
>  Issue Type: Bug
>Reporter: Rahul Kurup
>Assignee: Keval Bhatt
>Priority: Minor
> Attachments: ATLAS-3769.patch
>
>
> If any filters are set in the Audits Page in the Administration menu, 
> changing the page limit in Admin audits resets the filters applied on that 
> page.



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


[jira] [Commented] (ATLAS-3172) Atlas Hive Hook lack of Jackson dependency

2020-06-10 Thread limbo (Jira)


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

limbo commented on ATLAS-3172:
--

I find the path of server which is server/webapp/atlas/WEB-INF/lib store the 
jackson lib, so add the lib to class fix my problem

> Atlas Hive Hook lack of Jackson dependency
> --
>
> Key: ATLAS-3172
> URL: https://issues.apache.org/jira/browse/ATLAS-3172
> Project: Atlas
>  Issue Type: Bug
>Reporter: jianxiong zhao
>Assignee: Jiaqi Shan
>Priority: Major
> Attachments: ATLAS-3172.patch
>
>
> After copying Hive Hook to ${ATLAS_HOME}, executing `hook-bin/import-hive.sh` 
> always fails with lack of Jackson.XXX dependencies



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


[jira] [Updated] (ATLAS-3829) UI: Clicking on meanings from relationship tab should redirect to terms details page.

2020-06-10 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3829:
---
Attachment: ATLAS-3829.patch

> UI: Clicking on meanings from relationship tab should redirect to terms 
> details page.
> -
>
> Key: ATLAS-3829
> URL: https://issues.apache.org/jira/browse/ATLAS-3829
> Project: Atlas
>  Issue Type: Bug
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3829.patch, image-2020-06-09-17-14-17-856.png, 
> image-2020-06-09-17-14-17-989.png
>
>
> * Assign term to Entity
>  * Go to relationship tab click on meanings link
>  * It should redirect to term detail page not entity detail page.
>  
> !image-2020-06-09-17-14-17-989.png|width=564,height=343!!image-2020-06-09-17-14-17-856.png|width=555,height=334!



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


[jira] [Updated] (ATLAS-3831) UI: Add entity icon for spark

2020-06-10 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3831:
---
Attachment: ATLAS-3831.patch

> UI: Add entity icon for spark
> -
>
> Key: ATLAS-3831
> URL: https://issues.apache.org/jira/browse/ATLAS-3831
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.1.0, 3.0.0
>
> Attachments: ATLAS-3831.patch
>
>




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