smolnar82 opened a new pull request #353: URL: https://github.com/apache/knox/pull/353
## What changes were proposed in this pull request? Renamed the `gateway-cm-integration` Maven module to `gateway-topology-hadoopxml` since the feature we implemented there is not CM specific: anyone can generate a Hadoop style XML file have Knox process it. Additional changes: - Knox will monitor `.hxr` (**H**adoop **X**ml **R**esources) files within `KNOX_DESCRIPTOR_DIR` (instead of `.cm`) - logging parser result of Knox provider configurations too (in addition to Knox descriptors) ## How was this patch tested? Ran a full build: ``` $ mvn clean -Dshellcheck=true -T1C verify -Prelease,package ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32:03 min (Wall Clock) [INFO] Finished at: 2020-06-23T10:43:35+02:00 [INFO] Final Memory: 436M/2415M [INFO] ------------------------------------------------------------------------ ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
