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

Kernel.autoInitMode=create-drop not dropping schema

Former Member
0 Likes
428

Hi Experts,

The kernel.autoInitMode=create-drop is not dropping the old schema. it should drop and recreate the schema but it is not happening. Please help.

thanks and regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi Jeophry,

             What version of datahub are you using? Kernel is deprecated and you may have to use datahub instead, depending on your version.

datahub.autoInitMode=create-drop

Try and see if it works.

//Giles

swapnil23
Explorer
0 Likes

Please use property datahub.autoInitmode=create-drop

kernel is depreceted and no longer used.