acezen commented on issue #570:
URL:
https://github.com/apache/incubator-graphar/issues/570#issuecomment-2260099033
> > May you try s3a instead of s3?
>
> You mean change the path from `s3://graphar-data/ldbc.graph.yml` to
`s3a://graphar-data/ldbc.graph.yml`?
I just tried it and got error that `Class
org.apache.hadoop.fs.s3a.S3AFileSystem not found`:
```
- load graph info s3 *** FAILED ***
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class
org.apache.hadoop.fs.s3a.S3AFileSystem not found
at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2667)
at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:3431)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3466)
at org.apache.hadoop.fs.FileSystem.access$300(FileSystem.java:174)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3574)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3521)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:540)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:365)
at org.apache.graphar.GraphInfo$.loadGraphInfo(GraphInfo.scala:379)
at org.apache.graphar.GraphInfoSuite.$anonfun$new$2(TestGraphInfo.scala:52)
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]