Sergei
Sergei
Hi! When I try to File file = new File("/blaze/bg1.jrnl"); final String journal = file.getAbsolutePath(); final BigdataSailRepository repo = BasicRepositoryProvider.open(journal); graph = BlazeGraphEmbedded.open(repo); I get error: java.lang.NoSuchMethodError: com.bigdata.rdf.sail.BigdataSailRepository.getDatabase()Lcom/bigdata/rdf/store/AbstractTripleStore; at com.blazegraph.gremlin.embedded.BlazeGraphEmbedded.open(BlazeGraphEmbedded.java:180)...
Add ability to read working_dir from OBS
This PR add ability to read working dir stored as archive in OBS. ## Why are these changes needed? User will be able to run submit tasks specifying the location...
Extends smart_open to support Huawei Object Storage Service. ### Motivation Currently I`m working on enhancement of [Ray](https://github.com/ray-project/enhancements/pull/50) for ability execute applications stored as archive in OBS. It requires extending smart_open...
Add support for Huawei Object Storage Service (OBS) [OBS](https://doc.hcs.huawei.com/productdesc/obs/en-us_topic_0045853681.html) - is a scalable service that provides secure, reliable cloud storage for massive amounts of data. #### Motivation Adding support for...