This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 8aeb97a Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
8aeb97a is described below
commit 8aeb97a5879fcba7fad946206a0cfebb61e57019
Author: Chris Mattmann <[email protected]>
AuthorDate: Sun Oct 6 12:54:48 2019 -0700
Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
---
Getting-DRAT-1.0-working-with-OODT-1.9.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Getting-DRAT-1.0-working-with-OODT-1.9.md
b/Getting-DRAT-1.0-working-with-OODT-1.9.md
index 9ef9e30..f3a06b9 100644
--- a/Getting-DRAT-1.0-working-with-OODT-1.9.md
+++ b/Getting-DRAT-1.0-working-with-OODT-1.9.md
@@ -22,3 +22,5 @@ There are some issues with Apache OODT 1.9 mainly that it
makes Avro the silent
8. since DRAT scripts were updated to use Python3, forgot to run `2to3` on
`bin/dratstats.py`. So, run<br/>
`2to3 bin/dratstats.py > out.patch`<br/>
`patch -p0 bin/dratstats.py < out.patch`
+ 9. edit `bin/drat` and its `index()` function to set the following
property:<br/>
+ `
-Dfilemgr.client=org.apache.oodt.cas.filemgr.system.rpc.XmlRpcFileManagerClientFactory
\`