jteagles commented on pull request #26: URL: https://github.com/apache/tez/pull/26#issuecomment-773562015
@rlukin, I have been able to reproduce this issue. Sorry for the delay in reviewing. ``` Refused to execute script from 'http://127.0.0.1:8000/config/configs.env' because its MIME type ('application/octet-stream') is not executable, and strict MIME type checking is enabled. ``` However, after applying this patch, I get a different error. ``` GET http://127.0.0.1:8000/config/configs.js net::ERR_ABORTED 404 (File not found) ``` Something is causing the configs.js file to not be included in the target directory or assembled into war file. I believe this is likely incorrect, but perhaps you can help me understand or provide a fix. ---------------------------------------------------------------- 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]
