diff --git a/data/conf/hive-site.xml b/data/conf/hive-site.xml index be54fda..7931d6a 100644 --- a/data/conf/hive-site.xml +++ b/data/conf/hive-site.xml @@ -148,6 +148,19 @@ + hive.unlock.numretries + 2 + The number of times you want to retry to do one unlock + + + + hive.lock.sleep.between.retries + 2 + The sleep time (in seconds) between various retries + + + + fs.pfile.impl org.apache.hadoop.fs.ProxyLocalFileSystem A proxy for local file system used for cross file system testing