[jira] [Created] (ATLAS-4014) changeMarker in Atlas Export API response does not get updated

2020-11-03 Thread Umesh Padashetty (Jira)
Umesh Padashetty created ATLAS-4014:
---

 Summary: changeMarker in Atlas Export API response does not get 
updated
 Key: ATLAS-4014
 URL: https://issues.apache.org/jira/browse/ATLAS-4014
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 2.1.0
Reporter: Umesh Padashetty


As per [https://atlas.apache.org/index.html#/IncrementalExport,] changeMarker 
is used in conjunction with "fetchType": "incremental" to incrementally export 
the metadata, instead of exporting everything, thereby reducing the redundancy.

As per this logic, the Atlas Export API returns a new change changeMarker after 
every successful Export API call (provided there is a change in Atlas metadata).

I ran the Atlas export on a DB. And then added few tables into the DB and then 
again ran the Export. Expectation was changeMarker would be updated. But it is 
being observed that the changeMarker never changes and is currently always set 
to 1604003211134 in the instance I am testing. 

The same changeMarker is set in the atlas-export-info.json too. 

The changeMarker is used by Hive Replication Manager for incremental Export. 
Since atlas is always returning the same changeMarker, Hive is always passing 
back the same changeMarker to atlas in the eventual export calls. This is 
leading to full export, instead of incremental export as desired. 

Following is the result of grep i did in atlas server logs. As you can see, 
changeMarker returned is always 1604003211134.
{code:java}
[root@quasar-ggealw-4 atlas]# grep "<== export" application.log | grep 
changeMarker 2020-10-30 05:48:54,451 INFO - [etp1261153343-492 - 
bd3b60a4-a2b3-4f5c-96c5-166b09157828:] ~ <== export(user=hrt_qa, 
from=10.101.80.202): status SUCCESS: changeMarker: 1604003211134 
(ExportService:101) 2020-10-30 06:03:43,282 INFO - [etp1261153343-483 - 
3114c858-8f89-4d8f-917c-2c7a3d695d2f:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 06:15:43,880 INFO - 
[etp1261153343-489 - 
ccb8da65-e433-44a4-a470-898843dccb17:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 06:23:10,810 INFO - 
[etp1261153343-51 - 
a702086a-984b-43d1-adc8-f9dd0d7950c7:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 06:26:20,227 INFO - 
[etp1261153343-493 - 
1423275f-b645-42bd-9095-a135707f34ba:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 06:41:47,192 INFO - 
[etp1261153343-41 - 2bd5e05f-534f-4a67-b7ef-d8ccc70966ea:] ~ <== 
export(user=hrt_qa, from=10.101.80.202): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 06:43:39,920 INFO - 
[etp1261153343-27 - 812b6c59-24b4-4a4a-8737-008865af5384:] ~ <== 
export(user=hrt_qa, from=10.101.80.202): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 07:16:19,144 INFO - 
[etp1261153343-554 - 
e4678848-12b3-4bae-b339-b3766ec5bb9a:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 07:17:55,540 INFO - 
[etp1261153343-52 - 
95551e0b-98f7-4366-8806-0452d7a49c4c:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 09:49:22,376 INFO - 
[etp1261153343-740 - 
f94e92cc-4d80-4d61-b19b-c6956b30b987:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 10:11:31,160 INFO - 
[etp1261153343-52 - 
5e8152c8-d210-4688-914a-06f983fb3898:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 10:24:53,328 INFO - 
[etp1261153343-547 - 
2cdc6326-4786-4a69-a116-f15c476dc6a0:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101) 2020-10-30 11:20:49,768 INFO - 
[etp1261153343-27 - 
1c88be93-17e8-4530-a46d-8c28f8bcc4b7:hive:POST/api/atlas/admin/export] ~ <== 
export(user=hive, from=172.27.160.133): status SUCCESS: changeMarker: 
1604003211134 (ExportService:101)  {code}



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


[jira] [Updated] (ATLAS-3030) UI : Allow to search the node in the lineage graph

2020-11-03 Thread Keval Bhatt (Jira)


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

Keval Bhatt updated ATLAS-3030:
---
Fix Version/s: (was: 0.8.4)

> UI : Allow to search the node in the lineage graph
> --
>
> Key: ATLAS-3030
> URL: https://issues.apache.org/jira/browse/ATLAS-3030
> Project: Atlas
>  Issue Type: Sub-task
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 1.2.0, 2.0.0
>
> Attachments: ATLAS-3030-1.patch, ATLAS-3030.patch
>
>




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


Re: Review Request 72991: Export/Import: Add Support for BusinessMetadata Attributes

2020-11-03 Thread Ashutosh Mestry via Review Board

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

(Updated Nov. 4, 2020, 2:35 a.m.)


Review request for atlas, Nikhil Bonte and Sarath Subramanian.


Changes
---

Updates include: Addressed review comments.


Bugs: ATLAS-4006 and ATLAS-4007
https://issues.apache.org/jira/browse/ATLAS-4006
https://issues.apache.org/jira/browse/ATLAS-4007


Repository: atlas


Description
---

**Background**
Existing implementation does not support export and import of _Business 
Metadata_ (BM) attributes. 

**Implementation**
- Export: Updated existing flow to include detecting BM attributes and adding 
the types to the exported payload.
- Import: Updated _TypeAttributeDifference_ to include BM attribute detection 
and update.


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/repository/impexp/ExportService.java 
0491a853a 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ExportTypeProcessor.java
 664af9166 
  
repository/src/main/java/org/apache/atlas/repository/impexp/ImportTypeDefProcessor.java
 b65807742 
  
repository/src/main/java/org/apache/atlas/repository/impexp/TypeAttributeDifference.java
 0d78dbe57 
  
repository/src/test/java/org/apache/atlas/repository/impexp/TypeAttributeDifferenceTest.java
 f9b7cd11f 
  repository/src/test/resources/json/typesDef-bm.json PRE-CREATION 


Diff: https://reviews.apache.org/r/72991/diff/2/

Changes: https://reviews.apache.org/r/72991/diff/1-2/


Testing
---

**Unit tests**
New tests added.

**Functional testing**
End-to-end tests. (Export-import-export).

**Pre-commit Build**
https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/154/


File Attachments (updated)


Stocks with BM
  
https://reviews.apache.org/media/uploaded/files/2020/10/29/8ea9511f-3b0e-4b27-96cb-e5f2f50ba75d__stocks-bm.zip


Thanks,

Ashutosh Mestry



Re: Review Request 72943: ATLAS-3988 : REST GET entity API with type's GUID throws NPE

2020-11-03 Thread Ashutosh Mestry via Review Board

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




intg/src/main/java/org/apache/atlas/AtlasErrorCode.java
Line 173 (original)


nit: Blank change.


- Ashutosh Mestry


On Oct. 21, 2020, 6:51 a.m., chaitali wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72943/
> ---
> 
> (Updated Oct. 21, 2020, 6:51 a.m.)
> 
> 
> Review request for atlas, Jayendra Parab, Madhan Neethiraj, Nixon Rodrigues, 
> and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-3988
> https://issues.apache.org/jira/browse/ATLAS-3988
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Issue :
> GET on /api/atlas/v2/entity/guid/ throws invalid GUID exception.
> 
> BUT GET on /api/atlas/v2/entity/guid/ throws NPE.
> 
>  
> 2020-01-14 02:19:07,272 ERROR - [pool-2-thread-3 - 
> a0b7457e-d43f-4fca-9581-8db695ef7af3:] ~ graph rollback due to exception 
> (GraphTransactionInterceptor:167)
> java.lang.NullPointerException
> at org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
> at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapAttributes(EntityGraphRetriever.java:608)
> at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapVertexToAtlasEntity(EntityGraphRetriever.java:448)
> 
> This patch fixes the issue by adding a null check for typename exists or not 
> for the guid passed.
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/AtlasErrorCode.java a14e43a1e 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
>  2199277ad 
> 
> 
> Diff: https://reviews.apache.org/r/72943/diff/2/
> 
> 
> Testing
> ---
> 
> Tested with GET call GET on /api/atlas/v2/entity/guid/  by 
> passing typename guid to this entity call.
> 
> 
> Thanks,
> 
> chaitali
> 
>



[jira] [Commented] (ATLAS-3988) REST GET entity API with type's GUID throws NPE

2020-11-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3988:


Commit 9221eb972c5678bd7ba357b771bd2172862b88f6 in atlas's branch 
refs/heads/branch-2.0 from chaitali borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=9221eb9 ]

ATLAS-3988 : Fix NPE in entity REST API when passed with type's GUID.

Signed-off-by: nixonrodrigues 
(cherry picked from commit a0474d142c702e75f1820bffa542dc8cf39ba79d)


> REST GET entity API with type's GUID throws NPE
> ---
>
> Key: ATLAS-3988
> URL: https://issues.apache.org/jira/browse/ATLAS-3988
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> GET on /api/atlas/v2/entity/guid/ throws invalid GUID exception.
> BUT GET on /api/atlas/v2/entity/guid/ throws NPE.
>  
> 2020-01-14 02:19:07,272 ERROR - [pool-2-thread-3 - 
> a0b7457e-d43f-4fca-9581-8db695ef7af3:] ~ graph rollback due to exception  
> (GraphTransactionInterceptor:167)
> java.lang.NullPointerException
>   at 
> org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
>   at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapAttributes(EntityGraphRetriever.java:608)
>   at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapVertexToAtlasEntity(EntityGraphRetriever.java:448)



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


[jira] [Commented] (ATLAS-3988) REST GET entity API with type's GUID throws NPE

2020-11-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-3988:


Commit a0474d142c702e75f1820bffa542dc8cf39ba79d in atlas's branch 
refs/heads/master from chaitali borole
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a0474d1 ]

ATLAS-3988 : Fix NPE in entity REST API when passed with type's GUID.

Signed-off-by: nixonrodrigues 


> REST GET entity API with type's GUID throws NPE
> ---
>
> Key: ATLAS-3988
> URL: https://issues.apache.org/jira/browse/ATLAS-3988
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: chaitali borole
>Assignee: chaitali borole
>Priority: Major
> Fix For: 3.0.0
>
>
> GET on /api/atlas/v2/entity/guid/ throws invalid GUID exception.
> BUT GET on /api/atlas/v2/entity/guid/ throws NPE.
>  
> 2020-01-14 02:19:07,272 ERROR - [pool-2-thread-3 - 
> a0b7457e-d43f-4fca-9581-8db695ef7af3:] ~ graph rollback due to exception  
> (GraphTransactionInterceptor:167)
> java.lang.NullPointerException
>   at 
> org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
>   at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapAttributes(EntityGraphRetriever.java:608)
>   at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapVertexToAtlasEntity(EntityGraphRetriever.java:448)



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


Re: Review Request 72943: ATLAS-3988 : REST GET entity API with type's GUID throws NPE

2020-11-03 Thread Nixon Rodrigues

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


Ship it!




Ship It!

- Nixon Rodrigues


On Oct. 21, 2020, 6:51 a.m., chaitali wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72943/
> ---
> 
> (Updated Oct. 21, 2020, 6:51 a.m.)
> 
> 
> Review request for atlas, Jayendra Parab, Madhan Neethiraj, Nixon Rodrigues, 
> and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-3988
> https://issues.apache.org/jira/browse/ATLAS-3988
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Issue :
> GET on /api/atlas/v2/entity/guid/ throws invalid GUID exception.
> 
> BUT GET on /api/atlas/v2/entity/guid/ throws NPE.
> 
>  
> 2020-01-14 02:19:07,272 ERROR - [pool-2-thread-3 - 
> a0b7457e-d43f-4fca-9581-8db695ef7af3:] ~ graph rollback due to exception 
> (GraphTransactionInterceptor:167)
> java.lang.NullPointerException
> at org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
> at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapAttributes(EntityGraphRetriever.java:608)
> at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapVertexToAtlasEntity(EntityGraphRetriever.java:448)
> 
> This patch fixes the issue by adding a null check for typename exists or not 
> for the guid passed.
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/AtlasErrorCode.java a14e43a1e 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
>  2199277ad 
> 
> 
> Diff: https://reviews.apache.org/r/72943/diff/2/
> 
> 
> Testing
> ---
> 
> Tested with GET call GET on /api/atlas/v2/entity/guid/  by 
> passing typename guid to this entity call.
> 
> 
> Thanks,
> 
> chaitali
> 
>



Re: Review Request 72943: ATLAS-3988 : REST GET entity API with type's GUID throws NPE

2020-11-03 Thread Nixon Rodrigues

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


Ship it!




Ship It!

- Nixon Rodrigues


On Oct. 21, 2020, 6:51 a.m., chaitali wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/72943/
> ---
> 
> (Updated Oct. 21, 2020, 6:51 a.m.)
> 
> 
> Review request for atlas, Jayendra Parab, Madhan Neethiraj, Nixon Rodrigues, 
> and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-3988
> https://issues.apache.org/jira/browse/ATLAS-3988
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Issue :
> GET on /api/atlas/v2/entity/guid/ throws invalid GUID exception.
> 
> BUT GET on /api/atlas/v2/entity/guid/ throws NPE.
> 
>  
> 2020-01-14 02:19:07,272 ERROR - [pool-2-thread-3 - 
> a0b7457e-d43f-4fca-9581-8db695ef7af3:] ~ graph rollback due to exception 
> (GraphTransactionInterceptor:167)
> java.lang.NullPointerException
> at org.apache.atlas.type.AtlasTypeRegistry.getType(AtlasTypeRegistry.java:94)
> at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapAttributes(EntityGraphRetriever.java:608)
> at 
> org.apache.atlas.repository.store.graph.v2.EntityGraphRetriever.mapVertexToAtlasEntity(EntityGraphRetriever.java:448)
> 
> This patch fixes the issue by adding a null check for typename exists or not 
> for the guid passed.
> 
> 
> Diffs
> -
> 
>   intg/src/main/java/org/apache/atlas/AtlasErrorCode.java a14e43a1e 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
>  2199277ad 
> 
> 
> Diff: https://reviews.apache.org/r/72943/diff/2/
> 
> 
> Testing
> ---
> 
> Tested with GET call GET on /api/atlas/v2/entity/guid/  by 
> passing typename guid to this entity call.
> 
> 
> Thanks,
> 
> chaitali
> 
>



[jira] [Commented] (ATLAS-4013) JanusGraph 0.5.1 is not compatible with elasticsearch 5.*

2020-11-03 Thread wforget (Jira)


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

wforget commented on ATLAS-4013:


Upgrading elasticsearch version to 6.6.0 can fix this problem

> JanusGraph 0.5.1 is not compatible with elasticsearch 5.*
> -
>
> Key: ATLAS-4013
> URL: https://issues.apache.org/jira/browse/ATLAS-4013
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 2.1.0, 3.0.0
>Reporter: wforget
>Priority: Major
> Attachments: 1.png, 2.png
>
>
> Atlas failed to initialize RestElasticSearchClient, due to 
> org.elasticsearch.client.Request is not compatible with the current 
> elasticsearch version. 



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


[jira] [Commented] (ATLAS-4013) JanusGraph 0.5.1 is not compatible with elasticsearch 5.*

2020-11-03 Thread wforget (Jira)


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

wforget commented on ATLAS-4013:


error message:
{code:java}
2020-11-03 15:25:52,342 WARN  - [main:] ~ Failed to obtain graph instance on 
attempt 1 of 3 (AtlasGraphProvider:118)2020-11-03 15:25:52,342 WARN  - [main:] 
~ Failed to obtain graph instance on attempt 1 of 3 
(AtlasGraphProvider:118)java.lang.IllegalArgumentException: Could not 
instantiate implementation: org.janusgraph.diskstorage.es.ElasticSearchIndex at 
org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:64)
 at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:440) 
at org.janusgraph.diskstorage.Backend.getIndexes(Backend.java:427) at 
org.janusgraph.diskstorage.Backend.(Backend.java:150) at 
org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.getBackend(GraphDatabaseConfiguration.java:1359)
 at 
org.janusgraph.graphdb.database.StandardJanusGraph.(StandardJanusGraph.java:146)
 at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161) at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132) at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112) at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
 at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
 at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:276)
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider.retry(AtlasGraphProvider.java:114)
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:102)
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$5bccb04.CGLIB$get$0()
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$5bccb04$$FastClassBySpringCGLIB$$462763f.invoke()
 at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$5bccb04.get()
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498) at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1178)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1072)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
 at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
 at 
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
 at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1136)
 at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1064)
 at 
org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835)
 at 
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
 at 
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1198)
 at 

[jira] [Created] (ATLAS-4013) JanusGraph 0.5.1 is not compatible with elasticsearch 5.*

2020-11-03 Thread wforget (Jira)
wforget created ATLAS-4013:
--

 Summary: JanusGraph 0.5.1 is not compatible with elasticsearch 5.*
 Key: ATLAS-4013
 URL: https://issues.apache.org/jira/browse/ATLAS-4013
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 2.1.0, 3.0.0
Reporter: wforget
 Attachments: 1.png, 2.png

Atlas failed to initialize RestElasticSearchClient, due to 
org.elasticsearch.client.Request is not compatible with the current 
elasticsearch version. 



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