pjfanning commented on PR #4981:
URL: https://github.com/apache/hadoop/pull/4981#issuecomment-1271368458

   @steveloughran looks like I need to change the GpuParser code to allow DTDs. 
But I can add some of the secure settings. I'm testing a fix locally.
   
   The XML files parsed by this class look like:
   
   ```
   <?xml version="1.0" ?>
   
   <!DOCTYPE nvidia_smi_log SYSTEM "nvsmi_device_v8.dtd">
   
   <nvidia_smi_log>
       <timestamp>Wed Sep 6 21:52:51 2017</timestamp>
       <driver_version>375.66</driver_version>
       ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to