You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for Akubra developers
|
|
|
[akubra/akubra] 7091f3: Code cleanup: fix minor style & findbugs issues
|
| |
...Diff: ...I disagree with this change. Exceptions on close are now silently lost - no log, no anything at all to indicate there was an issue. Every exception should at the very least be logged. What was wrong with the original? Besides the fact that the two 'f_xxx != null' tests were not necessary (the try's should've been one... more »
|
|
contract of BlobStoreConnection.listBlobId s(String)
|
| |
I would have assumed that the ids returned by
BlobStoreConnection.listBlobId s(String) shouldn't need any further
mangling in order to be passed directly to
BlobStoreConnection.getBlob(UR I, Map<String,String>).
I ask because (and then, this may be more of a Fedora-specific
question) when using an IdMappingBlobStore backed by an FSBlobStore... more »
|
|
JavaDocs linking?
|
| |
Hello, Akubra-meisters!
I'm having some difficulty linking JavaDocs against Akubra. I'm
getting:
[ERROR] Error fetching link: [link].
Ignored it.
[ERROR] Error fetching link: [link].
Ignored it.... more »
|
|
iRODS URI
|
| |
I think the irods:// URI (minus the username) would be best to use here. If possible, using URIs that are globally unique is preferable. The akubra-fs implementation is an exception to this since file:// URIs don't really have an authority component. - Chris
|
|
Digest for akubra-dev@googlegroups.com - 3 Messages in 1 Topic
|
| |
Thanks, In looking at this, I would assume that the URI is used to discriminate between different low-level repositories, so I feel like I would need an irods:// uri versus a file:// uri. In iRODS, we do have a uri scheme that looks like this: irods://user@host:port/and/the n/path/info/to/something.tiff... more »
|
|
iRODS = Akubra
|
| |
Greetings all,
I just wanted to post a short note that I am working on an Akubra
module for iRODS. I'm doing this on the weekends, so it's been in
fits and starts, but am making progress.
I started out by grabbing the API and am implementing the
org.akubraproject.impl abstract objects. Once this is done I'll see... more »
|
|
system objects
|
| |
Hey guys!
i ran into the following trouble:
in AkubraLowlevelStorage.java the jdoc reads:
* The blob stores MUST:
* * be non-transactional
* be able to accept info:fedora/ URIs as blob ids.
but when i fire up a fedora instance it tries to ingest the URI
file:6f/info%3Afedora%2Ffedora -system%3AContentModel-3.0... more »
|
|
questions regarding moveTo() and special chars
|
| |
Hola Guys! a couple more questions regarding akubra came up while i reimplemented Blob.moveTo() in order to take advantage of HDFS rename() method: 1.) Blob.moveTo(URI toUri, Map hints): The TCK expects to be able to call moveTo(null,null). Am i getting it crrectly that passing null as the "toUri" means that a new id/uri has to be... more »
|
|
akubra implementation and hints
|
| |
Hola guys!
i wanted to ask if there are some hints that get passed to BlobStoreConnection.getBlob() that *have* to be considered or is it safe to ignore those completely?
Thanks
Frank Asseg
*Frank Asseg*
ePublishing & eScience
Development & Applied Research
Phone +49 7247-235-
Fax +49 7247 808-133... more »
|
|
akubra-hdfs
|
| |
Hello guys!
We put up a HDFS implementation for akubra called akubra-hdfs at:
[link]
[link]
We would be very happy if someone with a little bit more expertise would take a look at the code and check if it's implemented correctly.... more »
|
|
|