ZihanLi58 commented on a change in pull request #2719: [GOBBLIN-863]Handle race 
condition issue for hive registration
URL: https://github.com/apache/incubator-gobblin/pull/2719#discussion_r318255221
 
 

 ##########
 File path: gobblin-docs/user-guide/Configuration-Properties-Glossary.md
 ##########
 @@ -98,7 +98,7 @@ These properties are common to both the Job Launcher and the 
Command Line.
 | `job.group` | A way to group logically similar jobs together. | No | None |
 | `job.description` | A description of what the jobs does. | No | None |
 | `job.lock.enabled` | If set to true job locks are enabled, if set to false 
they are disabled | No | True |
-| `job.lock.type` | The fully qualified name of the JobLock class to run. The 
JobLock is responsible for ensuring that only a single instance of a job runs 
at a time. <br><br> Allowed values: 
[gobblin.runtime.locks.FileBasedJobLock](#FileBasedJobLock-Properties), 
[gobblin.runtime.locks.ZookeeperBasedJobLock](#ZookeeperBasedJobLock-Properties)
 | No | `gobblin.runtime.locks.FileBasedJobLock` |
+| `job.lock.type` | The fully qualified name of the JobLock class to run. The 
JobLock is responsible for ensuring that only a single instance of a job runs 
at a time. <br><br> Allowed values: 
[gobblin.runtime.locks.FfiFileBasedJobLock](#FileBasedJobLock-Properties), 
[gobblin.runtime.locks.ZookeeperBasedJobLock](#ZookeeperBasedJobLock-Properties)
 | No | `gobblin.runtime.locks.FileBasedJobLock` |
 
 Review comment:
   Will address

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to