You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by anshu shukla <an...@gmail.com> on 2018/11/19 10:10:48 UTC

Deleting/updating the Types in deployed Atlas instance

Hi,

I want to delete the existing type definitions from the Atlas. I know one
way is to delete the model json file and then rebuild/re-deploy but that
takes a lot of time.

Another way is to delete the metadata for the defined types... then delete
the existing types using *"typedefs_delete.sh"  *but that requires GUID of
all the instances for deletion for metadata.

*I want to check-  what is the requirement to successfully run
"typedefs_update.sh"?*



-- 
Thanks & Regards,
Anshu Shukla

Re: Deleting/updating the Types in deployed Atlas instance

Posted by Sarath Subramanian <sa...@apache.org>.
typedefs_update.sh script is used to do a full update on a given typeDef, you
can pass the updated typeDef info in a file and run the script.

On Mon, Nov 19, 2018 at 2:11 AM anshu shukla <an...@gmail.com> wrote:

> Hi,
>
> I want to delete the existing type definitions from the Atlas. I know one
> way is to delete the model json file and then rebuild/re-deploy but that
> takes a lot of time.
>
> Another way is to delete the metadata for the defined types... then delete
> the existing types using *"typedefs_delete.sh"  *but that requires GUID of
> all the instances for deletion for metadata.
>
> *I want to check-  what is the requirement to successfully run
> "typedefs_update.sh"?*
>
>
>
> --
> Thanks & Regards,
> Anshu Shukla
>

Re: Deleting/updating the Types in deployed Atlas instance

Posted by Sarath Subramanian <sa...@apache.org>.
typedefs_update.sh script is used to do a full update on a given typeDef, you
can pass the updated typeDef info in a file and run the script.

On Mon, Nov 19, 2018 at 2:11 AM anshu shukla <an...@gmail.com> wrote:

> Hi,
>
> I want to delete the existing type definitions from the Atlas. I know one
> way is to delete the model json file and then rebuild/re-deploy but that
> takes a lot of time.
>
> Another way is to delete the metadata for the defined types... then delete
> the existing types using *"typedefs_delete.sh"  *but that requires GUID of
> all the instances for deletion for metadata.
>
> *I want to check-  what is the requirement to successfully run
> "typedefs_update.sh"?*
>
>
>
> --
> Thanks & Regards,
> Anshu Shukla
>