[ 
https://issues.apache.org/jira/browse/RANGER-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16806485#comment-16806485
 ] 

Pradeep Agrawal commented on RANGER-2388:
-----------------------------------------

[~bolke] if schema will get created then *isSchemaCreated* should turn to true. 
Is this not happening for you. Can I reproduce it any ways as my end ?

> db_setup is not using counTries properly 
> -----------------------------------------
>
>                 Key: RANGER-2388
>                 URL: https://issues.apache.org/jira/browse/RANGER-2388
>             Project: Ranger
>          Issue Type: Bug
>          Components: admin
>    Affects Versions: master
>            Reporter: Bolke de Bruin
>            Priority: Major
>
> line 300:
>  
> {code:java}
> while(isSchemaCreated==False or countTries<2):
>  
> {code}
>  
> should read
>  
> {code:java}
> while(isSchemaCreated==False and countTries<2):{code}



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

Reply via email to