In bigdata scenario,need to write vortex file on HDFS\JFS etc. filesystem #5818
Replies: 1 comment
-
|
@blackflash997997 Do you have an example of code that doesn't work as you expect? In Rust, Vortex's read (respectively writing) API accepts anything that implements the VortexReadAt (respectively VortexWrite) trait. The Python API is currently a bit limited. We can read from GCS, S3, ABS, and local files, but we can only write to local files. We could easily support GCS, S3, and ABS. Supporting HDFS requires the Python package to ship with the In the Java API (including Spark), I think we'd need a feature-flag that enables HDFS object store support. Then you could build a JAR with that flag enabled. There is some work involved in implementing this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned above, will you develop a feature that can write to these file systems in the future?
Beta Was this translation helpful? Give feedback.
All reactions