Yong Tang
Yong Tang
@omaraziz255 There are quite a few places that has to be changed. First of all, the daos header files has to be included in Bazel BUILD files: ```diff diff --git...
I am also looking into some other places and see how to fix those.
One other thing I noticed is that the plugin use C++ API to implement the file system. Is there any chance to convert this to C API like HDFS? Using...
@omar-hmarzouk I have been working on trying to get the build works. One issue is that directly depending on `-ldaos` /etc will not work as this means users without daos...
@krehm @omar-hmarzouk Sorry for the long wait! It looks like there are some CI build failures. Can you apply the https://github.com/tensorflow/io/pull/1696/commits/96ad01d26db5c41b6356b911f72aef8f55c05ccf and https://github.com/tensorflow/io/pull/1696/commits/df361e51c33219a98e61e7f7b24fc1cf23ee205e to your PR? That will skip macOS...
@HadiSDev Can you provide the steps to reproduce the issue?
@dineshvelmuruga Which OS system are you using? Is it on Windows?
@dineshvelmuruga The Windows issue is caused by https://github.com/tensorflow/tensorflow/issues/49515 , which will be resolved once PR https://github.com/tensorflow/tensorflow/pull/49520 is merged and pull into tfio. Will take a look at the other error...
@douglas125 Contribution is definitely welcomed!
Updated the label of the issue as requested.