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 b54d32d  Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
b54d32d is described below

commit b54d32dc7e17da2b8dc95ca0a40db33fc6b97331
Author: Chris Mattmann <[email protected]>
AuthorDate: Sun Oct 6 13:10:33 2019 -0700

    Updated Getting DRAT 1.0 working with OODT 1.9 (markdown)
---
 Getting-DRAT-1.0-working-with-OODT-1.9.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 2e2702f..d61c822 100644
--- a/Getting-DRAT-1.0-working-with-OODT-1.9.md
+++ b/Getting-DRAT-1.0-working-with-OODT-1.9.md
@@ -24,4 +24,5 @@ There are some issues with Apache OODT 1.9 mainly that it 
makes Avro the silent
      `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
 \`
- 10. replace `wmgr-client` in `workflow/bin` with 
`https://raw.githubusercontent.com/apache/oodt/master/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client`
\ No newline at end of file
+ 10. replace `wmgr-client` in `workflow/bin` with 
`https://raw.githubusercontent.com/apache/oodt/master/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/bin/wmgr-client`
+ 11. edit `bin/dratstats.py` and change the XML-RPC import to be Python3 
compatible, and then change the function that instantiates the XML-RPC client 
to check for jobs in queues on line 186
\ No newline at end of file

Reply via email to