SemyonSinchenko opened a new issue, #664: URL: https://github.com/apache/incubator-graphar/issues/664
### Describe the enhancement requested At the moment Hadoop is a dependency of the java-info package. But by the design this package was supposed to be a lightweight and (almost) dependency free. We can, of course, shade all the Hadoop deps but it will make our JAR huge. I'm suggesting to remove Hadoop at all and rely instead on java-core `DataInputStream` / `DataOutputStream` that are implemented in Hadoop. For the testing purposes and for the Local FS we can rely on the java built-ins. With such an improvement a functionality for working with arbitrary file system will be very easy to implement ### Component(s) Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org