You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2017/12/01 08:40:56 UTC

svn commit: r1816811 - /jackrabbit/oak/trunk/oak-run/README.md

Author: amitj
Date: Fri Dec  1 08:40:56 2017
New Revision: 1816811

URL: http://svn.apache.org/viewvc?rev=1816811&view=rev
Log:
OAK-6899: Add explicit dependency versions for aws-java-sdk in oak-run

Updated doc to reflect no additional jars needed

Modified:
    jackrabbit/oak/trunk/oak-run/README.md

Modified: jackrabbit/oak/trunk/oak-run/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/README.md?rev=1816811&r1=1816810&r2=1816811&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/README.md (original)
+++ jackrabbit/oak/trunk/oak-run/README.md Fri Dec  1 08:40:56 2017
@@ -479,18 +479,16 @@ The following options are available:
     --track          - Whether to force override the tracked ids (Valid only for --id & --consistency options)
     --verbose        - Outputs backend friendly blobids. Adds the sub-directories created in FDS and the changes done for S3/Azure when stored in the respective container.
 Note:
-For using S3DataStore the following additional jars have to be downloaded
-    - [commons-logging-1.1.3.jar](http://central.maven.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar)
-    - [aws-java-sdk-osgi-1.11.24.jar](http://central.maven.org/maven2/com/amazonaws/aws-java-sdk-osgi/1.11.24/aws-java-sdk-osgi-1.11.24.jar)
-    
+
 The command to be executed for S3DataStore
 
-    java -classpath oak-run-*.jar:aws-java-sdk-osgi-1.11.24.jar:commons-logging-1.1.3.jar \
+    java -classpath oak-run-*.jar \
         org.apache.jackrabbit.oak.run.Main \
         datastorecheck --id --ref --consistency \
         --store <path>|<mongo_uri> \
         --s3ds <s3ds_config> \
         --dump <dump_path>
+        --repoHome <repo_home>
 
 The config files should be formatted according to the OSGi configuration admin specification