cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Auto Init Mode in Datahub

0 Likes
1,068

Hello Everybody,

Can anyone let me know what kind of changes will work when datahub is restarted in 'Create' mode, and what changes will not. I understand that Create mode will create schema if it doesn't exist or it will update the existing schema. But I have observed that few changes, like changing the transformation expression didn't work in 'Create' mode. So, I was just wondering for what kind of changes I can use create mode and for what changes I will have to go with create-drop. Thanks in advance!

Regards, Sush

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Likes

Hello

You have below modes.

For more information. https://help.sap.com/viewer/a74589c3a81a4a95bf51d87258c0ab15/6.7.0.0/en-US/66fabb6ca191499292aab50e5...

2016-10-24 12:07:24,994 [DEBUG] [c.h.d.p.j.u.i.DefaultJpaSchemaGenerationStrategy] Version table does not exist.
2016-10-24 12:07:24,994 [WARN] [c.h.d.p.j.u.i.DefaultAutoInitPropertyMapper] If migrating, please refer to the following mapping between kernel and datahub properties values:
******************************************************************************************************
* kernel.autoInitMode  * datahub.autoInitMode  * Schema Dropped  * Schema Created  * Schema Updated  *
* *******************  * ********************  * **************  * **************  * **************  *
* create-drop          * create-drop           * Yes             * Yes             * No              *
* update               * create                * No              * If needed       * No              *
* ignore               * ignore                * No              * No              * No              *
******************************************************************************************************