You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ashutosh Mestry (JIRA)" <ji...@apache.org> on 2019/02/07 16:44:00 UTC

[jira] [Updated] (ATLAS-3046) Classification Updater: Types Not Derived from Referenceable are Not Handled

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

Ashutosh Mestry updated ATLAS-3046:
-----------------------------------
    Description: 
*Background*

The classification updater tool released to help users re-tag entities that were present in an Atlas instance does not handle types that are not derived from _Referencable_.

*Steps to Duplicate*
 * Create a type that that is not derived from the _Referencable._
 * Execute the _prepare_ step_._ 

Expected Results: Prepare completes successfully.

Actual Results: Following error is displayed:

```

Processing: db_1000_1@cl1
 Processed: 13
 Error writing: java.lang.NullPointerException
 Done!

```

  was:
*Background*

The classification updater tool released to help users re-tag entities that were present in an Atlas instance does not handle types that are not derived from _Referencable_.

*Steps to Duplicate*
 * Create a type that that is not derived from the _Referencable._
 * Execute the _prepare_ step_._ 

Expected Results: Prepare completes successfully.

Actual Results: Following error is displayed:

```

Processing: db_reliance_1000_1@cl1
Processed: 13
Error writing: java.lang.NullPointerException
Done!

```


> Classification Updater: Types Not Derived from Referenceable are Not Handled
> ----------------------------------------------------------------------------
>
>                 Key: ATLAS-3046
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3046
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Ashutosh Mestry
>            Assignee: Ashutosh Mestry
>            Priority: Major
>             Fix For: 1.1.0
>
>         Attachments: ATLAS-3046-Classification-Updater-Unique-name-fix.patch
>
>
> *Background*
> The classification updater tool released to help users re-tag entities that were present in an Atlas instance does not handle types that are not derived from _Referencable_.
> *Steps to Duplicate*
>  * Create a type that that is not derived from the _Referencable._
>  * Execute the _prepare_ step_._ 
> Expected Results: Prepare completes successfully.
> Actual Results: Following error is displayed:
> ```
> Processing: db_1000_1@cl1
>  Processed: 13
>  Error writing: java.lang.NullPointerException
>  Done!
> ```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)