[
https://issues.apache.org/jira/browse/ATLAS-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670388#comment-16670388
]
ASF subversion and git services commented on ATLAS-2943:
--------------------------------------------------------
Commit 2f896628645b584f6e70651facb54ee5dc985fb6 in atlas's branch
refs/heads/master from [~ashutoshm]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=2f89662 ]
ATLAS-2943: Export options null check added.
> Export: Operation Fails if No Options are Specified
> ---------------------------------------------------
>
> Key: ATLAS-2943
> URL: https://issues.apache.org/jira/browse/ATLAS-2943
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 0.8.2, trunk, 0.8.3
> Reporter: Ashutosh Mestry
> Assignee: Ashutosh Mestry
> Priority: Major
> Fix For: trunk, 0.8.3
>
> Attachments: ATLAS-2943-Export-options-null-check-added.patch
>
>
> *Pre-requisites*
> * Create database (say stocks), tables from beeline.
> *Steps to Duplicate*
> Attempt an export using these parameters:
> {code:java}
> { "itemsToExport": [ { "typeName": "hive_db", "uniqueAttributes": {
> "qualifiedName": "stocks@cl1" }} ] }
> {code}
> *Expected results*: Export should succeed with default options.
> *Actual results:* Export fails with the following exception:
> {code:java}
> 2018-10-28 16:03:54,311 ERROR - [pool-2-thread-9 -
> e63a2ebe-2480-4a60-b5f8-12595effdd9d:hrt_qa:POST/api/atlas/admin/export] ~
> Operation failed: (ExportService:116)
> java.lang.NullPointerException
> at
> org.apache.atlas.repository.impexp.AuditsWriter.isReplicationOptionSet(AuditsWriter.java:74)
> at
> org.apache.atlas.repository.impexp.AuditsWriter.access$200(AuditsWriter.java:44)
> at
> org.apache.atlas.repository.impexp.AuditsWriter$ExportAudits.add(AuditsWriter.java:150)
>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)