[jira] [Created] (ATLAS-4638) Column inconsistent in Hive and Atlas

2022-07-14 Thread Paresh Devalia (Jira)
Paresh Devalia created ATLAS-4638:
-

 Summary: Column inconsistent in Hive and Atlas
 Key: ATLAS-4638
 URL: https://issues.apache.org/jira/browse/ATLAS-4638
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Paresh Devalia


PROBLEM STATEMENT

Created a DB_1 in Hive and disable the Atlas hook from hive and hive_tez.
Created 1 tables with 2 column in DB_1.
In Atlas UI we checked it has no entity created, so we ran import-hive.sh
bash import-hive.sh -d DB_1 -t table_1, so this command will only create one 
entity with 2 column in atlas.

Add 3rd column on that table from hive -> ALTER TABLE tableName ADD COLUMNS 
(columnName int);
Than we ran import-hive.sh -d DB_1 -t table_1.

In Atlas UI we checked entity already created, but 3rd column is not added.
3 column in hive and in atlas only 2 column present.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4637) Atlas Metric Improvement (Phase 2)

2022-07-14 Thread Beakal Lemeneh (Jira)
Beakal Lemeneh created ATLAS-4637:
-

 Summary: Atlas Metric Improvement (Phase 2)
 Key: ATLAS-4637
 URL: https://issues.apache.org/jira/browse/ATLAS-4637
 Project: Atlas
  Issue Type: Bug
Reporter: Beakal Lemeneh


Import/export current metrics from/to Atlas - We can ask customer to export the 
metrics and provide in each escalation to understand there system



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4619) Refactor Atlas webapp module to remove Kafka core dependency

2022-07-14 Thread Ashutosh Mestry (Jira)


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

Ashutosh Mestry updated ATLAS-4619:
---
Component/s:  atlas-core
 (was: atlas-webui)

> Refactor Atlas webapp module to remove Kafka core dependency
> 
>
> Key: ATLAS-4619
> URL: https://issues.apache.org/jira/browse/ATLAS-4619
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Patrik Márton
>Priority: Major
>
> Goal is to break the strong coupling between Atlas components and Kafka. 
> These dependencies include using server side libraries of Kafka (this couples 
> the Scala version and other non-public interfaces of Kafka). Any code using 
> server side libraries of Kafka should be refactored.
> Since atlas webapp module uses the ShutdownableThread from core kafka, it 
> should be refactored in a way to eliminate this dependency.
> https://github.com/apache/atlas/blob/master/webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java#L526



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Request for Contributor Access

2022-07-14 Thread Madhan Neethiraj
Beakal,

Thank you for your interest in contributing to Apache Atlas. You now have 
contributor access in Apache Atlas.

Welcome to Apache Atlas.

Thanks,
Madhan
Apache Atlas PMC


On 7/13/22, 12:46 PM, "Beakal Lemeneh"  wrote:

Hello AtlasDev,

Please add me as a contributor to Apache Atlas. Apache Jira Username: 
beakalmulu...@gmail.com

Best,
Beakal L.

Sent from my iPhone




[jira] [Created] (ATLAS-4636) [Regression] When an kafka console consumer group is run, more than 1 update audits are seen

2022-07-14 Thread Dharshana M Krishnamoorthy (Jira)
Dharshana M Krishnamoorthy created ATLAS-4636:
-

 Summary: [Regression] When an kafka console consumer group is run, 
more than 1 update audits are seen
 Key: ATLAS-4636
 URL: https://issues.apache.org/jira/browse/ATLAS-4636
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Dharshana M Krishnamoorthy
Assignee: Dharshana M Krishnamoorthy
 Attachments: Screenshot 2022-06-17 at 12.03.50 PM.png

* Run console consumer with a consumer group
 * Verify the consumer group entity created
 * Verify the metrics and notifications for the consumer group and topic

On performing the above operation we expect 1 'ENTITY_CREATE' audit and 1 
'ENTITY_UPDATE' audit. But more than 1 ENTITY_UPDATE audits are seen



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (ATLAS-4635) Source information is missing in the Hook message of Spark entries

