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 b32373b Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
b32373b is described below
commit b32373beb853cfcf30e448c2d0e1bd6817478511
Author: Chris Mattmann <[email protected]>
AuthorDate: Sun Oct 6 11:30:58 2019 -0700
Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
---
Getting-DRAT-1.0-working-with-OODT-1.9.md | 1 +
1 file changed, 1 insertion(+)
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 f79c29a..cf7c3e2 100644
--- a/Getting-DRAT-1.0-working-with-OODT-1.9.md
+++ b/Getting-DRAT-1.0-working-with-OODT-1.9.md
@@ -19,3 +19,4 @@ There are some issues with Apache OODT 1.9 mainly that it
makes Avro the silent
```
6. edit {filemgr|workflow|resmgr}/etc/*.properties, and make sure to select
the XmlRpc version of the server in the configuration properties.
7. edit `workflow/lib/cas-{workflow|resource}-1.9.jar` and edit
`{workflow|resource}.properties` to change the client class to the XmlRpc one
+ 8. since DRAT scripts were updated to use Python3, forgot to run `2to3` on
`bin/dratstats.py`. So, run `2to3 bin/dratstats.py`