This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new cc24cf837d2 HIVE-28779: Add ozone filesystem to the exim uri schema 
whitelist. (#5660). (Ayush Saxena, reviewed by Butao Zhang, Attila Turoczy)
cc24cf837d2 is described below

commit cc24cf837d2327b5564da27d49235af1c936067a
Author: Ayush Saxena <ayushsax...@apache.org>
AuthorDate: Wed Feb 26 13:10:34 2025 +0530

    HIVE-28779: Add ozone filesystem to the exim uri schema whitelist. (#5660). 
(Ayush Saxena, reviewed by Butao Zhang, Attila Turoczy)
---
 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 
b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
index 8982b2fa7ad..2b8901f6043 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -3732,7 +3732,7 @@ public static enum ConfVars {
     HIVE_ERROR_ON_EMPTY_PARTITION("hive.error.on.empty.partition", false,
         "Whether to throw an exception if dynamic partition insert generates 
empty results."),
 
-    HIVE_EXIM_URI_SCHEME_WL("hive.exim.uri.scheme.whitelist", 
"hdfs,pfile,file,s3,s3a,gs",
+    HIVE_EXIM_URI_SCHEME_WL("hive.exim.uri.scheme.whitelist", 
"hdfs,pfile,file,s3,s3a,gs,ofs,o3fs",
         "A comma separated list of acceptable URI schemes for import and 
export."),
     // temporary variable for testing. This is added just to turn off this 
feature in case of a bug in
     // deployment. It has not been documented in hive-default.xml 
intentionally, this should be removed

Reply via email to