2022-07-14 Thread Dharshana M Krishnamoorthy (Jira)


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

Dharshana M Krishnamoorthy updated ATLAS-4635:
--
Description: 
Source information is missing for impala messages
{code:java}
{"source":{"version":"2.1.0.7.1.8.0-723"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657759634684,"spooled":false,"message":...}
 {code}
This is a message from ATLAS_SPARK_HOOK, the source infor of the message is 
missing here
Expected:

"source":\{"source": "spark", "version":"2.1.0.7.1.8.0-723"},

but source is missing

It is available for other services:

HMS:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hive_metastore"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700529795,"spooled":false,"message":{...}
{code}
HBase:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hbase"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700897665,"spooled":false,"message":{...}
{code}
Impala:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"impala"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657695780022,"spooled":false,"message":{"...}}{code}
h4.  

  was:
Source information is missing for impala messages
{code:java}
{"source":{"version":"2.1.0.7.1.8.0-723"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657759634684,"spooled":false,"message":...}
 {code}
This is a message from ATLAS_SPARK_HOOK, the source infor of the message is 
missing here
Expected:

"source":\{"source": "spark", "version":"2.1.0.7.1.8.0-723"},

but source is missing

It is available for other services:

HMS:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hive_metastore"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700529795,"spooled":false,"message":{
{code}
{color:#009100}...{color}
{code:java}
}{code}
HBase:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hbase"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700897665,"spooled":false,"message":{
{code}
{color:#009100}...{color}
{code:java}
}{code}
Impala:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"impala"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657695780022,"spooled":false,"message":{"...}}{code}
h4.  


> Source information is missing in the Hook message of Spark entries
> --
>
> Key: ATLAS-4635
> URL: https://issues.apache.org/jira/browse/ATLAS-4635
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Dharshana M Krishnamoorthy
>Priority: Major
>
> Source information is missing for impala messages
> {code:java}
> {"source":{"version":"2.1.0.7.1.8.0-723"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657759634684,"spooled":false,"message":...}
>  {code}
> This is a message from ATLAS_SPARK_HOOK, the source infor of the message is 
> missing here
> Expected:
> "source":\{"source": "spark", "version":"2.1.0.7.1.8.0-723"},
> but source is missing
> It is available for other services:
> HMS:
> {code:java}
>  
> {"source":{"version":"2.1.0.7.1.8.0-723","source":"hive_metastore"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700529795,"spooled":false,"message":{...}
> {code}
> HBase:
> {code:java}
>  
> {"source":{"version":"2.1.0.7.1.8.0-723","source":"hbase"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700897665,"spooled":false,"message":{...}
> {code}
> Impala:
> {code:java}
>  
> 

[jira] [Updated] (ATLAS-4635) Source information is missing in the Hook message of Spark entries

2022-07-14 Thread Dharshana M Krishnamoorthy (Jira)


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

Dharshana M Krishnamoorthy updated ATLAS-4635:
--
Description: 
Source information is missing for impala messages
{code:java}
{"source":{"version":"2.1.0.7.1.8.0-723"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657759634684,"spooled":false,"message":...}
 {code}
This is a message from ATLAS_SPARK_HOOK, the source infor of the message is 
missing here
Expected:

"source":\{"source": "spark", "version":"2.1.0.7.1.8.0-723"},

but source is missing

It is available for other services:

HMS:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hive_metastore"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700529795,"spooled":false,"message":{
{code}
{color:#009100}...{color}
{code:java}
}{code}
HBase:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hbase"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657700897665,"spooled":false,"message":{
{code}
{color:#009100}...{color}
{code:java}
}{code}
Impala:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"impala"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"...","msgCreatedBy":"...","msgCreationTime":1657695780022,"spooled":false,"message":{"...}}{code}
h4.  

  was:
Source information is missing for impala messages
{code:java}
{"source":{"version":"2.1.0.7.1.8.0-723"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.134.1","msgCreatedBy":"hrt_qa","msgCreationTime":1657759634684,"spooled":false,"message":{"type":"ENTITY_CREATE_V2","user":"hrt...@root.hwx.site","entities":{"entities":[{"typeName":"spark_column_lineage","attributes":{"outputs":[{"typeName":"hive_column","uniqueAttributes":{"qualifiedName":"default.tab_1_2235274282_ctas.col1@cm"}}],"qualifiedName":"default.tab_1_2235274282_ctas@cm:1657759634668:col1","inputs":[{"typeName":"hive_column","uniqueAttributes":{"qualifiedName":"default.tab_1_2235274282.col1@cm"}}],"name":"default.tab_1_2235274282_ctas@cm:1657759634668:col1"},"guid":"-215346008271268","isIncomplete":false,"provenanceType":0,"version":0,"relationshipAttributes":{"process":{"typeName":"spark_process","uniqueAttributes":{"qualifiedName":"application_1657738076117_0064-execution-12"}}},"proxy":false}]}}}
 {code}
This is a message from ATLAS_SPARK_HOOK, the source infor of the message is 
missing here
Expected:

"source":\{"source": "spark", "version":"2.1.0.7.1.8.0-723"},

but source is missing

It is available for other services:

HMS:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hive_metastore"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.10.134","msgCreatedBy":"hive","msgCreationTime":1657700529795,"spooled":false,"message":{"type":"ENTITY_DELETE_V2","user":"hue","entities":[{"typeName":"hive_db","uniqueAttributes":{"qualifiedName":"cloudera_manager_metastore_canary_test_catalog_hive_hivemetastore_1:default@cm"}}]}}{code}
HBase:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hbase"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.72.195","msgCreatedBy":"hbase","msgCreationTime":1657700897665,"spooled":false,"message":{"type":"ENTITY_CREATE_V2","user":"hrt_qa","entities":{"entities":[{"typeName":"hbase_namespace","attributes":{"owner":"hrt_qa","modifiedTime":1657700897665,"createTime":1657700897665,"qualifiedName":"ns_zsptr@cm","clusterName":"cm","name":"ns_zsptr","description":"ns_zsptr","parameters":null},"guid":"-3685335942958094","isIncomplete":false,"provenanceType":0,"version":0,"proxy":false}]}}}{code}
Impala:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"impala"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.187.129","msgCreatedBy":"impala","msgCreationTime":1657695780022,"spooled":false,"message":{"type":"ENTITY_CREATE_V2","user":"hrt...@qe-infra-ad.cloudera.com","entities":{"referredEntities":{},"entities":[{"typeName":"impala_process","attributes":{"outputs":[{"typeName":"hive_table","uniqueAttributes":{"qualifiedName":"db_mzuh.tbl_mzuh_2@cm"}}],"recentQueries":["insert
 into db_mzuh.tbl_mzuh_2 select * from (select tbl_mzuh_0_col_0 from 
db_mzuh.tbl_mzuh_0) as a join 

[jira] [Created] (ATLAS-4635) Source information is missing in the Hook message of Spark entries

2022-07-14 Thread Dharshana M Krishnamoorthy (Jira)
Dharshana M Krishnamoorthy created ATLAS-4635:
-

 Summary: Source information is missing in the Hook message of 
Spark entries
 Key: ATLAS-4635
 URL: https://issues.apache.org/jira/browse/ATLAS-4635
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Reporter: Dharshana M Krishnamoorthy


Source information is missing for impala messages
{code:java}
{"source":{"version":"2.1.0.7.1.8.0-723"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.134.1","msgCreatedBy":"hrt_qa","msgCreationTime":1657759634684,"spooled":false,"message":{"type":"ENTITY_CREATE_V2","user":"hrt...@root.hwx.site","entities":{"entities":[{"typeName":"spark_column_lineage","attributes":{"outputs":[{"typeName":"hive_column","uniqueAttributes":{"qualifiedName":"default.tab_1_2235274282_ctas.col1@cm"}}],"qualifiedName":"default.tab_1_2235274282_ctas@cm:1657759634668:col1","inputs":[{"typeName":"hive_column","uniqueAttributes":{"qualifiedName":"default.tab_1_2235274282.col1@cm"}}],"name":"default.tab_1_2235274282_ctas@cm:1657759634668:col1"},"guid":"-215346008271268","isIncomplete":false,"provenanceType":0,"version":0,"relationshipAttributes":{"process":{"typeName":"spark_process","uniqueAttributes":{"qualifiedName":"application_1657738076117_0064-execution-12"}}},"proxy":false}]}}}
 {code}
This is a message from ATLAS_SPARK_HOOK, the source infor of the message is 
missing here
Expected:

"source":\{"source": "spark", "version":"2.1.0.7.1.8.0-723"},

but source is missing

It is available for other services:

HMS:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hive_metastore"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.10.134","msgCreatedBy":"hive","msgCreationTime":1657700529795,"spooled":false,"message":{"type":"ENTITY_DELETE_V2","user":"hue","entities":[{"typeName":"hive_db","uniqueAttributes":{"qualifiedName":"cloudera_manager_metastore_canary_test_catalog_hive_hivemetastore_1:default@cm"}}]}}{code}
HBase:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"hbase"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.72.195","msgCreatedBy":"hbase","msgCreationTime":1657700897665,"spooled":false,"message":{"type":"ENTITY_CREATE_V2","user":"hrt_qa","entities":{"entities":[{"typeName":"hbase_namespace","attributes":{"owner":"hrt_qa","modifiedTime":1657700897665,"createTime":1657700897665,"qualifiedName":"ns_zsptr@cm","clusterName":"cm","name":"ns_zsptr","description":"ns_zsptr","parameters":null},"guid":"-3685335942958094","isIncomplete":false,"provenanceType":0,"version":0,"proxy":false}]}}}{code}
Impala:
{code:java}
 
{"source":{"version":"2.1.0.7.1.8.0-723","source":"impala"},"version":{"version":"1.0.0","versionParts":[1]},"msgCompressionKind":"NONE","msgSplitIdx":1,"msgSplitCount":1,"msgSourceIP":"172.27.187.129","msgCreatedBy":"impala","msgCreationTime":1657695780022,"spooled":false,"message":{"type":"ENTITY_CREATE_V2","user":"hrt...@qe-infra-ad.cloudera.com","entities":{"referredEntities":{},"entities":[{"typeName":"impala_process","attributes":{"outputs":[{"typeName":"hive_table","uniqueAttributes":{"qualifiedName":"db_mzuh.tbl_mzuh_2@cm"}}],"recentQueries":["insert
 into db_mzuh.tbl_mzuh_2 select * from (select tbl_mzuh_0_col_0 from 
db_mzuh.tbl_mzuh_0) as a join (select tbl_mzuh_1_col_1 from db_mzuh.tbl_mzuh_1) 
as 
b"],"qualifiedName":"QUERY:db_mzuh.tbl_mzuh_0@cm:1657695719000:db_mzuh.tbl_mzuh_1@cm:1657695725000->:INSERT:db_mzuh.tbl_mzuh_2@cm:1657695732000","inputs":[{"typeName":"hive_table","uniqueAttributes":{"qualifiedName":"db_mzuh.tbl_mzuh_0@cm"}},{"typeName":"hive_table","uniqueAttributes":{"qualifiedName":"db_mzuh.tbl_mzuh_1@cm"}}],"name":"insert
 into db_mzuh.tbl_mzuh_2 select * from (select tbl_mzuh_0_col_0 from 
db_mzuh.tbl_mzuh_0) as a join (select tbl_mzuh_1_col_1 from db_mzuh.tbl_mzuh_1) 
as b","queryText":"","operationType":"QUERY","startTime":"","queryPlan":"Not 
Supported","endTime":"","userName":"","queryId":""},"guid":"-38791214447462036","isIncomplete":false,"provenanceType":0,"version":0,"proxy":false},{"typeName":"impala_process_execution","attributes":{"hostName":"quasar-ytcooi-5.quasar-ytcooi.root.hwx.site","qualifiedName":"QUERY:db_mzuh.tbl_mzuh_0@cm:1657695719000:db_mzuh.tbl_mzuh_1@cm:1657695725000->:INSERT:db_mzuh.tbl_mzuh_2@cm:1657695732000:1657695772000:165769578","name":"insert
 into db_mzuh.tbl_mzuh_2 select * from (select tbl_mzuh_0_col_0 from 
db_mzuh.tbl_mzuh_0) as a join (select tbl_mzuh_1_col_1 from db_mzuh.tbl_mzuh_1) 
as b:1657695772000","queryText":"insert into db_mzuh.tbl_mzuh_2 select * from 
(select tbl_mzuh_0_col_0 from db_mzuh.tbl_mzuh_0) as a join (select 

[jira] [Commented] (ATLAS-4611) Atlas UI: Add text-editor for string attribute value of Business Metadata and for "description" field while creating Classification and Business Metadata.

2022-07-14 Thread Farhan Khan (Jira)


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

Farhan Khan commented on ATLAS-4611:


Hi,

The attached patch has this requested improvement.

> Atlas UI: Add text-editor for string attribute value of Business Metadata and 
> for "description" field while creating Classification and Business Metadata.
> --
>
> Key: ATLAS-4611
> URL: https://issues.apache.org/jira/browse/ATLAS-4611
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Prasad P. Pawar
>Assignee: Farhan Khan
>Priority: Major
> Attachments: 
> 0001-ATLAS-4611-UI-Add-text-editor-for-string-attribute-v.patch
>
>
> 1) Business Metadata ( Entity Detail Page)
> String attribute value should have text editor.
> 2) Classification and Business Metadata 
>  The "Description" field should have text editor as it has been implemented 
> for the Glossary section.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (ATLAS-4634) Estimated date for Apache Atlas 2.3.0 and 3.0.0 release

2022-07-14 Thread Phani Vaibhav Puram (Jira)
Phani Vaibhav Puram created ATLAS-4634:
--

 Summary: Estimated date for Apache Atlas 2.3.0 and 3.0.0 release
 Key: ATLAS-4634
 URL: https://issues.apache.org/jira/browse/ATLAS-4634
 Project: Atlas
  Issue Type: Wish
Reporter: Phani Vaibhav Puram


Hi All,

 

We have a project that uses apache atlas 2.2.0 and we would now want to upgrade 
it to the latest version available before we move to production. Is there any 
estimated date for Apache Atlas 2.3.0 and 3.0.0 so that we can plan our project 
accordingly? Also any feature list for the above releases would be helpful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4633) Multiple typos in official Apache Atlas Docs

2022-07-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4633:


Commit 88d63109049a2c2104fc5ec5cb659a78741c2f1e in atlas's branch 
refs/heads/branch-2.0 from ranger_qe_sr21089
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=88d631090 ]

ATLAS-4633: Multiple typos in official Apache Atlas Docs

Signed-off-by: Pinal Shah 
(cherry picked from commit bc41d132556dbb6dd7597ce92a130a01a503f2ee)


> Multiple typos in official Apache Atlas Docs
> 
>
> Key: ATLAS-4633
> URL: https://issues.apache.org/jira/browse/ATLAS-4633
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Umesh Padashetty
>Assignee: Umesh Padashetty
>Priority: Critical
> Attachments: ATLAS-4633.patch
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ATLAS-4633) Multiple typos in official Apache Atlas Docs

2022-07-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ATLAS-4633:


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

ATLAS-4633: Multiple typos in official Apache Atlas Docs

Signed-off-by: Pinal Shah 


> Multiple typos in official Apache Atlas Docs
> 
>
> Key: ATLAS-4633
> URL: https://issues.apache.org/jira/browse/ATLAS-4633
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Reporter: Umesh Padashetty
>Assignee: Umesh Padashetty
>Priority: Critical
> Attachments: ATLAS-4633.patch
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)