Skip to content

Commit

Permalink
Disable fs.gs.inputstream.fast.fail.on.not.found.enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty committed Oct 4, 2024
1 parent b2c4ff1 commit eec92db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scio-parquet/src/main/resources/core-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<name>fs.gs.inputstream.fadvise</name>
<value>SEQUENTIAL</value>
</property>
<property>
<name>fs.gs.inputstream.fast.fail.on.not.found.enable</name>
<value>false</value>
</property>
</configuration>
4 changes: 4 additions & 0 deletions scio-smb/src/main/resources/core-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<name>fs.gs.inputstream.fadvise</name>
<value>SEQUENTIAL</value>
</property>
<property>
<name>fs.gs.inputstream.fast.fail.on.not.found.enable</name>
<value>false</value>
</property>
</configuration>

0 comments on commit eec92db

Please sign in to comment.