Skip to content

Commit

Permalink
fixed markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Feb 1, 2013
1 parent 4b2754d commit a623e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Copy the following dependencies to your fedora webapp's WEB-INF/lib directory:

### Configuration

Open the file '''$FEDORA_HOME/server/config/spring/akubra-llstore.xml''' and edit the two beans '''fsObjectStore''' and '''fsDataStreamStore''' to use the class '''de.fiz.akubra.hdfs.HDFSBlobStore''' and the two beans '''fsObjectStoreMapper''' and '''fsDatastreamStoreMapper''' to be of class '''de.fiz.akubra.hdfs.HDFSIdMapper'''
Open the file ```$FEDORA_HOME/server/config/spring/akubra-llstore.xml``` and edit the two beans ```fsObjectStore``` and ```fsDataStreamStore``` to use the class ```de.fiz.akubra.hdfs.HDFSBlobStore``` and the two beans ```fsObjectStoreMapper``` and ```fsDatastreamStoreMapper``` to be of class ```de.fiz.akubra.hdfs.HDFSIdMapper```


<bean name="fsObjectStore" class="de.fiz.akubra.hdfs.HDFSBlobStore" singleton="true">
Expand Down

0 comments on commit a623e03

Please sign in to comment.